@charset "utf-8";
/* CSS Document */

.app-nav {
    background: none repeat scroll 0 0 #D8F6FE;
    border-bottom: 1px solid #C4E1EC;
    font-size: 87.5%;
    height: 71px;
    padding-top: 15px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
}
ul.exam-info-footer li.logo{
	padding:0 10px 0 0px;
	margin:0px;
}
ul.exam-info-footer li.time{
	padding-top:18px;;
}
.footer {
    background: none repeat scroll 0 0 #FAFAFA;
    border-top: 1px solid #EEEEEE;
    font-size: 87.5%;
	height:45px;
	position:fixed;
	bottom:0;
	width:100%;
}
.footer-links{
    line-height: 1.6;
    margin: 0 auto;
    text-align: center;
}
.controls{
    line-height: 1.6;
    margin: 0 auto;
    text-align: left;
	padding-left:10px;
}
.student-info {
    margin-top: 0;
	text-align:left;
}
p.student-info{
	margin:0px;
	padding:10px;
}
.exam-info-footer {
    list-style: none outside none;
    margin-bottom: 0;
    padding: 0;
}
ul.exam-info-footer{
	float:right;
}
ul.exam-info-footer li{
	float: left;
	padding:10px;
}
.exam-info-footer, .exam-info-footer li {
    margin: 0 0 0 15px;
    text-align: right;
}
.pure-u-sm-1-2, .pure-u-sm-12-24 {
    width: 50%;
}
hr {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #9FBFD4 -moz-use-text-color -moz-use-text-color;
    border-image: none;
    border-right: 0 none;
    border-style: dotted none none;
    border-width: 1px 0 0;
    clear: both;
    height: 0;
    margin: 25px 0;
}
html body div#layout div#main div.content div.answers input{
	float:left;
	margin-right:20px;
	margin-top:5px;
}

.logo img {
    width: 320px;
    height: 100%;
}

	