/*! STYLE NEWS*/

h3{
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}

h4{
    font-size: 18px;
    text-align: center;
}


.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: 19%;
    margin-top: 10px;
    width: 62%;
    text-align: justify;
}

.buttonsi,
.buttonno{
    font-size: 14px;
    width: auto;
    height: 25px;
    padding: 5px 5px 0px 5px;
    background-color: whitesmoke;
    color: #7b1b02;
    text-decoration: none;
    display: inline-block;
    border: 1px solid #7b1b02;
    border-radius: 6px;
    cursor: default;
}

.buttonsi:hover {
    background-color: #7b1b02;
    color: whitesmoke;
    transition-property:all; transition-duration: 0.5s; transition-timing-function: ease;
    cursor: pointer;
}

hr.asterischi {
    border:0;
    margin: 10px 0px 10px 0px;
  }
  hr.asterischi:before {
    content: '**********';
    display: block;
    text-align: center;
  }

#framerisultati {
    width: 100%;
    height: 200px;
}

#framegiornata{
    width: 100%;
    height: 140px;
}

#frameincontro{
    width: 100%;
    height: 150px;
}

.commento{
    width: 90%;
    font-size: 14px;
    text-align: justify;
    font-style: italic;
}

#squadra{
    /* font-size: 14px; */
    font-weight: bold;
}

#foto{
    width: 535px;
    height: 325px;
    border: 1px solid #7b1b02;
    background: url(PulciniMisti_Foto.jpg) no-repeat center top;
    background-size: cover;
    border-radius: 5px;
    margin-bottom: 30px;
    box-shadow: 10px 10px 25px #000;
}

/* TABELLE GENERALE */

.table-container {
    max-width: 64%;
    overflow-x: auto;
}

table {
    border: 1px solid #7b1b02;
    width: 100%;
    border-collapse: collapse;
}

caption {
    font-size: 16px;
    font-weight: bold;
    padding: 10px;
    text-align: center;
    border: 1px solid #7b1b02;
    background-color: #7b1b02;
    color: antiquewhite;
}

th {
    font-size: 14px;
    padding: 3px 10px;
    text-align: left;
    border: 1px solid #7b1b02;
    background-color: #7b1b02;
    color: antiquewhite;
    font-style: italic;
}

th:nth-child(even) {
    text-align: center;
}

tr:nth-child(odd) {
    background-color: rgb(180, 200, 250);
    color: black;
}

tr:nth-child(even) {
    background-color: rgb(250, 250, 250);
    color: black;
}

/* FINE TABELLE GENERALE */

/* TABELLA SQUADRE */
.logosquadre, .squadre{
    padding: 5px 10px 5px 10px;
} 

.logosquadre{
    width: 10%;
    font-size: 17px;
    font-style: italic;
    text-align: right;
    vertical-align: middle;
}

.squadre{
    width: 90%;
    font-size: 18px;
    font-weight: normal;
    text-align: left;
    vertical-align: middle;
}

.veloce{
    width: 90%;
    padding-left: 10px;
    font-size: 18px;
    font-weight: bold;
    text-align: left;
    vertical-align: middle;
}
/* FINE TABELLA SQUADRE */

/* TABELLA STAFF */
.sin50, .des50{
    padding: 5px 10px 5px 10px;
} 

.sin50{
    width: 50%;
    font-size: 17px;
    font-style: italic;
    text-align: right;
    vertical-align: middle;
}
.des50{
    width: 50%;
    font-size: 18px;
    font-weight: normal;
    text-align: left;
    vertical-align: middle;
}
/* FINE TABELLA STAFF */

/* TABELLA GIOCATORI */
.Giocatori-td-sinistro{
    width: 80%;
    padding: 5px 10px 5px 10px;
    font-size: 18px;
    text-align: left;
}

.Giocatori-td-destro{
    width: 20%;
    padding: 5px 10px 5px 10px;
    font-size: 18px;
    text-align: center;
}
/* FINE TABELLA GIOCATORI */

/* ------------------------------------SMARTPHONE -----------------------------------------*/
@media screen and (max-width: 767px) {

    .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%;
    }
    
    hr{
        width: 95%;
    }

    
    .table-container {
        max-width: 95%;
        overflow-x: visible;
    }

    .sin50 {
        width: 50%;
        font-size: 15px;
    }

    .des50 {
        width: 50%;
        font-size: 16px;
    }

    .Giocatori-td-destro {
        width: 20%;
        font-size: 15px;
    }

    .Giocatori-td-sinistro {
        width: 80%;
        font-size: 15px;
    }

    #framerisultati {
        width: 100%;
        height: 325px;
    }

    #framegiornata{
        width: 100%;
        height: 220px;
    }
    
    #frameincontro{
        width: 100%;
        height: 170px;
    }
    
    #foto{
        width: 350px;
        height: 220px;
        border: 1px solid #7b1b02; 
        border-radius: 5px;
        margin-bottom: 25px;
    }

    .commento{
        font-size: 14px;
        text-align: justify;
        font-style: italic;
    }

}
