﻿span.checkbox {
    margin: auto auto auto auto;
    /*position: absolute;*/
}

    span.checkbox > input[type="checkbox"] {
        margin-left: inherit;
        padding: 10px;
    }

    span.checkbox > label {
        margin-right: 10px;
        display: inline;
        line-height: 1.5;
        text-align: center;
        white-space: nowrap;
        border-radius: .25em;
    }

span.radio {
    padding: 0px;
    float: left;
    margin: auto auto auto auto;
}

    span.radio > input[type="radio"] {
        margin-left: inherit;
        padding: 10px;
    }

    span.radio > label {
        margin-right: 10px;
    }

.table-without-grid > thead > tr > th,
.table-without-grid > tbody > tr > th,
.table-without-grid > tfoot > tr > th,
.table-without-grid > thead > tr > td,
.table-without-grid > tbody > tr > td,
.table-without-grid > tfoot > tr > td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: middle;
    border-top: none;
}

.table-without-grid-sm > thead > tr > th,
.table-without-grid-sm > tbody > tr > th,
.table-without-grid-sm > tfoot > tr > th,
.table-without-grid-sm > thead > tr > td,
.table-without-grid-sm > tbody > tr > td,
.table-without-grid-sm > tfoot > tr > td {
    /*padding: 4px;*/
    line-height: 0.82857143;
    vertical-align: middle;
    border-top: none;
}

.vcenter {
    line-height: 2.4em;
}

.vcenter2 {
    display: inline-block;
    vertical-align: middle;
    float: none;
}
