﻿body
{
    text-align: center;
    font-family: Trebuchet MS;
}

.station
{
    display:inline-block;
    width:240px;
    margin:24px 16px;
    padding: 0px 8px;
    vertical-align: top;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-color: #ccc;
}

.row
{
    border-bottom: solid 1px #aaa;
}

.time
{
    width:120px;
}

.level
{
    font-weight:bold;
    padding-left: 24px;
}

.warning
{
    color: #d60;
}

.critical
{
    color: Red;
}

.station_name
{    
    font-size: 1.5em;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-color: #aaa;
    padding: 12px 8px; 
    margin: 8px 0px;
}

.station_link
{
    display: block;
    margin: 0px 4px 24px 4px;
    color: #444 !important;
}

.station_link:hover
{
    font-weight: bold;
}

.alert_threshold
{
    position: relative;
    margin: 16px 4px;
    padding-left: 20px;
    font-size: 12px;
}

.warning_legenda
{
    position: absolute;
    left: 40px;
    width: 16px;
    height: 16px;
    background-color: #d60;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    display: inline-block;
}

.critical_legenda
{   
    position: absolute;
    left: 40px;
    width: 16px;
    height: 16px;
    background-color: Red;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    display: inline-block;
}

.icon
{
    width: 96px;
    height: 96px;
    background-position: center center;
    background-repeat: no-repeat;
    margin: 24px;
}