/*
background      f8f8f8
nicered         FF4136
niceyellow      FFDC00
niceorange      FF851B
themeblue       6a9fb5
oldblue         0fbfcf
niceblue        0074D9
*/

div.cent {
    text-align: center;
    margin-bottom: 10px;
    margin-top: 20px;
}


html,body{
    font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; 
}


label.sliderlabel{
font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; 
    font-size: 15px;
    font-weight: normal;
        margin-right: 20px;
}
.slider-handle {
	    background: #6a9fb5;
}

.labels {
    color:#6a9fb5;
        text-align: right;
}

table.panel{
    margin-top: 30px;
}
th.labels{
    height: 20px;
    min-width: 200px;
    text-align: left;


}
.controls{
    float: left;

    width: 80%;
}


input.toggle{
    size:'small'
}

mark{
    background-color: #f8f8f8
}