#pd_preview_img{position: relative;
width: 224px;}
#pd_preview_img img{
width: 134px;
border: 1px solid #ddd;
padding: 4px;
margin: 6px;
}
.pd_remove_bg_image{
font-size: 11px;
position: absolute;
right: 62px;
top: -8px;
background: #fff;
border: 1px solid #ddd;
padding: 8px 10px;
border-radius: 50%;
cursor: pointer;
line-height: 10px;
}
.pd_remove_bg_image:hover{
color:#000;
} /  .qc_pd_table_area{margin-top: 20px;}
.qc_pd_table {
margin: 0 0 40px 0;
width: 100%;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
display: table;
}
.pd_responsive_head{
display:none;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
.qc_pd_cell {
display: block !important;
}
.qc_pd_row {
display: block !important;
}
.pd_header{display:none !important;}
.pd_responsive_head{
display: block;
float: left;
width: 100px;
font-size: 14px;
font-weight: bold;
}
}
.qc_pd_table_head{
color:#333 !Important;
}
.qc_pd_row {
display: table-row;
background: #fff;
}
.qc_pd_row:nth-of-type(odd) {
background: #e9e9e9;
}
.qc_pd_row.pd_header {
font-weight: 900;
background: #e8e8e8;
}
.qc_pd_row.pd_header .slider_hero_cell{
color:#fff;
}
.qc_pd_cell {
color: #555;
display: table-cell;
font-weight: normal;
padding: 8px 12px;
vertical-align: middle;
}
.entry_list_edit{
background: #4B99AD;
padding: 8px 15px 8px 15px;
border: none;
color: #fff;
cursor:pointer;
min-width: 65px;
}
.entry_list_delete{
background: #d02c2c;
padding: 8px 15px 8px 15px;
border: none;
color: #fff;
margin-top: 4px;
cursor:pointer;
min-width: 65px;
}