html, body {
	border: 0px;
	margin: 0px;
	padding: 0px;
	font-family: "ALS Sirius", Arial, Helvetica, sans-serif;
}

.start-audio-button {
	height: 40px;
	border: solid #000000 3px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	text-align: center;
	padding-top: 5px;
	line-height: 25px;
	cursor: pointer;
	background-color: #ffffff;
}

.button-svg {
	padding-top: 2px;
	display:inline-block;
	vertical-align: top;
}

.try-fragment {
	display:inline-block;
}

.buy-book-div {
	width: 100px;
	height: 40px;
	color: #ffffff;
	text-align: center;
	vertical-align: middle;
	line-height: 40px;
	cursor: pointer;
}

.no-padding {
	padding: 0;
}

.no-border-spacing {
	border-spacing: 0;
}

.error-block {
	height: 40px;
	vertical-align: middle;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	text-align: center;
	line-height: 37px;
	border: solid black 2px;
}

.pause-button {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	width: 40px;
	height: 40px;
	text-align: center;
	cursor: pointer;
	border: solid 2px;
	border-right: solid 0px;
}

.pause-button-img {
	padding-top: 10px;
	width: 16px;
	height: 16px;
}

.audio-indicator {
	height: 40px;
	line-height: 40px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	background-color: #ffffff;
}

.audio-indicator-line {
	height: 100%;
}

#time-counter {
	position: absolute;
	top: 12px;
	opacity: 0;
}

#event-listener {
	position: absolute;
	top: 0;
	left: 40px;
	height: 40px;
	cursor: pointer;
}
