table {
    width: 100%;
}

td {
    border: 1px solid rgba(68, 68, 68, 0.3);
    background: white;
}

th {
    background: rgba(0, 51, 102, 0.9);
    color: white;
}

td, th {
    padding: 10px !important;
}

p {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}

.mL30 {
    margin-left: 30px;
}

.hide_row {
    visibility: collapse;
}

.text-center {
    text-align: center;
}

.example_row td {
    background: #BBB;
}

.example_column {
    background: #00000000 !important;
    border: none;
}

.disabled_item * {
    color: #AAA !important;
}

.disabled_item dt {
    background: #555 !important;
}

.disabled_item dd {
    background: #888 !important;
}

input:disabled
, select:disabled {
    background: #999;
    border: 1px solid #777;
}

input:disabled:hover
, select:disabled:hover {
    cursor: not-allowed;
}

.display_none {
    display: none;
}