@import url('https://assets.ubuntu.com/v1/vanilla-framework-version-1.8.0.min.css');

.p-strip--image {
    background-image: linear-gradient(45deg, #005dc1 0%, #a400ba 100%);
}

.p-navigation__image {
    display: none;
}

.p-navigation__logo {
    background-image: url('lockup.png');
    background-repeat: no-repeat;
    background-size: auto 30px;
    background-position: left center;
    width: 100%;
}

.p-navigation__banner {
    width: 100%;
}

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

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

/* Hide multiple "desktop image" boxes (only show the first one)
.row.p-divider + .row.p-divider { display: none; } */
/* For Lubuntu 18.04 there is still an Alternate image though
   that also should be displayed */
h2 + p + .row.p-divider + .row.p-divider { display: none; }

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

/* Use blue link colors */
a, a:visited { color: #0068c8; }
a:focus { outline: 0 none; }

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