.p-strip--image {
    background: url('images/header_bg.png') repeat-x center top/contain;
    min-height: 105px;
    height: auto;
    padding-top: 22px;
    padding-bottom: 27px;
}

.p-strip--image h1 {
    font-size: 2.7rem;
    font-weight: 300;
    padding-top: 0;
}

@media only screen and (min-width: 1030px) {
 .p-strip, .p-strip--accent, .p-strip--dark, .p-strip--light, .p-footer {
    padding-top: 3rem;
    padding-bottom: 3rem;
 }
}

.p-table-wrapper {
    overflow-x: auto;
}

/* Hide the "Select an image" text and the description */
h2 { display: none; }
h2 + p { display: none; }

/* Hide multiple "desktop image" boxes (only show the first one) */
.row.p-divider + .row.p-divider { display: none; }

/* Highlight hovered row */
tbody tr:not(:first-child):hover { background-color: #fafafa; }

/* Use blue link colors */
a, a:visited { color: rgb(0, 121, 193); }
a:focus { outline: 0 none; }

/* Scale down Apache server information */
address {
    text-align: right;
    font-size: 90%;
    color: #cdcdcd;
    font-style: normal;
}

#main {
    background: #f1f1f1 url('images/container_bg.png') repeat-x center bottom;
    border: .0625rem solid #cdcdcd;
    border-radius: 10px;
}

#main p {
    margin-left: 1rem;
    margin-right: 1rem;
}

.p-card {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

table {
    margin-bottom: 0;
}

td:first-child {
    padding-left: 1rem;
}

td:last-child {
    padding-right: 1rem;
}

tr:last-child {
    display: none;
}
