.clear{
    clear: both;
}
.location-col {
    float: left;
    margin-right: 2%;
    text-align: left;
    width: 48%;
}   
ul.offshorent {
    margin: 0;
    padding: 0;
}
ul.offshorent li {
    list-style: none;
    display: inline-block;
    width: 47%;
    margin-right: 2%;
}
ul.offshorent li a {
    background:#111623;
    color: #fff;
    display: block;
    padding: 10px;
    font-size: 14px;
    border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
ul.offshorent li a:hover {
    background:#253358;
}
.social {
    text-align: center;
    border-top: 1px solid #ccc;
    margin-top: 10px;
    padding-top: 10px;
    clear: both;
}
.form-table {
    width: 100%;
}
.clear {
    clear:both;
}
.form-table .row-table {
    margin-bottom:10px;
}
.form-table .row-table label {
    width: 15%;
    float: left;
}
.form-table .row-table select,
.form-table .row-table input {
    width: 20%;
    float: left;
}
.form-table .row-table input.small {
    width: 5%;
}
.form-widefat {
    background:#fff;
    padding: 10px 25px 15px 25px;
    margin-bottom:25px;
}