body {
    background-color: #333;
    color: #eec;
    font-family: sans-serif;
}

#colorSelectionButton {
    display: none;
    width: 50px;
    margin: 0;
    padding: 0;
    border: 1px white solid;
    background-color: black;
    vertical-align: text-bottom;
    -webkit-appearance: none;
}

#colorPicker {
    display: none;
    background-color: white;
    position: absolute;
    top: 5px;
    left: 5px;
    width: 350px;
    height: 190px;
    border: 1px black solid;
    margin: 0;
    padding: 5px;
}

.colorPickerCell {
    width: 25px;
    height: 50px;
    border: none;
}

.colorPickerCell .selected {
    border: 5px black solid;
}

a {
    color: #9ff;
}
