.sgdms-dashboard {
	display: block;
	margin: 0 auto;
	max-width: 1080px;
	background-color: #ffffff;
}
.sgdms-dashboard.box {
	border-top: none;
}
.sgdms-dashboard-partners {
	padding: 20px;
	text-align: center;
}
.sgdms-dashboard-partners img {
	max-width: 100%;
}
.sgdms-dashboard-presenter {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	text-align: center;
	color: #ffffff;
	padding: 10% 10% 5% 10%;
	background-color: #3c8dbc;
}
.sgdms-dashboard-presenter h1,
.sgdms-dashboard-presenter h2,
.sgdms-dashboard-presenter h3 {
	text-shadow: 0px 2px 5px rgba(0,0,0,0.5);
}
.sgdms-dashboard-boxes {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	padding: 10px;
	background-color: #1f2d33;
}
.sgdms-dashboard-box.box {
	border-top: 0;
	background-color: #ffffff;
	box-sizing: border-box;
	padding: 0;
	margin: 10px;
	flex: 2;
	flex-basis: 45%;
}
.sgdms-dashboard-box.box .box-body {
	padding: 15px 20px;
}
.sgdms-dashboard-box.box .box-body h1,
.sgdms-dashboard-box.box .box-body h2,
.sgdms-dashboard-box.box .box-body h3,
.sgdms-dashboard-box.box .box-body p {
	padding: 5px 0;
	margin: 0;
} 
.sgdms-dashboard-box.box .box-footer {
	background-color: #fafafa;
}
.sgdms-dashboard-bottominfo {
	text-align: center;
	padding: 20px 10%;
	font-size: 12px;
	line-height: 16px;
	color: #666666;
}
.sgdms-dashboard-bottominfo p {
	padding: 5px 0;
	margin: 0;
}
img.sgdms-dashboard-logo {
	width: 240px;
	height: 240px;
	max-width: 100%;
}