body{
    margin: 3px;
}

table, td, th {
    border: 1px solid rgb(190, 190, 251);
    padding: 2px 4px;
}

#selectcontainer {
    margin: 4px;
    text-align:center; 
    /* display: inline;     */
    }
    

select {
    font-size: larger;
}
#totaltext {
    margin: 4px;
    font-size: larger;
}

table {
    margin-left: auto;
    margin-right: auto;
    border-collapse: collapse;
}

td {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.dataTables_info,
#kmTable_info {
    display: none;
}
 
.hide {
    display: none;
}



table,  tbody, tr, th {
    background-color: #e6EEEE;
    border: 1px solid #CDCDCD;
    font-size: 10pt;
    padding: 1px;
}


.breadcrumb {
    background-color: hsla(0, 0%, 100%, 0.44);
    border: 1px solid #CDCDCD;
    font-size: 15pt;
    padding: 2px;
}

.breadcrumb a {
    /* background-color: hsla(0, 68%, 50%, 0.44); */
    border-left: 5px solid rgba(0, 0, 0, 0);
    border-right: 5px solid rgba(0, 0, 0, 0);
    font-size: 15pt;
    /* padding: 12px, 5px;
    margin:  2px, 15px; */
}

.text-wrap{
    white-space:normal;
}
.width-col2{
    /* width:150px; */
    max-width:150px;
}