.current {
	font-weight:bold;	
}

.app h1 {
	margin: 2% 0 0 0;	
	height: 5%;
}

.app h2 {
	text-align:center;
}

.app .search {
	width: 96%;
	height: 3%;
	padding: 1% 2%;
}

.imgbig {
	width:100%;	
}

.imgcenter {
	display:block;
	margin: 0 auto;
	max-width:100%;
}

.tabs {
	text-align:center;
	padding-left:0;
}

.tabs li { list-style: none; display: inline; white-space: nowrap;}
.tabs li:after { content: " \2022 " }
.tabs li:last-child:after { content: none; }


.top {
	background:black;
	width:100%;
	margin-bottom: 5%;
}


.entries a {
	display:block;
	padding: .5% 1%;
	text-decoration: none;
	color: black;
	border: 1px solid #999;
	border-top: 0;
	background: #f9f9f9;

}

.entries a:hover {
	background: #fff;
}

.entries a:first-child {
	border-top: 1px solid #999;	
}

.entries a .name {
	font-size: 1.2em;	
}

.entries a .info {
	
}

.logo-subtitle {
	/*font-size:1.5em	*/
}

.indicator {
	border-radius: 100%;
	width: 2%;
	height: 1.19%;
	border: 2px solid red;
	position: absolute;
	top: 0px;
	z-index: 99999;
	text-align:center;
	color:#666;

}

.explore {
	width:96%;
	margin:0 auto;
}

.exploreButton {
	box-shadow: 0px 0px 3px 3px #999;
	padding: 1%;
	display:inline-block;
	margin: 1%;
	width: 27%;
	background: #fafafa;
}

.exploreButton:hover {
	text-decoration: none;
	background: #ffffff;	
}

.app-icons {
	margin-top:15px;
}

.app-icons .app-icons-google img { width: 240px }
.app-icons .app-icons-apple img { width: 210px }

@media (min-width: 500px) {
/*.app-icons .app-icons-google img { width: 30%; }
.app-icons .app-icons-apple img { width: 27%; }*/
}