/* cover_index*/
.pd-list:hover {
    background-color: #009573;
}
.pd-list:hover p {
    color: #fff;
}

/* list_index*/
#filters {
    margin-bottom: 0px;
    text-align: center;
    display: block;
    float: none;
    z-index: 2;
    position: relative;
}#filters ul li {
    display: inline-block;
}
#filters ul li a {
    display: block;
    float: left;
    padding: 2px 5px;
    color: inherit;
    margin-right: 5px;
    margin-bottom: 5px;
    font-weight: 600;
}
#filters ul li a h5 {
    font-size: 14px;
    padding: 5px 10px 5px;
    border: 2px solid #f2f2f2;
}
#filters ul li a:hover h5, #filters ul li a.active h5 {
    background: #009573;
    border-color: #009573;
}
#filters ul li a:hover h5, #filters ul li a.active h5 {
    color: #fcfcfc;
}


.pd-detail button h5 {
    font-size: 14px;
    padding: 5px 20px 5px;
    /*border: 2px solid #f2f2f2;*/
}
.pd-detail button:hover h5,.pd-detail button.active h5 {
    background: #009573;
    border-color: #009573;
}
.pd-detail button:hover h5,.pd-detail button.active h5 {
    color: #fcfcfc;
}

/* table */
.pd-tb td, .pd-tb th {
    background: white;
    padding: 6px 12px;
    border: 1px solid windowtext;
    text-align: center;
}