﻿body {
    /*background-color: #98AFC7;*/
    font-family: Consolas;
}

a {
    color:#41A62A;
}

.spacer {
    text-align: center;
    width: 100%;
    margin: auto;
    float: none;
}

.converterform {
    width: 40%;
}

.shades {
    width: 30%;
}

.colortable {
    width: 90%;
    margin: auto;
    background-color: transparent;
    padding: 0;
    border: none;
}

.colortable td {
    height: 20px;
    font-weight: 500;
}

.lblResult {
    display: inline;
    color: navy;
    font-weight: 700;
    font-size: 1.2em;
}

#divValues {
    background-color: aliceblue;
    border: 1px solid black;
    line-height: 32px;
    text-align: left;
    padding-left: 2em;
    padding-top: 15px;
    padding-bottom: 15px;
    width: 70%;
    margin: auto;
    font-size: 1.2em;
}

.divColorDisplay {
    width: 200px;
    height: 200px;
    border: 3px solid black;
    display: inline-block;
    font-weight: 900;
    font-size: 1.5em;
    line-height: 200px;
}

.divColorDisplay img {
    max-height: 80%;
    max-width: 80%;
}

#errormessage {
    color: red;
    background-color: #FFFFFF;
    font-family: Consolas;
    font-size: 2em;
    width: 60%;
}

.colorinput {
    font-size: 1.2em;
    background-color: aliceblue;
}

.colorbutton {
    width: 75%!important;
}
