/* here you can put your own css to customize and override the theme */
td {
    padding-top: 1px!important;
padding-bottom: 1px!important;
}
.btn {
    padding: 1px 14px;
}

.checkbox-list > label {
    display: inline-block;
}

.twoRows {
    width: 100%;
}
.twoRows td {
    vertical-align: top;
    text-align: center;
    width: 50%;
}

.twoRows input{
    width: 50%;
    margin: 2px;
    padding: 2px;
    text-align: center;
}

table.twoRows>thead>tr>th:first-child, table.twoRows>tbody>tr>td:first-child {
    border-left-style: groove;
    border-left-width: 2px;
    padding-left: 6px;
}

table.twoRows>thead>tr>th:last-child, table.twoRows>tbody>tr>td:last-child {
    padding-right: 6px;
}

.twoRows>tfoot>tr:last-child>td:first-child {
    text-align: left;
    border-left-style: groove;
    border-left-width: 2px;
    padding-left: 6px;
}
.twoRows>tfoot>tr:last-child>td:last-child {
    text-align: right;
    padding-right: 6px;
}