﻿html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 191px;
}

.navbar {
    margin-bottom: 0px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 191px;
}

#begin {
    width: 720px;
    position: absolute;
    bottom: 0px;
}

#video {
    margin-top: -5px;
    width: 733px;
    height: 587px;
}

div.form {
    min-height: 587px;
}

.bottomnav {
    text-align: right;
}

img {
    border-style: none;
}


#passInfo {
    font-size: 1.1em;
    font-weight: bold;
    margin-bottom: 10px;
    height: 30px;
}

#passDetails {
    /*height: 200px;*/
}

#submitInfo {
   /* height: 100px;*/
}

#passInfo span.passed {
    color: darkgreen;
}

#passInfo span.failed {
    color: red;
}


label.incorrect, span.incorrect {
    color: red;
}

.radio label {
    padding-left: 0px;
}

.inr_imgbutton {
    padding: 0px;
    border: none;
    width: 73px;
    height: 23px;
}

.disabledimg {
    cursor: not-allowed !important;
}

.header {
    text-align: center
}

.video-player {
    display: block;
    margin: 0 auto;
}

/*
 #container {
    width: 733px;
    margin-left: auto;
    margin-right: auto;
}

#footer, #interns {
    margin-top: -5px;
}





#content {
    width:713px;
    height:572px;

}



input[type=text]{
    height:32px;
    width:300px;
    border-style: solid;
    border-width: 1px;
    color:#7F7F7F;
    border-color:#BFBFBF;
    padding-left:10px;
}
span.req {
    position:relative;
    left:-10px;
    color:red;
    height:32px;
    display:inline-block;
}
span.label {
    display:block;
    color:#7F7F7F;
    width:310px;

}
p.instructions{
    font-size:0.8em;
    color:#7F7F7F;
}

div.spacer {
    height:10px;
}
table.answer {
    margin-left:18px;
}

td label {
    display: block;
    margin-left: 20px;
}
    
input[type=radio] {
    float: left;
    margin-left: -20px;
    margin-right: 7px;
}

span.question {
    font-style:italic;
    font-weight:bold;
}


    */
