#PageMain { margin-top: 0; }

.se-table-columns { 
 display: block;
}

@media only screen and (min-width: 992px) {
.se-table-columns { 
 display: flex;
 flex-direction: row;
 justify-content: center;
 }
}