﻿/* app.css */


.app-propbtn {
    cursor: pointer;
    display: inline-block;
    margin-left: 1em;
    padding: 0.1em 1em;
    border-radius: 3px;
    background-color: #e5e6e7;
    color: #2e2e2e;
    box-shadow: 0 0 1px;
    font-size:12px;
}
input[name=bgopa_nav] {
    width: 100%;
    height: 100%;
}

#agreement {
    line-height: 1.6;
}