@media screen and ( min-color-index: 0 ) and ( -webkit-min-device-pixel-ratio: 0 ) {
@media {
.widget-magazine-posts .magazine-grid .post-column,
.sidebar .widget-wrap {
margin-right: -1px;
}
}
} @media not all and ( min-resolution: .001dpcm ) {
@media {
.widget-magazine-posts .magazine-grid .post-column,
.sidebar .widget-wrap {
margin-right: -1px;
}
}
}