#user-ag-head {
    margin-top: 20px;
    margin-left: 180px;
    font-family: "Montserrat";
    font-weight: 400;
    font-size: 24px;
    color: #f28b20;
}
#user-ag-wrapper {
    width: 940px;
    height: 500px;
    margin-top: 30px;
    margin-left: 100px;
    background-color: #f7f7f7;
    overflow-y: auto;
}
#user-ag-box {
    width: 780px;
    height: 350px;
    margin-top: 45px;
    margin-left: 80px;
    padding: 10px;
    font-family: "Open Sans";
}
#user-ag-button-list {
    margin-left: 20px;
    padding: 0 0 20px 0;
    list-style-type: none;
}
#user-ag-button-list li {
    float: left;
    width: 200px;
    height: 50px;
    margin-left: 20px;
    margin-top: 40px;
    margin-bottom: 65px;
}
#user-ag-button-list li:first-of-type {
    margin-right: 80px;
}
#user-ag-button-list li button {
    height: 100%;
    width: 100%;
    font-family: "Montserrat";
    font-weight: 700;
    font-size: 18px;
    color: #ffffff;
}
#accept {
    background-color: green;
    border: none !important;
    box-shadow: none !important;
}
#decline {
    background-color: red;
    border: none !important;
    box-shadow: none !important;
}
.terms-head {
    font-size: 14px;
    font-weight: bold;
}
.underline {
    text-decoration: underline;
}