.table td, .table th {
    padding: 0.2rem !important;
    vertical-align: middle !important;
}

#location {
    text-align: left;
}

.label-txt {
    float: left;
}

.label-line {
    float: right;
    background: #ff8000;
    height:70px;
	width:1px;
    margin-left: 5px;
}

.label-line2 {
    float: right;
    background: red;
    height:50px;
	width:1px;
    margin-left: 5px;
}

.label-percent {
    float: right;
    margin-left: 5px;   
}
/* .tooltip-inner {
    max-width: 400px !important;
}
td{
    text-align: center ;
}
td#RAD500{
    background-color: red !important;
}
td#RAD250{
    background-color: #FF8000  !important;
}
td#RAD0{
    background-color: green !important;
}
div#here_table td:nth-child(1){
    width:300px;
}
div#here_table td:nth-child(2){
    width:100px;
}
div#here_table td:nth-child(3){
    width:200px;
}
table#legend{
    width:"100%" ;
    height:"100%";
} */