﻿.clearfix:after
{
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

table tr
{
    background: none;
}

    table tr:hover
    {
        color: inherit;
        background: inherit;
    }

table td
{
    padding: 0;
    height: inherit;
    line-height: 11px;
    border: none;
    vertical-align: top;
}

.clearfix
{
    display: inline-block;
}

html
{
    background: inherit;
}

body
{
    background-color: #11161c;
    max-width: 450px;
}

table td
{
    background: inherit;
}

.background
{
    position: relative;
    margin: 0 auto;
    width: 100%;
    background: #11161c url('/assets/images/skins/dark-blue/header-bg.jpg') no-repeat center top;
}

.image, .right
{
    float: left;
    width: 40%;
}

.image
{
    width: 57%;
}

    .image img
    {
        position: relative;
        top: -15px;
        left: -32px;
        margin-bottom: -25px;
    }

#widget .right span
{
    display: block;
    color: #fff;
}

    #widget .right span.temp
    {
        font-size: 35px;
        font-weight: normal;
        line-height: 35px;
        text-align: right;
        text-shadow: 1px 1px 5px #0b3d60;
    }

#widget .logo
{
    width: 100px;
    height: 44px;
    margin: 10px 10px 0 10px;
}

#widget .blue
{
    display: block;
    background: #167EC7 url('/assets/images/skins/dark-blue/standard-footer-bg.png') repeat-x 0 0;
    padding: 0 10px;
    border-radius: 3px;
    position: relative;
    margin: 0 20px;
    height: 177px;
}

#widget .right span.city
{
    font-size: 25px;
    line-height: 25px;
    text-align: center;
    position: absolute;
    right: 10px;
    text-shadow: 1px 1px 5px #0b3d60;
    top: 10px;
}
#widget .city-url
{
    color:#fff !important;
}


#widget .right span.status
{
    margin-top: 40px;
    text-align: center;
}

#widget .city-selector-wrapper
{
    display: inline-block;
    width: 170px;
    color: #fff;
    vertical-align: top;
}

#widget .next-forecasts
{
    border-top: 1px #1ca1ff;
}

#widget .forecast
{
    display: inline-block;
    vertical-align: top;
    color: #fff;
    font-size: 10px;
    width: 45%;
}

    #widget .forecast .title
    {
        font-weight: bold;
        font-size: 11px;
    }

    #widget .forecast img
    {
        width: 30px;
        height: inherit;
    }

    #widget .forecast span
    {
        display: inline-block;
        vertical-align: middle;
    }

@media only screen and (max-width: 299px)
{
    #widget .city-selector-wrapper
    {
        display: block;
        margin: 0 auto;
        margin-bottom:10px;
    }

    #widget .logo
    {
        margin: 0 auto;
        display: block;
    }
}
