table.tableSection {
    display: table;
    width: 100%;
}

table.tableSection thead, table.tableSection tbody {
    float: left;
    width: 100%;
}

table.tableSection tbody {
    overflow: auto;
    height: 150px;
}

table.tableSection tr {
    width: 100%;
    display: table;
    text-align: left;
}

table.tableSection th, table.tableSection td {
    width: 33%;
}


/*navbar*/
.navbar-unitre {
    background-color: #009754;
    border-color: white;
}
/* title */
.navbar-unitre .navbar-brand {
    color: white;
}
.navbar-unitre .navbar-brand:hover,
.navbar-unitre .navbar-brand:focus {
    color: white;
}
/* link */
.navbar-unitre .navbar-nav > li > a {
    color: white;
    /*font-family: 'Bodoni MT', Didot, 'Didot LT STD', 'Hoefler Text', Garamond, 'Times New Roman', serif;
    font-size: large;*/
}
.navbar-unitre .navbar-nav > li > a:hover,
.navbar-unitre .navbar-nav > li > a:focus {
    background-color:  lightgreen;
    color: white;
}
.navbar-unitre .navbar-nav > .active > a,
.navbar-unitre .navbar-nav > .active > a:focus {
    color: white;
    background-color:  lightgreen;
    font-weight: bold;
}
.navbar-unitre .navbar-nav > .active > a:hover
{
    color: white;
    background-color:  lightgreen;
    font-weight: bold;
}
.navbar-unitre .navbar-nav > .open > a,
.navbar-unitre .navbar-nav > .open > a:hover,
.navbar-unitre .navbar-nav > .open > a:focus {
    color: white;
    background-color: lightgreen;
}
/* caret */
.navbar-unitre .navbar-nav > .dropdown > a .caret {
    border-top-color: #777;
    border-bottom-color: #777;
}
.navbar-unitre .navbar-nav > .dropdown > a:hover .caret,
.navbar-unitre .navbar-nav > .dropdown > a:focus .caret {
    border-top-color: #333;
    border-bottom-color: #333;
}
.navbar-unitre .navbar-nav > .open > a .caret,
.navbar-unitre .navbar-nav > .open > a:hover .caret,
.navbar-unitre .navbar-nav > .open > a:focus .caret {
    border-top-color: #555;
    border-bottom-color: #555;
}
/* mobile version */
.navbar-unitre .navbar-toggle {
    border-color: #DDD;
}
.navbar-unitre .navbar-toggle:hover,
.navbar-unitre .navbar-toggle:focus {
    background-color: #DDD;
}
.navbar-unitre .navbar-toggle .icon-bar {
    background-color: #CCC;
}
@media (max-width: 767px) {
    .navbar-unitre .navbar-nav .open .dropdown-menu > li > a {
        color: #777;
    }
    .navbar-unitre .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-unitre .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #333;
    }
}