@import 'https://fonts.googleapis.com/css?family=Lato:400, 700';

body {
	background: #cccccc;
	margin-left: auto;
	margin-right: auto;
	width: 50%;
}

em {
	font-family: Lato, Monospace;
}

figcaption {
	text-align: right;
	text-transform: uppercase;
}

table {
	background-color: grey;
	color: white;
	margin: auto;
}

a:link,
a:visited {
	background-color: #000080;
	font-style: oblique;
	color: white;
	padding: 7px 12px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
}

a:hover,
a:active {
	background-color: hotpink;
}

.leftColumn .leftInTbl {
	text-align: left;
}

#tribute-info {
	text-align: top;
	margin-bottom: 12px;
}

#bottommost {
	text-align: bottom; /* bottom in the list items */
	margin-bottom: 12px;
	background-color: #b3b3b3;
	color: #000;
}

#horn_family {
	margin-bottom: 12px;
}

th {
	padding-top: 12px;
	padding-left: 12px;
	padding-right: 12px;
}

.tblOverskrift {
	text-decoration: underline;
	text-align: center;
}

.stemming {
	border-radius: 25px;
	background: #73ad21;
	padding: 5px;
	width: 20px;
	height: 15px;
	text-align: center;
}

img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 50%;
}

#round_border {
	border-radius: 25px;
	border: 2px solid #29dd29;
	padding: 15x;
	width: 200px;
	height: 150px;
}

td {
	text-shadow: 2px 2px 5px #29dd29;
	text-align: center;
}

.fun {
	background: #cccccc;
	color: #000;
	font-family: 'Gugi', Monospace;
	text-align: center;
	padding-top: 16px;
}

.adolphe_sax {
	background: #cccccc;
	padding: 10px;
	color: #000;
}
