﻿

/* SW overrides - 20240831 */
body h3 {
    padding: 5px 0 0;
}

body h1 {
    text-align: center;
}

/* Override base.css */
table td, table th {
    vertical-align: middle;
}

/* Override base.css - was forcing a gap. */
input[type=submit] {
    display: inline-block
}

.change_request_pending_status {
    color: green;
}

.info_indent {
    padding-left: 20px;
}

/* Remnove the horrid theme [p] info */
form p {
    text-transform: unset;
    font-weight: unset;
}
