@CHARSET "UTF-8";

 
    

html,body{height:100%; padding-top: 20px}

.container {
    height:100%;
}
.container-full {
  margin: 0 auto;
  width: 100%;
  padding-top: 11px;
}

.fill{
    width:100%;
    height:100%;
    min-height:100%;
}

.panel-default {
	margin-top: 20px;
}

#forecasts {margin-top: 10px;}

#distanceSelector {width: 100px;}

.nopadding {
   padding: 2px !important;
   margin: 0px !important;
}



.bb {
	 border-bottom: 1px solid #ccc;
}

.table-super-condensed>thead>tr>th,
.table-super-condensed>tbody>tr>th,
.table-super-condensed>tfoot>tr>th,
.table-super-condensed>thead>tr>td,
.table-super-condensed>tbody>tr>td,
.table-super-condensed>tfoot>tr>td{
	padding:2px !important;
}