.panel-grid {
zoom: 1;
}
.panel-grid:before {
content: '';
display: block;
}
.panel-grid:after,
.panel-grid-core:after {
clear: both;
content: '';
display: table;
}
.panel-grid-cell {
float: left;
width: 100%;
padding: 0 2.6% 20px 0;
min-height: 1em;
}
.panel-grid .panel-grid-cell:last-child {
padding-right: 0 !important;
}
.panel-grid-cell .panel {
min-height: 1em;
zoom: 1;
}
.panel-grid-cell .panel:before {
content: '';
display: block;
}
.panel-grid-cell .panel:after {
clear: both;
content: '';
display: table;
}
.panel-grid-cell .panel.panel-last-child {
margin-bottom: 0;
}
.panel-grid-cell .widget-title {
margin-top: 0;
}    @media only screen and (max-width: 568px) {
.panel-grid-cell {
width: 100% !important;
float: none;
padding-right: 0px;
}
}