.table-responsive{
    
    overflow-x: auto;
    table-layout: fixed;
    
}

.navbar {
    background-color:cornflowerblue;
}

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

table{
    width: 80% !important;
    margin-left: auto;
    margin-right: auto;
}

table th{
    background-color: cornflowerblue!important;
    color: black;
    
    
}


th a {
    color: black;
}
p{
    text-align: center;
}
tr:nth-child(odd) {
    background: #e9f5f8;
}

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

select {
    width: max-content;
    display: table;
    margin: auto;
}

.chart_div{
    display: block;
    margin: 0 auto; 
}

@media only screen and (max-width: 600px) {
    table{
        font-size: x-small;
    }

    table{
        width: 100% !important;
    }

    th a {
        color: black;
    }


}