/* Contains entire magnet */
.magnet-container {
    padding: 5px;
    border: solid thin black;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    font-family: arial;
    font-size: 10px;
}

/* Details at the top of the magnet */
.magnet-detail {

}

.magnet-detail .heading {
    font-size: 15px;
    font-weight: bold;
}

.magnet-detail .location {
    font-size: 12px;
}

.magnet-detail ul {
    margin: 0px;
    margin-top: 5px;
    padding: 0px;
}

.magnet-detail li {
    list-style: none;
}

.current-conditions {
    font-size: 22px;
    font-weight: bold;
    float: right;
    text-align: center;
    margin-right: 20px;
    width: 24px;
    padding: 0px;
}

/* Forecast information at the bottom of the magnet. */
.magnet-forecast {
    font-size: 10px;
    margin: 0px;
    cursor: pointer;
}

.magnet-forecast .click {
    font-size: 10px;
    background: #dddddd;
    margin: 0px;
    padding: 1px;
    text-align: center;
    margin-top: 5px;
    margin-bottom: 5px;
}

div.magnet-forecast .heading {
    font-weight: bold;
    font-size: small;
}

div.magnet-forecast .temp {
    display: inline;
    font-size: 9px;
    padding: 0px;
    margin: 0px;
}

.magnet-forecast ul {
    padding-left: 0px;
    padding-top: 0px;
    margin: 0px;
    text-align: center;
}

.magnet-forecast li {
    display: inline-block;
    list-style: none;
    border-left: solid 1px #555555;
    padding: 4px;
    padding-top: 0px;
    padding-bottom: 0px;
}

.magnet-forecast li img {
    display: block;
    width: 32px;
    margin-left: auto;
    margin-right: auto;
}

.magnet-forecast li.first-forecast {
    border: none;
}

/* RWC logo at very bottom of magnet */
.branding {
    width: 98px;
    margin-left: auto;
    margin-right: auto;
    font-size: 8px;
    margin-top: 14px;
}

.branding img {
    vertical-align: sub;
    border: 0px;
    position: relative;
    bottom: 15px;
    width: 98px;
    height: 46px;
 }