table {
    padding: 0px;
    border-spacing: 0px;
    border: 0px solid #000;
    border-collapse: collapse
}

td {
    border: 0px solid #000;
    border-collapse: collapse;
    padding: 0px;
    border-spacing: 0px;
    font-size: 0.9em
}

#rightTable {
    width: 100%;
    height: 100%
}

#countryParentCell {
    width: 100%;
    height: 350px
}

#containerList {
    width: 100%;
    height: 350px;
    overflow: auto
}

#countryTable {
    width: 80%;
    color: #ffffff
}

#countryTable td {
    padding: 5px
}

#totalDistance {
    font-weight: bold;
    height: 50px
}