.colorPanel {
    margin: 0px;
    padding: 5px;
    position: fixed;
    z-index: 100;
    min-width: 40px;
    background-color: #2c3e50;
    top: 20%;
}

.colorPanel ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: none;
}

.colorPanel ul li {
    display: block;
    margin-top: 5px;
}

.colorPanel ul a {
    display: block;
    width: 40px;
    height: 40px;
    border: #95a5a6 1px solid;
}

#cpToggle {
    display: block;
    height: 40px;
    width: 40px;
    background-image: url('settings_panel.png');
    background-size: cover;
}