
.navbar {
    background-color: cornflowerblue;
    
}

h2{
    text-align: center;
}
h3{
    text-align: center;
}

a{
    color: cornflowerblue;
}

a:hover {
    color: purple;
  }


.test p{
    font-size: small;
}



table{
    width: 85% !important;
    
    margin: 0 auto;
    overflow-x: auto;
    white-space: nowrap;
    font-size: xx-small;
}

table th{
    background-color: cornflowerblue!important;
    color: black;
    position: -webkit-sticky;
    position: sticky;
    top: 0 !important;
    z-index: 10 !important;
    
    
}
table tr:nth-of-type(10n) td {
    border-bottom: 2px solid black;
}
table a{
    font-size: small;
    font-weight: bold;
}

th a {
    color: black;
}



h5{
    text-align: center;
    font-size: medium;
}

th {
    position: -webkit-sticky;
    position: sticky;
    top: 0 !important;
    z-index: 10 !important;
    text-align: center;
    
}

td{
    vertical-align: middle;
}
.num {
    text-align: center;
    font-size: small;
}
.num1 {
    text-align: left;
    font-size: x-small;
}

.tempo{
    text-align: center;
    font-size: small;
    
}

.numh{
    text-align: left;
    
}

.hl{
    background-color: #FFFF00;
}

.hl2{
    background-color: #add8e6;
}

div.scrollmenu {
    margin: auto;
    overflow: auto;
    white-space: nowrap;
    width: 50%;
    margin: 0 auto;
  }

.menu1{
    overflow: auto;
    white-space: nowrap;
    direction: rtl;
}
  


  
  
  
@media only screen and (max-width: 600px) {
    

    table{
        width: 95% !important;
        font-size: xx-small;
        
        
    }
    
    p{
        font-size: xx-small;
    }

    th a {
        color: black;
    }
    h5{
        font-size: small;
    }
    .tempo{
        display: none;
    }
    
    table a{
        font-size: x-small;
    }
    
    .num {
        text-align: center;
        font-size: x-small;
    }
    .tempo{
        text-align: center;
        font-size: x-small;
        
    }
    
}