p {
    clear: both;
    float: none;
}

.swatch-box{
    position: relative;
    display: block;
    width: auto;
    height: auto;
    background: none;
    vertical-align: baseline;
    float: left;
    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;
}

/*USE ONLY FOR SINGLE-WORD COLOR NAMES*/
.color-bar span{
    display: inline-block;
    vertical-align: top;
    line-height: 18px;
}

.ledge-white {
    background-color: #ffffff;
}

.ledge-cloud {
    background-color: #e8d5c7;
}

.ledge-gray {
    background-color: #979390;
}

.ledge-black {
    background-color: #060505;
}

.ledge-red {
    background-color: #a72c37;
}

.ledge-sage-green {
    background-color: #becac1;
}

.ledge-navy-blue {
    background-color: #1a4684;
}

.ledge-sky-blue {
    background-color: #6582c1;
}

.ledge-bag-white {
    background-color: #ffffff;
}

.ledge-bag-gray {
    background-color: #7f7f7e;
}

.ledge-bag-black {
    background-color: #070706;
}

.ledge-bag-navy-blue {
    background-color: #141d36;
}

.ledge-bag-royal-blue {
    background-color: #253771;
}

.ledge-bag-turquoise {
    background-color: #249cd7;
}

.ledge-bag-baby-blue {
    background-color: #84d0d1;
}

.ledge-bag-kelly-green {
    background-color: #3eb655;
}

.ledge-bag-pink {
    background-color: #d21d5a;
}

.ledge-bag-red {
    background-color: #b02025;
}

.ledge-bag-maroon {
    background-color: #51161c;
}