/*
 * It is advised not to edit the smartadmin_production.css
 * as this will override any changes you make in the
 * later versions of this theme.
 *
 * We advise that you use use this CSS to override
 * SmartAdmin styles.
 *
 * Rename the stylesheet to whatever your liking so it will stay
 * unique to you with each update of SmartAdmin.
 */

/*
 * INDEX
 *
 * - HTML
 * - BODY
 * - CUSTOM STYLES
 */
 .col-centered{
     float: none;
     margin: 0 auto;
 }
 
 .sqlResultTable table {
    border:1px black solid;
    border-collapse: collapse;
    border-spacing: 0px;
 }
 
.sqlResultTable td,th {
    border:1px black solid;
    padding-left:5px;
    padding-right:5px
}
.sqlResultTable th {
    background-color: #EEE
}