@charset "utf-8";

table.status_table {
    border: none;
}

table.status_table th {
    border: none;
    text-align: right;
    vertical-align: top;
}

table.status_table th:after {
    content: "\00A0";
}

table.status_table td {
    border: none;
    padding: 3px;
}

.status_small_table {
   width: 300px;
   margin: 0px 0px 0px 0px;
}

.status_small_table td {
    border-width:0;
    text-align: center;
}

.status_res_table {
    width:97%;
}

.status_res_table th {
    border-width:0;
    text-align: right;
    font-style:italic;
    width:150px;
}

.status_res_table td {
    border-width:0;
    text-align: left;
}

dl.status_codes { line-height: 2ex }
dl.status_codes > dt { float: left ; font-weight: bolder ; text-align: right ; width: 5em }
dl.status_codes > dt:after { content: ":\00A0" }
dl.status_codes > dd { margin-left: 5em }
