﻿.zone-before-main {
    background-color: #666;
    /*border: 2px dashed #444;*/
    height: 80px;

    text-align: justify;
    -ms-text-justify: distribute-all-lines;
    text-justify: distribute-all-lines;

    /* just for demo */
    width: 725px;
    margin-left: auto; 
    margin-right: auto;
    margin-top: 15px;
    padding: 0 50px;
}

article.widget-msi-world-clock-widget {
    width: 100px;
    vertical-align: top;
    display: inline-block;
    *display: inline;
    zoom: 1;
    background-color: #666;
}
.worldClock {
    float: left;
    padding: 10px 0;
    text-align: center;
    color: white;
}

.worldClock span {
    display: block;
}

.widget-stretch {
    width: 100%;
    display: inline-block;
    font-size: 0;
    line-height: 0;
}

.city {
    font-weight:bold;
}