body {
	font-family: 'Raleway', sans-serif;
}

header.ui.inverted.menu {
	background: #5FADD2;
	height: 80px;
	border-radius: 0;
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
	margin-top: 0;
}

.ui.primary.button {
	background-color: #1F719E;
}

.ui.primary.button:hover {
	background-color: #237FB1;
}

strong, th, i.icon, label {
	color: #1F719E !important;
}

.logo {
	width: 120px;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url('../img/logo_white.png');
}

.ui.pagination.menu {
	flex-wrap: wrap;
}