body {
    background-color: #000;
    background: url(../img/bg5.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color: #f0f0f0;
    padding: 0;
    padding-bottom: 40px;
}
a {
    color: #FF5A14;
}
a:hover, a:focus {
    color: #FF5A14;
    text-decoration: underline;
}

.btn-link {
    color: #FF5A14;
}

.btn-link:hover, .btn-link:focus {
    color: #FF5A14;
}

.btn-link[disabled]:hover, .btn-link[disabled]:focus {
    color: #E6E6E6;
    text-decoration: none;
}

.container-narrow {
    margin: 0 auto;
    max-width: 700px;
    padding-left: 10px;
    padding-right: 10px;
}

.start {
    margin: 40px 0;
    text-align: center;
}

.start h1 {
    font-size: 42px;
    line-height: 1;
}

.start .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.marketing {
    margin: 40px 0;
}

.marketing p + h4 {
    margin-top: 28px;
}

pull-left {
    float: left;
}

.pull-right {
    float: right;
}

.submit {
    margin-top: 30px;
}

.questionArea {
    font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 30px;
    display: block;
    padding: 9.5px;
    font-size: 14px;
    line-height: 20px;
    background-color: rgba(0, 0, 0, 0.15);
    border: 1px solid rgb(56, 56, 56);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.pagination {
    margin-top: 30px;
}

.hide {
    display: none;
}

td.correct {
    color: #468847;
    width: 33%;
}

td.incorrect {
    color: #ff0032;
    width: 33%;
}

td.skipped {
    color: #c3c3c5;
    width: 33%;
}

td.summary-number {
    white-space: nowrap;
}

td.summary-question {
    width: 50%;
}

td.summary-answer {
    width: 25%;
}

td.summary-skipped {
    font-style: italic;
}

.score {
    font-size: 25.5px;
    font-weight: bold;
}

.points-line {
    margin-top: 20px;
    margin-bottom: 20px;
}

.score-maximum {
    font-size: 25.5px;
    color: #468847;
}

footer {
    position:fixed;
    left: 0px;
    bottom: 0px;
    height: 40px;
    width: 100%;
    padding: 0;

    background-color: rgba(17, 17, 17, 0.81);
    background-image: linear-gradient(to bottom, rgba(34, 34, 34, 0.70), rgba(17, 17, 17, 0.81));
    background-repeat: repeat-x;
    border-top: 1px solid #383838;
}

.footer {
    padding-left: 10px;
    padding-right: 10px;
}

.text-info {
    color: #5e5e5e;
}


.btn-nav {
    text-shadow: none;
}

.btn-nav[disabled] {
    color: #E6E6E6;
}

.alert-plain {
    background: none;
    text-shadow: none;
    border: none;
    padding: 0;
}

.img-responsive {
    max-width: 100% !important;
    height:auto;
}

.bottom-font {
    font-size: 80%;
}

hr {
    border-color: #4a4a4a;
}