/* General */
.hide {
    display: none;
}
p {
    margin-bottom: 1.2em;
}

/* Header */
#headerContent {
    border-bottom: 2px solid #666;
}

div.intro {
    margin: 0 0 1em;
}

/* Table */
.table-standard {
    width: 100%;
}
.table-standard thead th.name {
    width: 40%;
}
.table-standard thead th.metallic-level {
    width: 8%;
}
.table-standard thead th.zone {
    width: 44%;
}
.table-standard thead th.sbc {
    width: 8%;
}
.table-standard tbody tr.entity-name {
    background-color: #808F9B;
    color: #FFF;
}
.table-standard tbody tr.entity-name td {
    background-color: #808F9B;
}
.table-standard tbody tr.even td {
    background-color: #F2F5F7;
}
.table-standard tbody tr.odd td {
    background-color: #FFF;
}
.table-standard caption.not-available {
    background: url('../bootstrap-light/img/icons/icon-alert.png') no-repeat scroll 0 1ex transparent;
}

.table-standard caption.not-available h2 {
    margin: 0 3ex 0;
}
.table-standard thead.not-available, .table-standard tbody.not-available {
    display: none;
}

/* Footer */
#footer {
    padding: 2em 2ex 1em;
}
#footer p {
    font-size: 92%;
    line-height: .9em;
    margin-bottom: .5em;
}
