@import url('https://fonts.googleapis.com/css?family=Didact+Gothic');

body {
	font-family: 'Didact Gothic', "Helvetica", sans-serif !important;
}

i {
	opacity: 0.5;
}

.tmi {
	color: #ffff88;

}
a:hover.tmi {
	color: #888800;
}
.ams {
	text-shadow: 4px 4px 4px #000;
}

.truncate {
	white-space: no-wrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.lessbright {
	opacity: 0.75;
}
.bg-light {
	background-color: #f0f0f8 !important
}

#radioplayer {
	display: inline-block;
	z-index: 10000;
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	height: 64px;
	width: 100%;
	background-color: black;
	color: white;
	border-top: 1px solid #ffff88;
	padding: 4px 8px 0;
}

#remembertovote {
	display: inline-block;
	visibility: hidden;
	z-index: 10000;
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	height: 64px;
	width: 100%;
	background-color: black;
	color: white;
	border-top: 1px solid #ffff88;
	padding: 4px 8px 0;
}

.lastPlayedEntry {
	text-align: left;
	display: block;
}

.lastPlayedEntry p {
	margin-bottom: 0;
}

.justified p {
	text-align: justify;
	text-justify: inter-word;
}
