ul {list-style: none;}
.editor_page li {display: block;float: left;width: 50%;}
.editor-rpt {border-right: 1px solid #e7e7e7;border-bottom: 1px solid #e7e7e7;color: #67666a;padding: 35px 5% 5px;position: relative;margin: 5px 5px;min-height: 450px;text-align: center;}
.editor-rpt p.featured.lead {font-size: 15px;margin: 0;font-weight: 400;text-align: left;}
.editor-rpt h3 {text-transform: none;margin: 20px 0px 10px 0px;}
span.ion-plus {display: inline-block;padding: 11px;background: url('//www.proprofs.com/knowledgebase/kb_home_v2/img/plus.png') no-repeat center #fff;position: absolute;right: -11px;bottom: -11px;}
img.tastemaker_img {border: 1px solid #CCC;border-radius: 5px;}
.bdr-nt{border-right: none;}
/********************Responsive css**********************/
@media all
and (max-width:950px){
.editor-rpt {
    padding: 0;
    min-height: 500px;
}
}
@media all
and (max-width:674px){
.editor_page li {
    width: 100%;
}
.editor-rpt {
    min-height: 350px;
    padding: 35px 0;
    border-right: none;
}
span.ion-plus {
    display: none;
}
}