html, body {
    height: 100%;
    margin: 0px;
    padding: 0px;
}

body {
    background-color: #2c353a;
    color: #333;
}

div#content {
    margin-left: auto;
    margin-right: auto;
    margin-top: 120px;
    width: 550px;
    text-align: right;
}

img#ova-logo {
    margin-right: 2px;
}

a.helpbtn {
    display: block;
    position: absolute;
    right: 10px;
    top: 10px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    color: #777;
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    background-color: #f8f9fc;
}

a.helpbtn:hover {
    background-color: #ddd;
    color: #333;
}

div.mdlg {
    position: relative;
    margin-top: 2px;
    text-align: left;
    background-color: #fff;
    border: 1px solid #191f21;
}

div.mdlg-title {
    width: 100%;
    height: 40px;
    border-bottom: 1px solid #bbb;
    background-color: #f8f9fc;
}

div.mdlg-title p {
    padding: 0px 20px;
    margin: 0px;
    font-size: 15px;
    font-weight: bold;
    line-height: 40px;
    color: #aaa;
}

div.form-btns {
    width: 100%;
    height: 40px;
    border-top: 1px solid #bbb;
    border-bottom: 1px solid #bbb;
    background-color: #f8f9fc;
}

div.form-btns a {
    font-size: 11px;
    font-weight: bold;
    display: block;
    height: 40px;
    width: 92.5%;
    line-height: 40px;
    color: #e67e22;
    float: right;
    padding: 0px 20px;
    text-decoration: none;
    border-left: 1px solid #bbb;
    text-align: center;
}

div.form-btns a:hover {
    color: #fff !important;
    background-color: #f39c12;
}

div.vsep {
    width: 1px;
    border-left: 1px solid #bbb;
    text-align: center;
    height: 120px;
}

div.vsep div{
    background-color: #fff;
    color: #555;
    text-transform: uppercase;
    font-size: 8px;
    overflow: visible;
    margin-top: 55px;
    margin-left: -6px;
    padding: 2px 0px;
}

#footer a {
    color: #668acc !important;
}

#footer a:hover {
    color: #86aadd !important;
    text-decoration: none;
}

#wrap {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -60px;
}

#push, #footer {
    height: 60px;
}

#footer {
    background-color: rgba(0, 0, 0, 0.4);
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 20px;
}

@media (max-width: 767px) {
    #footer {
        margin-left: -20px;
        margin-right: -20px;
        padding-left: 20px;
        padding-right: 20px;
    }
}

#footer .container p {
    margin: 19px 0;
    color: #999;
    text-align: left;
}

.container:after {
    clear: both;
}
.container:before, .container:after {
    display: table;
    line-height: 0;
    content: "";
}

.container {
    margin-right: auto;
    margin-left: auto;
    width: 550px;
}

div#aboutmodal {
    position: absolute;
    top: 100px;
    left: 25%;
    width: 48%;
    padding: 50px 1%;
    background-color: #fff;
    display: none;
    font-size: 12px;
    box-shadow: 0px 0px 200px #000;
}
p{
    text-align: center;
}

#textsearch .sectionrule{
    margin-left: 10px;
}

.searchinput{
    margin-left: 10px;
    width: 93%;

}
.split-date-wrap{
    margin-left: 10px;
}

.searchselect{
    margin-left: 10px;
    width: 50%;
}
