﻿.meteo-print-header {
    display: inline;
    float: right;
}
.meteo-print-header-logo-img {
    background-image: url(../../images/logo_meteomax_small.png);
    background-repeat: no-repeat;
    width: 100px;
    height: 24px;
    margin: auto;
}
.meteo-print-header-logo {
    background: #007FD8;
    background: -webkit-linear-gradient(top, #0092FA 0, #0068B2 100%) no-repeat;
    background: -moz-linear-gradient(top, #0092FA 0, #0068B2 100%) no-repeat;
    background: -o-linear-gradient(top, #0092FA 0, #0068B2 100%) no-repeat;
    background: -ms-linear-gradient(top, #0092FA 0, #0068B2 100%) no-repeat;
    background: linear-gradient(top, #0092FA 0, #0068B2 100%) no-repeat;
    -svg-background: linear-gradient(top, #0092FA 0, #0068B2 100%) no-repeat;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    width: 120px;
    height: 24px;
    margin: 0 auto;
}
.meteo-location-name {
    display: inline;
    float: left;
    font-weight: bold;
    font-size: 20px;
}