body {
    background-image: url('img/logo.png');
    background-size: 125px;
    background-repeat: no-repeat;
    background-color: #cc0000;
    background-position: 60px 15px;
    margin: 0px;
    font-family: Sans-Serif;
}

.main_panel {
    position: fixed;
    top: 0px;
    left: 250px;
    width: calc(100% - 200px);
    height: 100%;
    background-color: white;
}

.time {
    position: absolute;
    top: 200px;
    left: 20px;
    width: 200px;
    height: 50px;
    text-align: center;
    vertical-align: middle;
    color: white;
    font-weight: bold;
    font-size: 20px;
    text-shadow: 1px 1px 2px black;
}

.left_panel {
    position: fixed;
    top: 270px;
    left: 20px;
    width: 200px;
}

.center_panel {
    position: absolute;
    width: 100%;
    background-color: white;
    top: 220px;
    bottom: 170px;
}

.corner_panel {
    position: absolute;
    top: 91%;
    left: 0px;
    width: 10%;
    height: 9%;
    text-align: center;
    vertical-align: middle;
}

.bottom_panel {
    position: absolute;
    top: 91%;
    left: 10%;
    width: 90%;
    height: 9%;
    color: white;
    font-size: 30px;
}

.weather {
    font-size: 12px;
    font-weight: bold;
}

span.weather {
    font-size: 16px;
    margin-bottom: 5px;
    margin-top: 5px;
    color: white;
}

td.weather {
    padding: 2px;
    text-align: center;
    width: 25%;
    color: white;
}

.weather_title {
    text-align: left
}

table.weather {
    width: 100%;
    color: white;
    border-spacing: 0px;
}

.weather-hour {
    font-size: 10px;
    color: black;
}

div.weather {
    position: absolute;
    bottom: 20px;
    left: 5%;
    width: 100%;
    color: white;
}

div.weather_current {
    padding: 2px;
    position: absolute;
    top: 5%;
    bottom: 5%;
    left: 5%;
    right: 5%;
    color: white;
    font-weight: bold;
    font-size: 1.1em;
}

img.weather_current {
    vertical-align: middle;
    height: 60%;
    margin-left: 10px
}

.marquee {
    width: 100%;
    overflow: hidden;
}

.hashtag {
    color: #1da1f2;
}

.tweet {
    font-weight: bold;
}

.twitter_logo {
    height: 60px;
    width: 60px;
    margin-right: 20px;
    margin-left: 20px;
    vertical-align: middle;
}

div.data_annuncio {
    position: absolute;
    left: 10px;
    bottom: 10px;
    font-size: 24px;
}

div.firma {
    position: absolute;
    right: 10px;
    bottom: 10px;
    font-size: 24px;
}

.admin {
    background-image: none;
    background-color: white;
    font-size: 14px;
}

td.admin {
    padding-top: 3px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: right;
    font-weight: bold;
}

table.admin {
    width: 100%;
}

table.admin * {
    margin: 0 auto;
    padding: 0 auto;
}

.admin_list {
    position: absolute;
    font-size: 10px;
    height: 200px;
    top: 0px;
    left: 0px;
    right: 0px;
    padding: 10px;
}

.admin_panel {
    position: absolute;
    top: 200px;
    width: 100%;
    bottom: 0px;
}

.areyousure {
    z-index: 3000;
}

.meteo {
    color: white;
    width: 100%;
    font-weight: bold;
    text-align: center;
    font-size: 0.7em;
}

.meteo_temp {
    font-size: 1.3em;
}

.meteo_canvas {
    margin: 0;
}

.meteo_row {
    padding: 0px;
    margin: 0px;
    font-weight: bolder;
    font-size: 16px;
}

.img_backoffice {
    height: 90px;
    width: 150px;
    border: dotted black 2px;
}