.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: 200px;
}

div#here_table td:nth-child(2) {
    width: 100px;
}

div#here_table td:nth-child(3) {
    width: 100px;
}

div#here_table td:nth-child(4) {
    width: 200px;
}

table#legend {
    width: 100%;
    height: 100%;
}