body {
    font-family: calibri, arial;
    display: block;
    margin: 0 !important;
    padding: 0;
}

.wrapper {
    margin-top: 5px;
    padding: 2px;
}

.divider{
    float: left;
    height: 70px;
    width: 2px;
    margin: 20px 0 0 0;
    border-left:1px solid #ccc;
}

article {
    background: #ffffff;
    padding: 30px;
    float: left;
}

div.code {
    border: 1px solid;
    font-size: 1.3em;
    padding: 2px;
}

div#forecast-map {
    position: relative;
}

div#forecast-map img{
    border: 0;
}

div#forecast-map a{
    text-decoration: none;
}

div.forecast-weather-icon {
    position: absolute;
    width: 64px;
    height: 70px;
    padding: 5px;
    text-align: center;
    color: #444;
    font-size: 10pt;
    border: 1px solid transparent;
    z-index: 1;
}

div.forecast-weather-icon:hover {
    border: 1px solid black;
    box-shadow: 6px 5px 8px rgba(0, 0, 0, 0.80);
    -moz-box-shadow: 6px 5px 8px rgba(0, 0, 0, 0.80);
    -webkit-box-shadow: 6px 5px 8px rgba(0, 0, 0, 0.80);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #b2e1ff; /* Old browsers */
    background: -moz-linear-gradient(top, #b2e1ff 0%, #66b6fc 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b2e1ff), color-stop(100%,#66b6fc)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #b2e1ff 0%,#66b6fc 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #b2e1ff 0%,#66b6fc 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #b2e1ff 0%,#66b6fc 100%); /* IE10+ */
    background: linear-gradient(to bottom, #b2e1ff 0%,#66b6fc 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b2e1ff', endColorstr='#66b6fc',GradientType=0 ); /* IE6-9 */
    z-index: 1;
}


div.forecast-weather-icon .frame {
    width: 38px;
    margin: auto;
}

/* Anglie */
div.e_525n0w {
    top: 40px;
    left: 60px;
}

/* Španělsko */
div.e_400n25w {
    top: 180px;
    left: 30px;
}
/* Francie */
div.e_500n25e {
    top: 130px;
    left: 70px;
}
/* Německo */
div.e_525n125e {
    top: 95px;
    left: 135px;
}
/* Švédsko */
div.e_600n175e {
    top: 5px;
    left: 170px;
}
/* Norsko */
div.e_600n100e {
    top: 5px;
    left: 110px;
}

/* Polsko */
div.e_525n200e {
    top: 70px;
    left: 200px;
}

/* Itálie */
div.e_425n125e {
    top: 180px;
    left: 160px;
}
/* Chorvatsko, Slovinsko, Bosna a Hercegovina */
div.e_450n150e {
    top: 150px;
    left: 210px;
}

/* Řecko */
div.e_375n225e {
    top: 205px;
    left: 250px;
}
/* Ukrajina */
div.e_500n300e {
    top: 80px;
    left: 260px;
}
