﻿.tratte {
    margin-left:0px;
}
@media (min-width: 768px) {
    footer {
        color: #000000;
        /*width: 100%;*/
        clear: both;
        text-align: center;
        padding-bottom: 10px;
        padding-top: 10px;
        /*margin-left: -15px;*/
        margin-right: 0px;
        margin-bottom: 15px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        font-size: 8pt;
    }
}

@media (max-width:992px) and (min-width :768px) {
    footer {
        color: #000000;
        /*width: 100%;*/
        clear: both;
        text-align: center;
        padding-bottom: 10px;
        padding-top: 10px;
        /*margin-left: -5px;*/
        margin-right: 0px;
        margin-bottom: 15px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        font-size: 8pt;
    }
}

@media (max-width:768px) and (min-width :480px) {
    footer {
        color: #000000;
        /*width: 100%;*/
        clear: both;
        text-align: center;
        padding-bottom: 10px;
        padding-top: 10px;
        /*margin-left: -5px;*/
        margin-right: 0px;
        margin-bottom: 15px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        font-size: 7pt;
    }
}

@media (max-width: 480px) {
    footer {
        color: #000000;
        /*width: 100%;*/
        clear: both;
        text-align: center;
        padding-bottom: 15px;
        padding-top: 10px;
        margin-left: -5px;
        margin-right: -15px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
    }
}




.info {
    color: white;
    text-decoration: none;
}

    .info:hover {
        text-decoration: none;
        color: white;
    }
