.luks-red {
	background-color:red;
}
.luks-green {
	background-color:lightgreen;
}
.luks-amber {
	background-color:yellow;
}
.luks-red_amber {
	background: linear-gradient(to bottom, red 50%, yellow 50%);
}
.luks-pedestrians_flash {
	background: linear-gradient(to right, white 50%, lightgreen 50%);
}
.selector1 {
	margin-top: 50px;
    margin-bottom: 25px;
}
.titleColor {
	background-color: lightskyblue;
}
.colColor {
	background-color: powderblue;
	width: 75px;
}
.colColor2 {
	background-color: snow;
	
}
.colColor2.last-child{
	border-right: 1px solid black;
}
.rowColor {
	background-color: lightcyan;
}
.rowBorder:nth-child(n){
	border-right: 2px solid black;
}
.rowBorder.last-child{
	border-right: 1px solid black;
}

.luks{
	width: 15px;
	height: 30px;
}
.numbers:nth-of-type(n){
	text-align: right;
	padding-right: 0px;
	height: 30px;
	border-right: 2px solid black;
}

td.col5:nth-of-type(5n+1) {
    border-right: 2px solid black;
}

body {
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}
table {
	table-layout: auto;
	border-collapse: collapse;
}
th, td {
	border: 1px solid black;
	padding: 5px;
	text-align: center;
}

  