.panel-grid {
    zoom: 1;
}
.panel-grid:before {
    content: '';
    display: block;
}
.panel-grid:after {
    content: '';
    display: table;
    clear: both;
}
.panel-grid-cell {
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    
    padding: 0 17px;
    min-height: 1em;
}
.panel-grid-cell .panel {
    zoom: 1;
    min-height: 1em;
}
.panel-grid-cell .panel:before {
    content: '';
    display: block;
}
.panel-grid-cell .panel:after {
    content: '';
    display: table;
    clear: both;
}
.panel-grid-cell .panel.panel-last-child {
    margin-bottom: 0;
	text-align:center;
	color:#FFF;
}

/*Prueba botón segndo estilo sobre naranja*/
.panel-grid-cell .panel.panel-last-child a.more-button2{
color:#fff;
font-size:15px;
-webkit-transition:all 0.2s ease;
-moz-transition:all 0.2s ease;
-o-transition:all 0.2s ease;
transition:all 0.2s ease;
}
.panel-grid-cell .panel.panel-last-child a.more-button2:hover{
color:#5f5f5f;
}



.panel-grid-cell .widget-title {
    margin-top: 0;
	color:#fff;
}