html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
        color: red;
    }
}

/*.scroll{
    display: none;
}

@media only screen and (max-width: 400px) {
    .scroll {
        display: block;
        color:#FF851B;
        font-family:Arial,verdana;
        font-size:18px;
    }
}*/
.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
    font-family: Avenir Next LT Pro;
}

.img-dettaglio {
    margin-top: -20px;
}

.table-dettaglio {
    margin-top: -30px;
}

/*.btn-squadra {
    font-size: 0.800em;
}*/

.img {
    border: solid 1px #158CBA;
    background: rgb(21,140,186);
    background: linear-gradient(198deg, rgba(21,140,186,1) 12%, rgba(163,217,242,1) 98%);
    width: 30px;
    height: 30px;
    border-radius: 50px;
}

.img-logo {
    border: solid 1px #08628B;
    background: #08628B;
    background: linear-gradient(198deg,#08628B 6%, #BCBFC9 69%);
    width: 100px;
    height: 100px;
    border-radius: 10px;
}

.title {
    font-family: Garamond;
    color: black;
}


div.corponews td {
    border:1px solid;
    border-color:black; 
    padding: 3px;
}