@font-face {
	font-family: 'Semplicita';
	src: url('../fonts/Semplicita/Semplicita Light.otf');
	/*src: url('fonts/icomoon.eot?5kiojs#iefix') format('embedded-opentype'),
	url('fonts/icomoon.ttf?5kiojs') format('truetype'),
	url('fonts/icomoon.woff?5kiojs') format('woff'),
	url('fonts/icomoon.svg?5kiojs#icomoon') format('svg');*/
	font-weight: normal;
	font-style: normal;
}
body {
	background: #eeeeee;
	font-family: "Semplicita", helvetica, sans-serif;
}
a {
	text-decoration: none;
	font-weight: bold;
	color: initial;
}
a:hover {
	text-decoration: none;
	font-weight: bold;
	color: initial;
}

img.responsive {
    max-width: 100%;
    height: auto;
    min-width: 150px;
}

.card {
	background: #eeeeee;
	margin: 5px;
}
.megabox {
	padding: 20px;
	background-color: #304060;
	color: #cccccc;
}
.megabox > div {
	border: 1px solid #506080;
	padding: 20px;
}
.megabox a {
	color: #cccccc;
}
.megabox a:hover {
	color: #8aaaaa;
}
.instrument-row {
	margin-top: 20px;
}
.fgrh {
	position: absolute;
	visibility: hidden;
	width: 1px;
	height: 1px;
}
