p {
    clear: both;
    float: none;
}

.swatch-box{
    position: relative;
    display: block;
    width: auto;
    height: auto;
    background: none;
    float: left;
    vertical-align: baseline;
    clear: both;
    margin-bottom: 10px;
}

.swatch-box h5{
    text-align: left;
    margin-bottom: 0px;
    margin-left: 5px;
}
.color-swatch {
    width: 75px;
    height: 75px;
    float: left;
    border-radius: 5px;
    margin: 5px;
    box-shadow: 1px 1px 2px 1px #5C5C5C;
    text-align: center;
    position: relative;
    z-index: 0;
}

.color-swatch[title]:hover:after {
 
}

.color-bar {
    width: 100%;
    height: 25%;
    background-color: #0054a4;
    position: absolute;
    top: 65%;
    z-index: 1;
    font-family: Myriad Pro;
    text-align: center;
    color: #FFFFFF;
    font-size: x-small;
    text-transform: uppercase;
    line-height: 90%;
    vertical-align: middle;
    padding-top: 2px;
	padding-bottom: 1px;
}

/*USE ONLY FOR SINGLE-WORD COLOR NAMES*/
.color-bar span{
    display: inline-block;
    vertical-align: top;
    line-height: 18px;
}

.jaypro-red {
    background-color: #bc0840;
}

.jaypro-navy-blue {
    background-color: #0b1c4b;
}

.jaypro-yellow {
    background-color: #f7d200;
}

.jaypro-gold {
    background-color: #C08133;
}

.jaypro-gray {
    background-color: #98989A;
}

.jaypro-black {
    background-color: #242021;
}

.jaypro-maroon {
    background-color: #620135;
}

.jaypro-dark-green {
    background-color: #26603A;
}

.jaypro-kelly-green {
    background-color: #3F9362;
}

.jaypro-royal-blue {
    background-color: #2F65A7;
}

.jaypro-white {
    background-color: #FFFFFF;
}

.jaypro-orange {
    background-color: #E58100;
}

.jaypro-purple {
    background-color: #35246F;
}