body {
	background-image: url('../../../assets/uploads/teacherboard.jpg');
	background-size: cover;
	background-position: center;
	background-color: #226A9A;
	color: #fff;
}

.header {
	background-color: rgb(33, 150, 243);
	height: 71px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}

.header h3 strong a,
.header h3 strong a:hover {
	font-family: 'Open Sans', sans-serif;
	font-size: 37px;
	font-weight: 900;
	color: #fff;
	position: absolute;
	top: 10px;
	left: 30px;
	text-decoration: none;
}

.header a.actionButton {
	background-color: rgba(0, 0, 0, 0.3);
	width: 42px;
	height: 42px;
	border-radius: 25px;
	display: table-cell;
	position: absolute;
	top: 13px;
	right: 30px;
	color: #fff;
	font-size: 23px;
	text-align: center;
	vertical-align: middle;
}

.header a.actionButton span {
	margin-top: 2px;
	display: inline-block;
	margin-left: -3px;
}

.header a.actionButton:hover {
	box-shadow: 0 2px 4px rgba(0,0,0,.15), 0 3px 9px rgba(0,0,0,.15);
	transition: .35s;
}

.tab-container.console .tab-content {
	border: none;
}
