
html{
    font-family: sans-serif;
}

body{
    color: #000000;
    background-color:#808080;  /* sRGB middle grey, 21.40% */
}

a{
    color: #000000;
}

a:hover{
    color: #585858;
}

.list-color{
    margin-left: auto;
    margin-right: auto;
    font-size: 14px;
}

.list-color .color-col{
    padding: 0;
    width: 86px;
}

.list-color .color-code{
    font-family: monospace;
}

.list-color .brand{
    font-style: italic;
}

.color-box{
    width: 50px;
    height: 50px;
    margin: 18px;
}

.good-match{
    background-color: rgba(0,255,0,0.2);
}

.decent-match{
    background-color: rgba(255,255,0,0.2);
}

.poor-match{
}

.text-table{
    border-collapse: collapse;
}

.text-table th, .text-table td{
    border: 1px solid;
    padding: 5px;
    border-color: #404040;
}
