﻿
table.state-legend { border-spacing: 2px; border-collapse: separate; }
table.state-legend tr { background-color: transparent !important; }
.state-legend .legend-title { font-weight: bold; }
.state-legend td:nth-child(2) { padding-left: 8px; }


table > tbody > tr.state-white > td { background-color: White !important; }
table > tbody > tr.state-yellow > td { background-color: Yellow !important; }
table > tbody > tr.state-red > td { background-color: Red !important; }
table > tbody > tr.state-orange > td { background-color: Orange !important; }

.state-legend td.state-white { background-color: White !important; }
.state-legend td.state-yellow { background-color: Yellow !important; }
.state-legend td.state-red { background-color: Red !important; }
.state-legend td.state-orange { background-color: Orange !important; }
