/*Dashboard CSS*/

table {
	width: 100%;
}

.title {
	font-size: 38px;
	font-family: VAGRundschriftDLig, "Open Sans", Roboto, sans-serif;
	color: #345caf;
	font-weight: bold;
}

a {
	color: #0C3B92 !important;
	text-decoration: none;
}

.section {
	border: 2px solid #345caf;
	border-radius: 4px;
	margin-bottom: 30px;
}

.section-header {
	text-align: center;
	background-color: #345caf;
	color: white;
	font-family: VAGRundschriftDLig, "Open Sans", Roboto, sans-serif;
	font-weight: bold;
}

.section-body {
	width: 100%;
	padding: 35px;
	font-size: 16px;
	color: #555;
}

.section-body h4{
	font-size: 20px;
	font-weight: bold;
	margin-top: 0;
}

.section-row {
	width: 100%;
	margin-bottom: 25px;
}

.section-body .section-row:last-child { margin-bottom: 0; }

.action-link{
	font-size: 17px;
}
