

.COB-container{
    height: 100%;
    align-items: normal;
    padding: 10px 0;
    font-weight: 300 !important;
    border-radius: 4px;
    margin-left: 7px;
}

.COB-swatchesContainer{
    position: relative;
    width: 85%;
    float: right;
    overflow-y: scroll;
    height: 100%;
}



.COB-checkboxContainer{
    width: 15%;
    text-align: center;
    float: left;
}

.COB-swatch{
    padding: 1px;
    width: 50px;
    height: 50px;
    float: left;
    margin: 2px 9px;
    border-radius: 30px;
    cursor: pointer;
    box-shadow: inset 1px 1px 4px 0px #00000040;
    text-align: center;
    line-height: 42px;
    vertical-align: middle;
    line-height: 3.1em;
}

.COB-checkMark{
    pointer-events: none;
    color: dodgerblue;
    background-color: white;
    border-radius: 15px;
    padding: 5px;

}

