
ul.tabs-content { margin-bottom: 20px; }
ul.tabs-content dl { margin-bottom: 0; }
.tabs .active {
	position: relative;
	font-weight: bold;
	/*-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	border-top: 10px solid #306498;*/
	/*color: black;*/
}
.tabs .active strong { color: #306498; position: relative; }
.tabs .active strong:before {
	content: ' ';
	position: absolute;
	height: 0;
	width: 0;
	border: 15px solid transparent;
	border-top-color: #ccc;
	border-top-width: 5px;
	top: 110%;
	left: 50%;
	margin-left: -15px;
}

.small { font-size: 12px; }

abbr:hover, a:hover abbr, abbr { cursor: pointer; color: inherit; }

.alias { margin-bottom: 5px; }
.right.bgCheck.small { margin-top: -21px; }
.right.bgCheck .button { margin-top: 0; z-index:9998 !important; }

span.hide-on-phones { display: inline !important; }

#tooltip { font-size: 12px; }
#tooltip li, #tooltip ul { margin-bottom: 0; }
/*#tooltip { background: #306498; color: white; }
#tooltip:after { border-top-color: #306498; }*/

.audioOld, .ie .audioNew { display: none; }
.ie embed.audioOld { display: inline-block; width: 144px; height: 60px; }

img.mofo-icon { margin-bottom:10px; }
.app-store a { display:inline-block; margin-right:10px; }

@media only screen and (max-width: 767px) {

	span.hide-on-phones { display: none !important; }
	.right.bgCheck { float: none; text-align: center; }

	img.mofo-icon { width:88px; }

}

