﻿* {
touch-action: none;
}
body {
background-color:#222;
font-family:sans-serif;
}
input:focus{
    outline: none;
}
select:focus{
    outline: none;
}
#ifreq {
font-size:135px;
padding:3px;
padding-left:7px;
padding-right:7px;
margin:5px;
border:0px;
letter-spacing:20px;
opacity:0.8;
cursor: default;
}
#rstatus {
color:#000;
font-size:60px;
font-weight:bold;
opacity:0.8;
}
#presetstatus {

color:#000;
font-size:50px;
text-align:right;
opacity:0.8;
}
#stitle {
width:1350px;
height:80px;
color:#000;
font-size:50px;
opacity:0.8;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
cursor: default;
}
#ifreq {
width:800px;
padding:5px;
font-size:135px;
background-color:transparent;
opacity:0.8;
}
#stime {
color:#000;
font-size:60px;
font-weight:bold;
opacity:0.8;
text-align:right;
cursor: default;
}
#utct {
margin:0;
font-size:50px;
font-weight:normal;
cursor: default;
}
#presets {
width:100%;
background-color:#dc8500;
padding:5px;
font-size:40px;
border-radius:15px;
}
#presets option {
padding:15px;
}
#ktms {
width:100%;
background-color:#dc8500;
padding:5px;
font-size:40px;
border-radius:15px;	
}
#ktmkeys {
width:100%;
padding:5px;
font-size:40px;
background-color:#dc8500;
border-radius:15px;	
}

#volume {
	margin-left:140px;
	margin-top:25px;
	width:150px;
	  -ms-transform: scale(3); /* IE */
  -moz-transform: scale(3); /* FF */
  -webkit-transform: scale(3); /* Safari and Chrome */
  -o-transform: scale(3); /* Opera */
}


#searchInput, #sdbtn {
	font-size:50px;padding:15px;width:100%;
	
}

#stationses {
	background-color:#e2a114;width:100%;font-size:60px;height:100%;overflow-y:scroll;cursor:default;overflow-scrolling: touch;touch-action: pan-y;
}
