
.gridList .gray {
  background: #f5f5f5;
}
.gridList .yellow {
  background: #ffff8d;
}
.markings th {
    text-align: center;
    padding: 5px;
    min-width: 150px;
    max-width: 250px;
}
.markings th + td {
    min-width: 250px;
    max-width: 400px;
}
div.intelligence {  }
div.intelligence div { display: inline-block; width: 175px; text-align: right; margin-right: 5px; font-weight: 600;} 
div.intelligence div:after {content: ': '}

.markings .Red {
    background-color: #FF0000; 
    color: white;
}

.markings .Orange {
    background-color: #FFA500; 
}

.markings .Pink {
    background-color: #e5b8b7; 
}

.markings .Green {
    background-color: #92d050; 
}

.markings .LimeGreen {
    background-color: #7CFC00; 
}

.markings .DarkBlue {
    background-color: #00008B;
}

.markings .Blue {
    background-color: #4f81bd; 
}

.markings .LightBlue {
    background-color: #ADD8E6;
}

.markings .Yellow {
    background-color: #FFD700; 
}

.markings .Grey {
    background-color: #C0C0C0;
}

.markings .Black {
    background-color: #000000;
    color: white;
}