* {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	     -o-box-sizing: border-box;
	        box-sizing: border-box;
}

a {
	text-decoration: none;
}

.modal {
    max-height: 100%;
    overflow-y: auto;
}

.navbar-brand img
{
	height: 48px;
	/*margin: 8px;*/
}

body:not(#instructor_login) main {
	margin-top: 70px;
}

.container form {
	max-width: 640px;
	margin: 0 auto;
}

.container #select-form form {
	max-width: 100%;
}

.page-title
{
	font-weight: bold;
	margin: 1.5em auto;
}

#instructor_register .logo
{
	width: 100%;
}

#question-and-answer
{

}
	#question-and-answer h5:before
	{
		content: 'Q';
		color: #ed4d7f;
		padding-right: .25em;
	}
	#question-and-answer p:before
	{
		content: 'A';
		color: #ed5c96;
		padding: 0 .25em;
	}