body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

/* styles for validation helpers */
.field-validation-error {
    color: #b94a48;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #b94a48;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #b94a48;
}

.validation-summary-valid {
    display: none;
}

.radio,
.checkbox {
  margin-bottom: 20px;
}

.table table {
    font-family: Arial, sans-serif;
    color: #000;
    border-collapse: collapse;
    border: 1px solid black;
    border-color: #000;
    max-width: 50%;
}

.table td {
    border-color: #000000;
    border: 1px solid black;
    padding: 2px;
}

.table tr {
    border-color: #000000;
    border: 1px solid black;
}

    .table tr:nth-child(even) {
        background-color: rgba(197, 253, 255, 0.30);
    }

.table th {
    border-color: #000000;
    border: 1px solid black;
    padding: 8px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
}

.table tr:hover {
    background-color: rgba(185, 185, 185, 0.47);
}

.table input {
    border-width: 1px;
}

.form table {
    font-family: Arial, sans-serif;
    color: #000;
    border-collapse: collapse;
    border: 1px solid black;
    border-color: #000;
}

.form td {
    border-color: #000000;
    border: 1px solid black;
    padding: 2px;
}

.form tr {
    border-color: #000000;
    border: 1px solid black;
}

.form tr:nth-child(even) {
    background-color: rgba(197, 253, 255, 0.30);
}

.form th {
    border-color: #000000;
    border: 1px solid black;
    padding: 8px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
}

.form tr:hover {
    background-color: rgba(185, 185, 185, 0.47);
}

.form input {
    border-width: 1px;
}

.myradio input[type=radio] {
    border: 0px;
    width: 100%;
    height: 1em;
}

.padd td {
    padding: 8px;
}

@media print {
    .no-print, .no-print * {
        display: none !important;
    }
}

@media screen {
    .no-screen, .no-screen * {
        display: none !important;
    }
}

@media screen and (min-width:768px) and (max-width:991px) {
    body {
        margin-top: 100px;
    }
}

@media screen and (min-width:992px) and (max-width:1199px) {
    body {
        margin-top: 50px;
    }
}