/*! STYLE PRIVACY*/

.testata{
    display: flex;
    width: 100%;
    max-width: 850px;
    margin: 0 auto;
}

#testoscorrevole{
    width: 63%;
}

.logo{
    border: 1px solid #7b1b02;
    float : left;
    padding: 0 0 0 0;
    margin: 10px 10px 10px 0;
}

p{
  color: #7b1b02;
}

#titoloveloce{
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 30px;
    font-weight: 900;
    padding: 0;
    margin: 10px 0px 10px 0px;
}

#titolomotto{
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 18px;
    font-weight: 400;
    font-style: italic;
    padding: 0;
    margin: 40px 0px 10px -265px;
}

.corpo {
    height: 100%;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 16px;
    color: #7b1b02;
    line-height: 20px;
    /* margin-left: 18%; */
    margin: 0 auto;
    margin-top: 10px;
    width: 56%;
    text-align: justify;
}

a{
    text-decoration: none;
    /* color: #7b1b02; */
    color: black;
}

a:hover{
    color: antiquewhite;
    background-color: #7b1b02;
}

.sinistra{
    width: 50%;
    font-size: 18px;
    font-style: normal;
    color: black;
    /* color: #7b1b02; */
    padding: 20px;
    text-align: left;
    vertical-align: middle;
    border: 1px solid #7b1b02;
}

.sinistra2{
    font-size: 15px;
    padding: 5px 0 0 0;
}

.iscrizione{
    font-size: 15px;
    display: inline;
}

.tabellina{
    display: flex;
    height: auto;
    font-size: 15px;
}

.leve{
    /* flex: 1; */
    width: 30%;
    /* border: 1px solid #7b1b02; */
}

.date{
    /* flex: 1; */
    width: 70%;
    /* border: 1px solid #7b1b02; */
}

tr:nth-child(odd) {
    color: black;
    background-color: rgb(180,200,250);
}

tr:nth-child(even) {
    color: black;
    background-color: rgb(250,250,250);
}

td strong{
    font-weight: bold;
}

.button {
    font-size: 15px;
    width: auto;
    height: auto;
    /* margin-top: 2px; */
    text-align: center;
    padding: 5px 5px 5px 5px;
    background-color: whitesmoke;
    color: #7b1b02;
    text-decoration: none;
    display: inline-block;
    border: 1px solid #7b1b02;
    border-radius: 6px;
    cursor: default;
}

.button:hover {
    background-color: #7b1b02;
    color: whitesmoke;
    transition-property:all; transition-duration: 0.5s; transition-timing-function: ease;
    cursor: pointer;
}


/* ------------------------------------SMARTPHONE -----------------------------------------*/
@media screen and (max-width: 600px) {

    .logo {
        margin-left: 10px;
    }
 
    #titoloveloce{
        font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
        font-size: 20px;
        font-weight: 900;
        padding: 0;
        margin: 15px 0px 10px 0px;
    }
 
    #titolomotto{
        font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
        font-size: 12px;
        font-weight: 400;
        font-style: italic;
        padding: 0;
        margin: 45px 0px 10px -175px;
    }

    #testoscorrevole{
        width: 100%;
        margin-top: 0;
    }

    .corpo{
        height: 100%;
        margin-left: 10px;
        margin-top: 10px;
        width: 95%;
    }

    .leve{
        /* flex: 1; */
        width: 60%;
        font-size: 12px;
        /* border: 1px solid #7b1b02; */
    }
    
    .date{
        /* flex: 1; */
        width: 40%;
        font-size: 12px;
        /* border: 1px solid #7b1b02; */
    }

    .sinistra{
        font-size: 16px;
        text-align: justify;
    }

}