.flexBox, .qualitiesFlex, .resultsFlex {
    display: -webkit-flex;
    display: flex !important;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-align-content: flex-start;
    -webkit-align-content: flex-start;
    align-content: flex-start;
}
.row::before, .row::after {
   content: " ";
    display: table;
}
.color-swatch-choice-wrapper, .melee-color-swatch-choice-wrapper {
    width: 11.11%;
    display: -webkit-flex;
    display: flex;
	height: 15px;
}
input[type="checkbox"]:checked + .color-swatch-choice {
    background-color: #5f8fb3;
	color:#fff;
}
.melee-color-swatch {
    border-radius: 50%;
    width: 15px;
    height: 15px;
    border: 2px solid 
    #fff;
    position: absolute;
    right: 8px;
}
.clear {
    clear: both;
}
.color-swatch-choice-wrapper .color-swatch-choice {
    margin-right: 3px;
    margin-bottom: 5px;
}
.color-swatch-choice-wrapper .active{
    background-image: linear-gradient(to bottom, #f5f5f5 0, #f9f9f9 100%);
} 
.color-swatch-choice, .melee-color-swatch-choice {
    width: 100%;
    position: relative;
    text-align: left;
    line-height: 1em;
}
.color-swatch-choice, .melee-clarity-choice, .melee-color-swatch-choice {
    display: inline-block;
    min-width: 30px;
    background-image: linear-gradient(to bottom, #8ac1ef 0, #82b3de 100%);
    color: #444;
    cursor: pointer;
	background-repeat: repeat-x;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.color-swatch-choice, .melee-color-swatch-choice {
    -webkit-align-items: center;
    align-items: center;
    font-size: 11px;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.color-swatch-choice:hover, .melee-clarity-choice:hover, .melee-color-swatch-choice:hover {
    background-color: #999;
	color:#fff;
}

.color-swatch-choice-nbg, .melee-color-swatch-choice-nbg {
    width: 100%;
    position: relative;
    text-align: center;
    line-height: 1.1em;
}
.color-swatch-choice-nbg, .melee-clarity-choice-nbg, .melee-color-swatch-choice-nbg {
    display: inline-block;
    min-width: 30px;
    color: #444;
    cursor: pointer;
}
.color-swatch-choice-nbg, .melee-color-swatch-choice-nbg {
    -webkit-align-items: center;
    align-items: center;
    font-size: 11px;
	font-family: "Brandon Grotesque Medium";
	color: #222;
    -webkit-justify-content: space-between;
    justify-content: space-between;
	display: inline-block !important;
	
}