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;
}

.universal-red {
  background-color: #731312;
}

.universal-orange {
  background-color: #95341f;
}

.universal-yellow {
  background-color: #d7bd33;
}

.universal-green {
  background-color: #12462a;
}

.universal-blue {
  background-color: #2a3680;
}

.universal-navy-blue {
  background-color: #121341;
}

.universal-purple {
  background-color: #382970;
}

.universal-black {
  background-color: #000000;
}

.universal-gray {
  background-color: #50534b;
}

.universal-white {
  background-color: #ffffff;
}