img.afb_h-0 {
    max-height: 160px;
    }
.syrtis-today {
    text-align: center;
    border: 2px solid;
    border-top-left-radius: 8px;
    border-bottom-right-radius: 8px;
    font-size: 11px;
    line-height: 12px;
    font-family: sans-serif;
    margin-right: 4px;
    margin-bottom: 4px;
    color:white;
    }
.syrtis-today-time {
    width: 156px;
    display: block;
    }
.syrtis-today-weather {
    width: 74px;
    display:inline-block;
    }
.syrtis-today-localtime {
    float: left;
    display: inline;
    line-height:34px;
    font-size:14px;
    font-weight: bold;
    width:78px;
    }
.syrtis-today-suns {
    display: inline-block;
    width:76px;
    font-size:12px;
    line-height:16px;
    border-left: 2px solid;
    border-left-color: inherit;
    color:grey;
    }
.syrtis-today-sunrise {
    padding-top: 2px;
    display: block;
    border-bottom : solid 1px grey;
    }
.syrtis-today-sunset {
    padding-top: 1px;
    display: block;
    padding-bottom : 2px;
    }
.syrtis-today-date {
    display: table-cell;
    line-height: 15px;
    border-bottom: 2px solid;
    vertical-align: middle;
    font-weight: bold;
    padding-top: 1px;
    width:inherit;
    }
.syrtis-today-forecast {
    display:table-row;
    }
.syrtis-today-icon {
    float: left;
    display: table-cell;
    width: 50%;
    line-height:28px;
    font-size:24px;
    margin-top:4px;
    text-align: right;
    }
.syrtis-today-temp {
    float: left;
    display: table-cell;
    width: 50%;
    line-height: 30px;
    margin-top:2px;
    font-size: 16px;
    font-weight: bold;
    }
.syrtis-today-temps {
    display:table-row;
    }
.syrtis-today-low {
    float: left;
    display: table-cell;
    color: cyan;
    width: 50%;
    line-height: 15px;
    padding-top: 2px;
    border-top: solid 1px;
    border-color: grey;
    }
.syrtis-today-high {
   float: left;
    display: table-cell;
    color: red;
    width: 50%;
    line-height: 15px;
    padding-top: 2px;
    border-top: solid 1px;
    border-color: grey;
    }
.syrtis-today-desc {
    display: table-cell;
    height: 31px;
    vertical-align: middle;
    border-top: solid 2px;
    border-color: inherit;
    color:grey;
    padding: 3px;
    font-size:12px;
    }
