@font-face {
  	font-family: ocrb;
  	src: url(/font/OCRBStd.otf);
}
body {
	font-family: ocrb, sans-serif;
	line-height:1.4;
	color: #222;
	font-size: 16px;
}
#playing,audio{
	background:#666;
	width:400px;
	padding:20px;
}
.active a{
	color:#5DB0E6;
	text-decoration:none;
}
li a{
	color:#eeeedd;
	background:#333;
	padding:5px;
	display:block;
}
li a:hover{
	text-decoration:none;
}
li {
	list-style:none;
}
ul {
	padding-left:0;
}
.counter-container,
.intro-container {
  display: flex;
  align-items: center;
  justify-content: center;
  height:100%;
  max-width:960px;
  width:100%;
  margin: 0 auto;
  flex-direction: column;
}
.item {
  padding: 40px;
}
button {
    padding: 10px 25px 7px;
    border-radius: 0;
    border: 0px solid #222;
    cursor: pointer;
    font-size: 16px;
    background:white;
    mix-blend-mode: lighten;
    font-family: ocrb, sans-serif;
}
.counter-container {
	visibility:hidden;
}
#counter {
	text-align:center;
	font-size:12.5em;
	color: white;
}
#audio, #playing {
	display:none;
}
.item.text {
	background: white;
	display:none;
	letter-spacing: -1px;
}
.item.icon {
	padding: 0 0 20px;
}
.item.icon img{
	width:30px;
	filter:invert(100);
	cursor: pointer;
}
.title {
	color:white;
	font-size:14px;
}
.title .left {
	float: left;
	width:49%;
	margin-left:1%;
}
.title .right {
	float: right;
	width:49%;
	text-align:right;
	margin-right:1%;
}

@media only screen and (max-width: 768px) {
button {
    font-size: 1.0em;
}

}
