/* INFO FOOTER – pixelpontos másolat */

/* 1) main.css felülírása */
#footer .inner {
    height: auto !important;   /* <<< main.css height:34px fix */
    padding: 4px 0 !important;
    max-width: 100% !important;
}

/* 2) háttér */
#footer .cont-0f {
    background-color: #29ddf5 !important;
}

/* 3) szöveg formázása */
#footer .copy {
    margin: 0;
    padding: 0;
    font-style: italic;
    font-size: 15px;
    white-space: nowrap;
    color: #000;
    line-height: 1.4 !important;
}

/* 4) linkek */
#footer .copy a {
    display: inline !important;
    vertical-align: middle !important;
    margin-left: 12px;
    text-decoration: underline;
}

/* első link előtt nagyobb hely */
#footer .copy a:first-of-type {
    margin-left: 16px;
}
