.thumbnail-image img {
    max-width: 100%;
}
.thumbnail-image .col-md-2 {
    height: 52px;
    overflow: hidden;
    margin-bottom: 2px;
}

.dl-price dt {
    text-align: left;
    width: 100px;
    font-size: 12px;
    line-height: 20px;
}
.dl-price dd {
    margin-left: 100px;
    font-size: 12px;
    line-height: 20px;
}

.table-spec .title {
    background: #F4FFFB;
    width: 140px;
    font-size: 12px;
    line-height: 20px;
}
.table-spec th,
.table-spec td {
    padding: 8px 12px !important;
}
.panel-spec .table {
    border-top: none !important;
}
.panel-spec td:first-child {
    border-left: none !important;
}
.panel-spec .panel-heading {
    padding: 0;
}
.panel-spec .panel-heading a {
    display: block;
    padding: 10px 15px;
}
.panel-spec .panel-heading a:hover,
.panel-spec .panel-heading a:focus {
    background: #eee;
    text-decoration: none;
}
.panel-spec .table-bordered > thead > tr > th:last-child, 
.panel .table-responsive > .table-bordered > thead > tr > th:last-child, 
.panel-spec .table-bordered > tbody > tr > th:last-child, 
.panel-spec .table-responsive > .table-bordered > tbody > tr > th:last-child, 
.panel-spec .table-bordered > tfoot > tr > th:last-child, 
.panel-spec .table-responsive > .table-bordered > tfoot > tr > th:last-child, 
.panel-spec .table-bordered > thead > tr > td:last-child, 
.panel-spec .table-responsive > .table-bordered > thead > tr > td:last-child, 
.panel-spec .table-bordered > tbody > tr > td:last-child, 
.panel-spec .table-responsive > .table-bordered > tbody > tr > td:last-child, 
.panel-spec .table-bordered > tfoot > tr > td:last-child, 
.panel-spec .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
}
.panel-spec .table-bordered > tbody > tr:last-child > td, 
.panel-spec .table-responsive > .table-bordered > tbody > tr:last-child > td, 
.panel-spec .table-bordered > tfoot > tr:last-child > td, 
.panel-spec .table-responsive > .table-bordered > tfoot > tr:last-child > td, 
.panel-spec .table-bordered > tbody > tr:last-child > th, 
.panel-spec .table-responsive > .table-bordered > tbody > tr:last-child > th, 
.panel-spec .table-bordered > tfoot > tr:last-child > th, 
.panel-spec .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0;
}

.panel-reviews .panel {
}
.panel-group.panel-reviews .panel + .panel {
}
.panel-reviews .panel-heading {
    padding: 0;
}
.panel-reviews .panel-title {
    font-size: 12px;
    line-height: 20px;
}
.panel-reviews .panel-title a {
    display: block;
    padding: 8px 15px;
}
.panel-reviews .panel-title a:hover,
.panel-reviews .panel-title a:focus {
    text-decoration: none;
    background: #eee;
}
.panel-reviews .divider:before,
.panel-reviews .divider:after {
    content: '';
    display: table;
    clear: both;
}
.panel-reviews .divider {
    height: 1px;
    margin: 15px 0;
    background: #ddd;
}
.panel {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.review-author {
    padding: 20px;
    background: #f2f2f2;
    border: 1px solid #ddd;
} 
.author-image {
    float: left;
    margin-right: 15px;
}
.author-desc {
    font-size: 13px;
}


.color-container {
    position: relative;
    font-size: 12px;
}
.color-container:before,
.color-container:after {
    content: '';
    display: table;
    clear: both;
}
.color-container + .color-container {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #ddd;
}
.color-container .info-row {
    padding-left: 10px;
    width: 100%;
    float: left;
    line-height: 25px;
}
.color-container .info-row + .info-row {
    margin-top: 6px;
}
.color-container .info-row:before,
.color-container .info-row:after {
    content: '';
    display: table;
    clear: both;
}
.color-container .divider-text {
    color: #999;
    margin: 0 5px;
}