html{
    font-size: 62.5%; /* 10px */
}

/* import "partials/reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, center, dl, dt, dd, fieldset, form, label, legend, caption, table, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    padding: 0;
    border: 0;
    vertical-align:top;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
button{
    outline:none;
}

body {
    margin:0;
    padding:0;
    min-width:320px;
    line-height:1.4285;
    color:#333;
    background-color:#afafaf;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
p{
    margin:0px 0px 10px 0px;
    padding:0px;
}
select {margin:0; font-size:1.2rem; padding:4px;}
input {margin:0; font-size:1.2rem; padding:5px 10px; border:1px solid #a5a5a5; background-color:#eee;}

/* apply a natural box layout model to all elements */
*, *:before, *:after {
    -moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box; 
    box-sizing: border-box;
}
div{
    -moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box; 
    box-sizing: border-box;
}
pre{
    text-align: left;
    margin:0;
    padding:1em;
    border:1px solid #ccc;
    background-color:#eee;
    overflow: auto;
    display: inline-block;
    width:100%;
    max-width:600px;
    
    white-space: pre-wrap;
	white-space: -moz-pre-wrap !important;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
	word-wrap: break-word;
}


/* typography */
a { color:#224bca; text-decoration: underline; }
a:hover, a:focus{ color:#2a6496; }

h1 { font-size: 2.4rem; line-height: 1em; font-weight: bolder; margin:0; padding:0; }
h2 { font-size: 1.8rem; line-height: 1.4em; font-weight: bold; margin:0; padding:0; }
h3 { font-size: 1.4rem; line-height: 1.2em; font-weight: bold; margin:0; padding:0; }
h4 { font-size: 1.3rem; line-height: 1.2em; font-weight: bold; margin:0; padding:0; }
h5 { font-size: 1.2rem; line-height: 1.2em; font-weight: bold; margin:0; padding:0; }

.smallTxt{font-size:1.1rem; padding-right:.5em;}

.row{display:block; overflow:hidden; width:100%; clear:both;}

.block{margin:0 0 10px 0;}
.padded{padding:.5em;}

.panel{
    overflow:hidden;
    margin:0 0 10px 0;
    border-color: #ddd;
    background-color: #fff;
    border:1px solid #ccc;
    color:#333;
}
.panel.rounded{
    border-radius:4px;
}
.panel > .panel-heading{
    padding:10px;
    color:#333;
    background-color:#f5f5f5;
    border-color:#ddd;
    background-image: -webkit-linear-gradient(top,#f5f5f5 0,#e8e8e8 100%);
    background-image: -o-linear-gradient(top,#f5f5f5 0,#e8e8e8 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#f5f5f5),to(#e8e8e8));
    background-image: linear-gradient(to bottom,#f5f5f5 0,#e8e8e8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
    background-repeat: repeat-x;
}
.panel > .panel-warning{
    padding:10px;
    color: #A80000;
    
    background-image: -webkit-linear-gradient(top,#f2dede 0,#ebcccc 100%);
    background-image: -o-linear-gradient(top,#f2dede 0,#ebcccc 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#f2dede),to(#ebcccc));
    background-image: linear-gradient(to bottom,#f2dede 0,#ebcccc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffebcccc', GradientType=0);
    background-repeat: repeat-x;
}
.panel > .panel-body {
    font-size: 1.2rem;
    padding:10px;
    overflow:hidden;
}
#anchor-hazards{ color:#A80000 }

.panel h1{ font-size: 1.8rem; line-height:1.4em; font-weight:bold; margin:0; padding:0; }
.panel h2{ font-size: 1.6rem; line-height:1.2em; font-weight:bold; margin:0; padding:0; }
.panel h3{ font-size: 1.4rem; line-height:1.2em; font-weight:bold; margin:0; padding:0; }
.panel h4{ font-size: 1.3rem; line-height:1.1em; font-weight:bold; margin:0; padding:0; }
.panel h5{ font-size: 1.2rem; line-height:1em; font-weight:700; margin:0; padding:0; }


/* end traditional tab with javascript */


.main-title{ color:#135897; }
.warning-title{ color:#a94442; }

.pull-left{float:left;}
.pull-right{float:right;}

.text-left{ text-align:left; }
.text-right{ text-align:right; }
.text-center{ text-align:center; }

.label{ font-weight:bold; }
.label-inline{ font-weight:bold; padding-right:.5em;}

.grid{ float:left; }
.grid.col-05{ width: 5%; }
.grid.col-10{ width: 10%; }
.grid.col-15{ width: 15%; }
.grid.col-20{ width: 20%; }
.grid.col-25{ width: 25%; }
.grid.col-30{ width: 30%; }
.grid.col-35{ width: 35%; }
.grid.col-40{ width: 40%; }
.grid.col-45{ width: 45%; }
.grid.col-50{ width: 50%; }
.grid.col-55{ width: 55%; }
.grid.col-60{ width: 60%; }
.grid.col-65{ width: 65%; }
.grid.col-70{ width: 70%; }
.grid.col-75{ width: 75%; }
.grid.col-80{ width: 80%; }
.grid.col-85{ width: 85%; }
.grid.col-90{ width: 90%; }
.grid.col-95{ width: 95%; }
.grid.col-100{ width: 100%; }

.list-unstyled{
    padding: 0;
    margin:0;
    list-style: none;
}
.sr-only{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
    display:none;
}

.collapsable{
    display:table;
}

.hr{
    height:1px; 
    width:98%; 
    margin:.4em auto .6em auto; 
    border-top:1px solid #9a9a9a; 
    border-bottom:1px solid #eeeeee; 
}
/*used to make certain containers look scrollable */
.inset-shadow {
    -moz-box-shadow:    inset 0 0 10px rgba(0,0,0,.5);
    -webkit-box-shadow: inset 0 0 10px rgba(0,0,0,.5);
    box-shadow: inset 0 0 10px rgba(0,0,0,.5);
    margin-bottom:-1px;
}


/* scrollable table classes */
/* swipe to scroll indicator */
.scroll-indicator{
    display: block;
    font-size:10px;
    text-align:center;
    padding-left:145px;
}
.scroll-indicator span{
    font-size:11px;
    line-height:10px;
    vertical-align: top;
}
.scroll-indicator span:first-of-type{ float:left; }
.scroll-indicator span:last-of-type{ float:right; }
/* end swipe to scroll indicator */

.scroller-table-wrapper {
    position: relative;
}
.scroller-table-container {
    margin-left: 145px;
    overflow-x: scroll;
    overflow-y: visible;
    padding-bottom: 5px;
    width: calc(100% - 145px);
    border-right: 1px solid grey;
}
.scroller-table {
    border: none;
    border-right: solid 1px #ccc;
    border-collapse: separate;
    border-spacing: 0;
    font-size: 1rem;
    color: #333;
}
.scroller-table thead th {
    background-color: #ddd;
    border-top: 1px solid grey;
    border-right: 1px solid grey;
    padding: 4px;
    text-align: center;
    white-space: nowrap;
}
.scroller-table thead th:first-of-type{
    background-color:#999;
}
.scroller-table thead th:not(.sticky-col) {
    background-color:#9bdaf1;
}
.scroller-table tbody td {
    border-top: 1px solid grey;
    border-right: 1px solid grey;
    text-align: center;
    padding: 4px;
    white-space: nowrap;
}
.scroller-table .sticky-col {
    border-left: 1px solid grey;
    border-bottom: 1px solid grey;
    border-right: 1px solid #666;
    left: 0;
    position: absolute;
    top: auto;
    width: 145px;
    text-align: left;
    background-color:#eee;
}
.scroller-table .sticky-col:first-of-type{
    font-weight:bold;
}
.scroller-table tr.hour{
    background-color: #ddd;
    font-weight: bold;
}
.scroller-table tr:last-of-type{
    border-bottom: 1px solid grey;
}
/* scrollable table classes */



.hidden{display:none !important; }
.noscript{ text-align:center; color:red; font-weight:bold;}
a.no-underline{text-decoration:none;}

@media screen and (max-width: 480px) {
    .hiddenForMobile{display:none !important;}
}

.row{
    display:block;
    clear: both;
}
.fullRow{
    display:block;
    clear: both;
}
