body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.9em;
	color: #424242;
	background-image: linear-gradient(rgba(255, 255, 255, 0.93), rgba(255, 255, 255, 0.93)), url("/assets/pattern.png");
	margin: 20px;
	padding: 0;
}

strong {display: inline !important}

a {text-decoration: none; color: inherit;}
a:hover {text-decoration: none; color: inherit;}
a:visited {text-decoration: none; color: inherit;}

#wrapper_logo {
	margin: 0 auto;
	text-align: center;
}

#logo {
	display: inline-block;
}

#header {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
	justify-content: space-between;
}

#header_logo {
	text-shadow: 1px 2px 1px grey;
	border-right: 1px solid lightgrey;
	padding-right: 10px;
}

#header_text {
	flex: 1 1 auto;
	font-size: 1.0em;
	margin: auto 10px;
}

#header_img {
	float: left;
	border-left: 1px solid lightgrey;
	padding-left: 10px;
}

.title {
	font-size: 2em;
}

.desc {
	font-size: 0.9em;
	margin-top: -10px;
}

#wrapper {
	min-width: 610px;
	max-width: 920px;
	margin: 0 auto;
	background: #e0e0e0;
	padding: 10px;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
}

.container {
	width: auto;
	height: auto;
	background: #f5f5f5;
	margin-bottom: 15px;
	padding: 10px;
}

.container:hover {
	box-shadow: 0px 0px 10px rgba(100, 100, 100, 0.9);
}

.logo_container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: auto;
	height: 40px;
	background: #fff;
	margin: -10px;
	padding-left: 10px;
	padding-right: 3px;
}

.logo {
	width: auto;
}

.logo_wrapper {
	display: flex;
	align-items: center;
}

.logo_wrapper > p {
	margin-left: 10px;
	border-left: 1px solid;
	padding-left: 10px;
}

.description {
	padding-top: 17px;
	text-align: justify;
}
