body {
    padding: 0;
    margin: 0;
    background-color: #fff;
    color: #152b81;
    font-size: 16px;
    line-height: 20px;
    font-family: Arial,Helvetica,sans-serif;
}

a {
    color: #152b81;
    text-decoration: none;
}

    a:hover {
        color: #152b81;
        text-decoration: none;
    }

    a:visited {
        color: #152b81;
        text-decoration: none;
    }

.holder {
}

a.container {
    display: block;
    overflow: hidden;
    /*width: 300px;
    height: 190px;*/
}

.inner {
    overflow: hidden;
    width: 165px;
    height: 420px;
    border: 1px solid #eee;
    background-color: #fff;
    box-shadow: 2px 2px 4px rgba(0,0,0,.1);
    margin: 5px;
}

.header {
    background-color: #fff;
    height: 36px;
    margin-top:3px;
}

    .header .data {
        float: left;
        padding-top: 3px;
        padding-left: 5px;
        font-size: 16px;
        line-height: 33px;
    }

        .header .data .icon {
            display: block;
            position: relative;
            float: left;
            padding-right: 4px;
        }

    .header .logo {
        float: right;
        display: block;
        position: relative;
        padding-top: 6px;
        padding-right: 10px;
        height: 20px;
    }

.forecast-container {
    margin: 3px;
    border: 1px solid #eee;
}

.forecast {
   /* float: left; */
    /*width: 40px;*/
    /* border-bottom: 1px solid #eee; */
}

    .forecast.first {
        /*margin-left: 6px;*/
        border-left: 1px solid #eee;
    }

        .forecast.first .cell {
            font-weight: bold;
        }

    .forecast.last {
      /*  border-right: 1px solid #eee; */
    }

.even {
    background-color: #e2eff8;
}

.even .cell {
    background-color: #e2eff8;
}

.cell {
    padding-top: 5px;
    padding-bottom: 5px;
    height:30px;
    width:35px;
    overflow:hidden;
    background-color: #fff;
    text-align: center;
    display:inline-block;
}

    .cell.day {
        font-weight: bold;
        /*border-top: 1px solid #eee;*/
    }

    .cell.icon {
        height: 33px;
    }

    .cell.wind {
        font-size: 14px;
    }

.infoicon {
    /*width:25px;
    height:25px;*/
}

.clearfix {
    clear: both;
}