header {
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
    font-weight: bold;
    color: #685DA3;
    clear: both;
    margin-left: 0;
    width: 100%;
    display: block;
    border-bottom: medium dotted #DC7816;
}
.container-fluid {
    background-color: #FBFBFB;
    margin-right: auto;
    margin-left: auto;
    width: 96%;
    padding-left: 2%;
    padding-right: 2%;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
	
}
h2 {
    color: #F4F4F4;
    background-color: #4F28AD;
}
.learner {
    color: #7A066E;
}
footer {
    text-align: center;
    font-size: small;
    color: #4F28AD;
    background-color: #DC7816;
}
iframe {
	border-bottom:0px;
	border-left-width:0px;
	border-right-width:0px;
	boder-top-width:0px;
	
}
