#bar {
    height: 150px;
}

#toolbar {
    width: 100%;
    height: 65px;
    display: table;
}

#cpl-colour, #cpr-colour {
    height: 26px;
    width: 80px;
    display: inline-block;
    border: solid 10px #000;
    vertical-align: bottom;
}

#degrees {
    width: 100%;
    margin-top: 10px;
}

#colorpicker-popup-left, #colorpicker-popup-right {
    height: 40px;
    border-radius: 5px;
    cursor: pointer;
}

#cssrule {
    background: #f5f5f5;
    padding: 12px;
    display: flex;
}

svg {
    cursor: pointer;
}