@charset "UTF-8";

.myclass {
	color: #3a4750;
	font-weight: 400;
}

.myimg {
	width: inherit;
	height: inherit;
}

.mybackgroundcolor {
	background-color: white;
}

.myheight {
	min-height: 220px;
}

.myleftalign {
	text-align: left;
}

.mycontainer {
	width: 100%;
}

.pweight {
	font-weight: 200;
}

.header {
	position: absolute;
	top: 0;
	/*width: 260px;*/
	/* Set the fixed height of the footer here */
	height: 60px;
	background-color: #f5f5f5;
}

.headerbackground {
	justify-content: center; /* align horizontal */
	display: flex;
	align-items: center;
	background-color: #d9edf7;
}

.divspace {
	margin-top: 10px;
	margin-bottom: 20px;
}

/*.divwidth{
          min-width: 200px;

        }*/
.unorderlist {
	list-style-type: disc;
	padding-left: 12px;
}

#questioncolor:focus {
	text-decoration: none;
	color: #3185ce;
}der-line{color: #3185ce;}
.colorRed{color: red;}
.colorBlue{color: blue;}