body{
	background-color:#000000 !important;
	#font-size: 85% !important;
}
.ui-header .ui-btn, .ui-header .ui-icon, .ui-header .ui-btn-inner {
    height: 35px;
}
.ui-header .ui-btn-inner .ui-icon{
    margin: 0px;
    border-radius: 0;
}

.nav .ui-btn-text{
	font-size: 20px;
}

table{
	font-family:arial;
	width: 95% !important;
	word-wrap: break-all !important;
	padding: 0px;
        margin: 0px;
}

th{
	color:#ffff00;
	text-align:left;
}

ul{
	margin:0;
	padding:0;
}

.click {
	cursor:pointer;
}

.svc_title{
	color:blue;
}

tr:nth-child(2n) {
	background-color: #232323
}

td{
	padding:0px;
	margin:0px;
	word-wrap: break-none !important;
}

tr{
        padding:0px;
        margin:0px;
	overflow: hidden;
}

@media ( min-width: 20em ) {
  /* Show the table header rows and set all cells to display: table-cell */ 
  .my-custom-breakpoint td,
  .my-custom-breakpoint th,
  .my-custom-breakpoint tbody th,
  .my-custom-breakpoint tbody td,
  .my-custom-breakpoint thead td,
  .my-custom-breakpoint thead th {
    display: table-cell;
    margin: 0;
  }
  /* Hide the labels in each cell */ 
  .my-custom-breakpoint td .ui-table-cell-label,
  .my-custom-breakpoint th .ui-table-cell-label { 
    display: none;
  }
}

.ui-link{
	text-decoration:none;
	color: #ffff00 !important;
	font-weight:normal !important;
}

.ui-body-d{
	color: #000000 !important;
        text-shadow:none !important;
}
.ui-overlay-d{
	color: #000000;
        text-shadow:none !important;
}



.ui-body-c{
	color: #ffff00 !important;
	text-shadow:none !important;
	background: #000000;
}
.ui-overlay-c{
	color: #ffff00;
	text-shadow:none !important;
}

.ui-li{
	background: #909090;
}

.ui-btn-up-c{
	text-shadow:none !important;
}

.late{
	color: red !important;
}

.early{
	color: white !important;
}

.recentLi{
	background-color:#e8e8e8;
}

#station{
	color: #000000 !important;
}

#filter{
        color: #000000 !important;
}

.ui-radio{
	width:33%;
}

.ui-controlgroup-controls{
	width:100% !important;
	padding:0px;
	margin:0;
}

.ui-content{
	padding:0px;
}
#here{
       	background-color: #00ffff !important;
        color: black;
}

#footer {
   position:absolute;
   bottom:0;
   width:100%;
   height:105px;   /* Height of the footer */
   background:#000000;
}

.ui-loader-default {
    opacity: 1 !important;      
}
