﻿body {
}

input[type=checkbox] {
    transform: scale(1.5);
}

input[type=radio] {
    transform: scale(1.5);
}

.textbox_small {
    border: 1px solid #a9a9a9;
    height: calc(1.8125rem + 2px);
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1;
    border-radius: 0.2rem;
    margin-bottom: 0px;
}

form input[type="text"] {
    
    margin-bottom: 0px;
}

.bootRBL input {
    display: inline;
    margin-right: 0.45em;
}

.bootRBL label {
    display: inline;
    margin-right: 2rem;
    font-weight: 600;
}

.page-section .page-section-content table td {
    border-top: none;
}

.page-section .page-section-content table tbody tr:nth-of-type(odd) {
    background: inherit;
}

.page-section .page-section-content table {
    margin-bottom: .25rem;
}