﻿
html {
    height: 100%;
    padding: 10px;
}


.titolo {

    color: #B9213A;
    font-size: 14pt;
    font-weight: bold;
    text-align:center;
    margin:auto;
}

table
{
    border:1px solid #999;
    border-collapse:collapse;

}

table td {
    border: 1px solid #999;
    padding: 3px;
    vertical-align: top;
    
}
    table th {
        border: 1px solid #999;
        padding: 3px;
        font-size: 10pt;
        background-color: #DDD;
        text-transform: uppercase;
        white-space:nowrap;
    }







#exTab3 .nav-pills > li > a {
    border-radius: 4px 4px 0 0;
}

#exTab3 .tab-content {
    
    border-top: 1px solid #B9213A;
    padding: 5px 15px;
    border-right:0px;
    border-bottom:0px;
    border-left:0px;
}


.container {
    width: 100% !important;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
    
    background-color: #B9213A !important ;
}



a {
    color: #B9213A;
    text-decoration: none;
}





