/* Small screens */
@media only screen and (max-width : 767px) {
    .form-group > div[class*="col-"]:not(:last-child) {
        margin-bottom: 15px;
    }
}
body {
    margin: 0;
    /*font-family: 'Open Sans', sans-serif !important;*/
    /*font-family: 'Raleway', sans-serif !important;*/
}
/*h1.text-center {
    color: white !important;
    background: #0e73cc;
    font-weight: 300 !important;
    margin: 0 0 40px !important;
    padding: 20px;
    border-bottom: 5px solid #094b84;
}*/
.modal-dialog {
    width:80%;
    max-width:960px;
}
pre.prettyprint {
    font-size: 11px;
    padding: 5px 30px;
}
#view-src-btn {
    margin-bottom: -48px;
    font-size: 14px;
    padding: 1px 10px;
}
#view-src-btn:after {
    clear: both;
}
.container {
    max-width: 100%;
}
.red {
    color:red !important;
    font-size: 10px;
}
.text-danger {
    color:red;
    font-size: 10px;
}
button.application-submit {
    padding: 8px 40px !important;
    font-size: 1.2em !important;
}
.container.footer {
    font-size: 0.8em;
}
select option:disabled {
    color: #ccc;
    font-weight: bold;
}