* {
    color: #f0f0f0;
}

.bgColor1 {
    background-color: rgb(18, 20, 20);
}

.bgColor2 {
    background-color: rgb(30, 33, 34);
}

.bgColor3 {
    background-color: rgb(44, 47, 49);
	color-scheme: dark;
}

input.bgColor3 {
    border-color: rgb(62, 68, 70);
}

textarea.bgColor3 {
    border-color: rgb(62, 68, 70);
}

.bgColorWBorder1 {
    background-color: rgb(30, 33, 34);
    border: 1px solid #444444;
}

th {
    background-color: rgb(51, 55, 58);
}

tr:nth-child(even) {
    background-color: rgb(32, 34, 36);
}

tr:nth-child(odd) {
    background-color: rgb(44, 47, 49);
}

.btnGray {
    background-color: rgb(79, 86, 89);
    color: rgb(232, 230, 227);
}

.btnGray:hover {
    background-color: rgb(68, 73, 76);
}

.btnGray:active {
    background-color: rgb(54, 59, 61);
}