/*BODY
{
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	background-color: #F9F9F9;
}*/
/* Tabs container */
.r-tabs {
	position: relative;
	/*background-color: #F7A509;*/
	/*border-top: 1px solid #F7A50A;*/
	/*border-right: 1px solid #F7A609;*/
	/*border-left: 1px solid #F7A707;*/
	/*border-bottom: 4px solid #F7A807;*/
	/*border-radius: 4px;*/
}

/* Tab element */
.r-tabs .r-tabs-nav .r-tabs-tab {
	position: relative;
	/*background-color: #F7A509;*/
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f9af00+0,f6a10d+100 */
	background: #F9AF00;
	/* Old browsers */
	background: -moz-linear-gradient(top, #F9AF00 0%, #F6A10D 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, #F9AF00 0%, #F6A10D 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #F9AF00 0%, #F6A10D 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9af00', endColorstr='#f6a10d',GradientType=0 );
	/* IE6-9 */
	width: 25.0%;
	text-align: center;
	text-transform: uppercase;
	/*text-shadow: 2px 2px 1px #9A9A9A;*/
	font-weight: bold;
	/*+box-shadow: 6px 6px 10px -1px #C3C2C2;*/
	-moz-box-shadow: 6px 6px 10px -1px #C3C2C2;
	-webkit-box-shadow: 6px 6px 10px -1px #C3C2C2;
	box-shadow: 6px 6px 10px -1px #C3C2C2;
	/*margin-left: -4px;*/
	outline: none;
	margin-right: -5px;
}

/* Tab anchor */
.r-tabs .r-tabs-nav .r-tabs-anchor {
	display: inline-block;
	padding: 10px 12px;
	text-decoration: none;
	/*text-shadow: 0 1px rgba(0, 0, 0, 0.4);*/
	font-size: 12pt;
	font-weight: 300;
	color: #FFF;
	width: 100%;
	box-sizing: border-box;
}

/*.r-tabs .r-tabs-nav .r-tabs-anchor A
{
	color: #FFFFFF;
}*/
/* Disabled tab */
.r-tabs .r-tabs-nav .r-tabs-state-disabled {
	opacity: 0.5;
}

/* Active state tab anchor */
.r-tabs .r-tabs-nav .r-tabs-state-active .r-tabs-anchor {
	color: #000000;
	text-shadow: none;
	background-color: white;
	/*border-top-right-radius: 4px;*/
	/*border-top-left-radius: 4px;*/
	outline: none;
	font-weight: 600;
	/*(*+box-shadow: -3px 1px 10px -1px #C3C2C2;*)
	-moz-box-shadow: -3px 1px 10px -1px #C3C2C2;
	-webkit-box-shadow: -3px 1px 10px -1px #C3C2C2;
	box-shadow: -3px 1px 10px -1px #C3C2C2;*/
}

/* Tab panel */
.r-tabs .r-tabs-panel {
	background-color: white;
	border-bottom: 4px solid white;
	/*border-bottom-right-radius: 4px;*/
	/*border-bottom-left-radius: 4px;*/
}

/* Accordion anchor */
.r-tabs .r-tabs-accordion-title .r-tabs-anchor {
	display: block;
	padding: 10px;
	/*background-color: #F7A50A;*/
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f9af00+0,f6a10d+100 */
	background: #F9AF00;
	/* Old browsers */
	background: -moz-linear-gradient(top, #F9AF00 0%, #F6A10D 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, #F9AF00 0%, #F6A10D 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #F9AF00 0%, #F6A10D 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9af00', endColorstr='#f6a10d',GradientType=0 );
	/* IE6-9 */
	color: #FFF;
	font-weight: 600;
	text-decoration: none;
	/*text-shadow: 0 1px rgba(0, 0, 0, 0.4);*/
	font-size: 12pt;
	/*border-top-right-radius: 4px;*/
	/*border-top-left-radius: 4px;*/
	text-align: center;
	outline: none;
	border-bottom: 1px solid #575656;
	text-transform: uppercase;
	/*text-shadow: 2px 2px 2px #9A9A9A;*/
	/*+box-shadow: -3px 0px 10px -1px #C3C2C2;*/
	-moz-box-shadow: -3px 0px 10px -1px #C3C2C2;
	-webkit-box-shadow: -3px 0px 10px -1px #C3C2C2;
	box-shadow: -3px 0px 10px -1px #C3C2C2;
}

/* Active accordion anchor */
.r-tabs .r-tabs-accordion-title.r-tabs-state-active .r-tabs-anchor {
	background-color: #FFFFFF;
	background: linear-gradient(to bottom, #FEFEFE 0%, #FFFFFF 0%);
	color: #000000;
	text-shadow: none;
	font-weight: 600;
	/*border-bottom: 1px none black;*/
}

/* Disabled accordion button */
.r-tabs .r-tabs-accordion-title.r-tabs-state-disabled {
	opacity: 0.5;
}

/* Buttons */
button {
	display: inline-block;
	margin-top: 10px;
	margin-right: 10px;
	padding: 10px 20px;
	line-height: 100%;
	color: #FFF;
	font-size: 14px;
	text-align: center;
	/*text-shadow: 0 1px rgba(0, 0, 0, 0.3);*/
	vertical-align: middle;
	font-weight: bold;
	border: 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #00C5AD;
	box-shadow: 0px 3px 0px 0px #00AB94;
	cursor: pointer;
}

/* Info bar */
.info {
	display: inline-block;
	margin-top: 10px;
	margin-right: 10px;
	padding: 10px 20px;
	width: 300px;
	line-height: 100%;
	font-family: Consolas, "Liberation Mono", Menlo, Courier, monospace;
	font-size: 14px;
	color: #00C5AD;
	border: 2px solid #00AB94;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #FFF;
	cursor: pointer;
}

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