img {
	border: 0;
}
html, body {
	font-family: Open Sans;
	background: white;
	padding: 0; 
	margin: 0;
	color: black;
}

div, table, tr, td {
	border-collapse: collapse;
	margin: 0;
	padding: 0;
}

#main_div {
	max-width: 780px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding-top: 25px;
	padding-bottom: 20px;
	font-size: 16px;
}
.exit_link {
	position: fixed; 
	top: 5px; 
	right: 5px; 
	font-weight: bold; 
	opacity: 1;
	text-align: right;
}

.my_tests span{
	 padding-left: 25px;
}

.test_radiolisten td{
	width: 48%;
	padding-bottom: 10px;
}

.test_radiolisten .tdl{
		text-align: right;
}
.test_radiolisten .tdr{
		text-align: left;
}

.test_fragment {
		width: 100%;
}
.test_fragment td{
		width: 50%; 
		padding: 5px;
}
.test_fragment .tdl{
		text-align: right;
}
.test_fragment .tdr{
		text-align: left;
}

@media (max-width: 767px) {
	#main_div {
		max-width: 100%;
	}
	.my_tests .test_type {
		padding: 10px;
		text-align: center;		
		width: 95%;
	}
	.my_tests span{
		padding-left: 0;
	}
	.my_tests .test_in td{
		display: block;
		text-align: center;
		padding-bottom: 10px;
	}
	.test_radiolisten td{
		width: 96%;
		display: block;
		text-align: center;
		padding: 10px;
	}
	.test_radiolisten .tdl{
		text-align: center;
	}
	.test_radiolisten .tdr{
		text-align: center;
	}
	#stations_other {
		line-height: 2;
		padding-left: 20px;
	}
	.test_fragment td{
		display: block;
		width: 100%; 
		text-align: center;
	}
	.test_fragment .tdl{
		text-align: center;
	}
	.test_fragment .tdr{
		text-align: center;
	}
	.exit_link {
		position: fixed; 
		top: 5px; 
		right: 5px;  
		opacity: 0.5;
		text-align: right;
	}
}

#extra_msg {
	width: 100%;
	position: absolute;
	text-align: center;
	height: 23px;
	color: grey;	
	background: #f3f3f3;
	font-size: 11pt;
	/*box-shadow: 0 0 2px grey;*/
	opacity: 0.4;
	display: none;
}	

.err_div {
	background: pink;
	border-radius: 4px;
	font-size: 8pt;
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url(/css/fonts/sans.eot);
  src: local('Open Sans Light'), local('OpenSans-Light'), url(/css/fonts/sans-light.woff) format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url(/css/fonts/sans.eot);
  src: local('Open Sans'), local('OpenSans'), url(/css/fonts/sans.woff) format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url(/css/fonts/sans.eot);
  src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url(/css/fonts/sans-semibold.woff) format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url(/css/fonts/sans.eot);
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url(/css/fonts/sans-bold.woff) format('woff');
}

@font-face {
  font-family: 'PT Sans Narrow';
  font-style: normal;
  font-weight: 400;
  src: local('PT Sans Narrow'), local('PTSans-Narrow'), url(/css/fonts/ptsans400.woff) format('woff');
}
@font-face {
  font-family: 'PT Sans Narrow';
  font-style: normal;
  font-weight: 700;
  src: local('PT Sans Narrow Bold'), local('PTSans-NarrowBold'), url(/css/fonts/ptsans700.woff) format('woff');
}


input,textarea,select {
	border: solid 2px #F8B024;
	padding: 3px;
	border-radius: 4px;
}

input:focus,textarea:focus {
	border: solid 2px #E53F02;
}


input[type=submit] {
	border: solid 2px #E53F02;
	background: #E53F02;
	color: white;
	font-weight: bold;
	cursor: pointer;
}
input[type=submit]:hover {
	color: #E53F02;
	background: #F8B024;
}
input[type=radio] {
	border: none;
}

h2 {
	color: #E53F02;
}

a {
	color: #E53F02;
}

a:hover {
	text-decoration: none;
}

label {
	text-decoration: underline;
	cursor: pointer;
	color: #E53F02;
}

.full_reg td {
	padding: 6px;
}

.my_tests td {
	vertical-align: top;
	text-align: left;
}

.play_btn {
	height: 40px; 
	margin-top: -10px; 
	cursor: pointer;
	vertical-align: middle;
	transition: all 0.3s ease-in-out;
}

.play_btn:hover {
	transform: scale(1.1);
}

.track_table td{
	padding: 2px;
	text-align: left;
}

.stat_table td{
	text-align: left;
	padding: 1px;
	font-size: 10pt;
	border-bottom: solid 1px silver;
	border-right: solid 1px silver;
}

.a_main_menu {
	margin-left: 16%; 
	margin-right: 16%; 
	border: solid 1px rgba(127,127,127,0.25); 
	padding: 6px; 
	border-radius: 8px;
}
.a_main_menu a{
	font-size: 14pt;
}


#mrt_reg input{
	padding: 15px;
	border-radius: 30px;
}
#mrt_login input{
	padding: 15px;
	border-radius: 30px;
}
.test_in input{
	padding: 15px;
	border-radius: 30px;
}
#anketa input{
	padding: 15px;
	border-radius: 30px;
}
#anketa select{
	padding: 7px;
	border-radius: 20px;
}
.test_radiolisten input{
	padding: 15px;
	border-radius: 30px;
}
.test_radiolisten select{
	padding: 7px;
	border-radius: 20px;
}

#submit_btn{
	padding: 15px;
	border-radius: 30px;
	font-size: 18px;
}

#main_logo {
	margin-left: -25px;
}
@media screen and (max-width: 768px) {
	#main_logo {
		margin-left: 0;
	}
}

#mrt_content {

}

#mrt_left {
	width: calc(50% - 25px);
	display: inline-block;
	vertical-align: top;
	text-align: left;
	font-size: 18px;
	padding: 10px;
}

#mrt_right {
	width: calc(50% - 25px);
	display: inline-block;
	vertical-align: top;
	text-align: center;	
	padding: 10px;
}

#logo107 {
	text-align: left;
	opacity: 0.5;
}

@media screen and (max-width: 768px) {
	#mrt_left {
		width: calc(100% - 70px);
		display: block;
		text-align: center;
		font-size: 18px;
		padding: 10px 35px;
	}
	#mrt_right {
		width: 100%;
		display: block;
		text-align: center;	
		padding: 0 10px;
	}
	#logo107 {
		text-align: center;
	}
}