.navbar, footer, .skip, #skip-link, #toTop { display: none; }
fieldset { margin: 3em 0 2em 0; clear: both; border: 0; }
legend {
    display: block;
    width: 100%;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border-bottom: 1px solid #e5e5e5;
}
.checkbox, .form-group, .radio {
    margin-bottom: 10px;
}
.form-horizontal .control-label {
    text-align: left;
    margin-bottom: 0;
    padding-top: 7px;
}
.col-lg-3 {
    width: 100%;  position: relative;
    min-height: 1px;
    padding-right: 15px;
}
label { font-weight: 700; }
.col-lg-9 {
    width: 100%;     position: relative;
    min-height: 1px;
    padding-right: 15px;
}
.form-control {
    display: block;
    font-size: 14px;
    line-height: 1.42857143;
    width: 98%;
    height: 34px;
    padding: 6px 12px;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}
textarea { height: 150px !important; }