* {
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: rgba(255,255,255,0);
	-webkit-text-size-adjust: none;
	-webkit-user-select: none;
}

@font-face {
	font-family: "AntennaCondBold";
 	src: url(../../../resources/v1/fonts/288167d7-b172-49cd-ba88-f4a89e6ff149-2.eot);
 	src: local(â˜º), url(../../../resources/v1/fonts/288167d7-b172-49cd-ba88-f4a89e6ff149-3.woff) format("woff"),
	url(../../../resources/v1/fonts/288167d7-b172-49cd-ba88-f4a89e6ff149-1.ttf) format("truetype"),
	url(../../../resources/v1/fonts/288167d7-b172-49cd-ba88-f4a89e6ff149-4.svg#web) format("svg");
  	font-style: normal;
  	font-weight: 700;
}

@font-face {
	font-family: "AntennaCondMedium";
	src: url(../../../resources/v1/fonts/6c613785-168d-4454-9906-32889c02282a-2.eot);
	src: local(☺), url(../../../resources/v1/fonts/6c613785-168d-4454-9906-32889c02282a-3.woff) format("woff"),
	url(../../../resources/v1/fonts/6c613785-168d-4454-9906-32889c02282a-1.ttf) format("truetype"),
	url(../../../resources/v1/fonts/6c613785-168d-4454-9906-32889c02282a-4.svg#web) format("svg");
	font-style: normal;
	font-weight: 700;
}

body, html {
	padding: 0;
	margin: 0;
	height: 100%;
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 1.2em;
	font-weight: normal;
}

body {
	background: #fff;
	position: relative;
}

#header {
	position: relative;
	z-index: 100;
}

#headerBox {
	line-height: 1.2em;
	color: #fff;
 	width: 100%;
 	position: fixed;
	position: relative;
	clear: both;
	display: block;
	z-index: 200;
	top: 0;
	background-color: rgba(255,255,255,0.85);
}

#main {
	position: relative;
}

.intro {
	padding: 1em;
	font-size: 13px;
	line-height: 1.4em;
	text-align: center;
}

#content {
	position: relative;
	max-width: 640px;
	margin: 0 auto;
	padding-bottom: 4em;
	/*padding-top: 8em;*/
}

#header {
	background-color: #DD0000;
}

#header a {
	padding: 0.75em 0.5em 0.75em 1em;
	vertical-align: baseline;
	margin-right: 1.5em;
	float: left;
	display: none;
}

#header img#headerLogo {
	width: 60px;
	vertical-align: baseline;
	height: 100%;
}

#header h1 {
	font-family: "AntennaCondBold", "Open Sans", Helvetica, Arial, sans-serif;
	font-weight: 700;
	letter-spacing: 0.3px;
	padding: 0.75em 0.5em 0.75em 0.5em;
	font-size: 1.6em;
	line-height: 1.2em;
}

#footer {
	position: fixed;
	bottom: 0;
	left: 0;
	font-size: 0.9em;
	line-height: 1.2em;
	border-top: 1px solid #ccc;
	width: 98%;
	margin-top: 2em;
	padding: 2px 1% 3px 1%;
	color: #666;
	z-index: 2000;
	background-color: rgba(255,255,255,0.9);
}

th {
	text-transform: uppercase;
	color: #dd0000;
}

td, th {
	padding: 0.5em;
	line-height: 1.4em;
	text-align: center;
}

th {
	padding-bottom: 3em;
}

.ju {
	vertical-align: top;
	text-align: center;
}

.f_title {
	font-weight: bold;
	font-size:2em;
	padding-top: 0.1em;
	padding-bottom: 0.35em;
}

table {
	border: 0px solid #ddd;
}

hr {
	border-top: 5px dotted #ddd;
}

.frst {
	text-align: left;
	font-weight: bold;
	display: none;
}

.fmt {
	color: #fff;
	font-weight: bold;
	padding-bottom: 0.25em;
	font-size: 1.5em;
	font-family: "AntennaCondBold", "Open Sans", Helvetica, Arial, sans-serif;
}

.fmt b {
	display: inline-block;
	width: 36px;
	padding-top: 5px;
	height: 31px;
	text-align: center;
	border-radius: 50%;
	border: 3px solid #e0e0e0;
}

.b_5 {
	background-color: #e05353;
}
.b_10 {
	background-color: #cc0000;
}
.b_20 {
	background-color: #ac0505;
}
.b_30 {
	background-color: #910606;
}
.b_40 {
	background-color: #6f0a0a;
}

th.j_5 {
	color: #e05353;
}
th.j_10 {
	color: #cc0000;
}
th.j_20 {
	color: #ac0505;
}
th.j_30 {
	color: #910606;
}
th.j_40 {
	color: #6f0a0a;
}


a {
	color: inherit;
	text-decoration: none;
	cursor: pointer;
}

td {
	width: 20%;
}

.buttons {
	text-align: center;
	margin-bottom: 2em;
}

.part {
	position: relative;
	padding: 1em;
}

.table {
	width: 100%;
}

.or, .plus {
	font-weight: 600;
	display: inline-block;
	border-radius: 3px;
	padding: 0.15em 0.36em;
	clear: both;
	color: #fff;
	margin-top: 0.25em;
	margin-bottom: 0.25em;
}

.or {
	color: #3c81bb;

}

.plus {
	color: #85a61e;
}

h4 {
	font-weight: 600;
	font-size: 1.1em;
	line-height: 1.2em;
	margin-bottom: 0.75em;
}

.button {
	min-width: 1px;
	display: inline-block;
	padding: 0.42em 0.75em 0.42em 0.75em;
	margin: 0.5em 1em 0.25em 0em;
	border: 1px solid #999;
	background-color: #e0e0e0;
	color: #999;
	border-radius: 3px;
	cursor: pointer;
	display: block;
	float: left;
	line-height: 1.1em;
}

.button {
	display: inline-block;
	float: none;
}

.button.mode {
	color: #666;
}

.button.active {
	color: #fff;
	background-color: #999;
}
.button:hover {
	color: #333;
}

.scroller {
	position: relative;
	width: 100%;
	overflow: auto;
	-webkit-overflow-scrolling: touch;	
}

@media (max-width: 600px) {

	thead {
		white-space: nowrap;
	}
}