.lanyard-color-wrapper.mar-bottom.lanyardColors {
    height: 392px;
    margin: 0;
    overflow-y: inherit;
}
.lanyard-color-wrapper.mar-bottom.lanyardColors .conColors {
    width: 2745px;
}
.conQty {
    border: 2px solid #e8e8e8;
    cursor: pointer;
    float: left;
    height: 110px;
    margin: 0 15px 15px 0;
    padding: 8px;
    position: relative;
    width: 180px;
}
.conQty .left {
    float: left;
    width: 58px;
}
.conQty .right {
    float: left;
    font-weight: bold;
    margin-top: 10px;
    text-align: left;
    width: 100px;
}
.conQty .right .txtQty {
    display: block;
    margin: 10px 0 0;
    padding-left: 13px;
    text-align: left;
    width: 90px;
}
.conQty:hover {
    border-color: #cccccc;
}
.conQty.selected {
    border-color: #2d87bf;
    box-shadow: 4px 4px 8px #e3e3e3;
}
