/* bekrage legacy look (ported from layout/base.html). */

/* Narrow the container so it matches the legacy 700px banner width. */
.container { max-width: 700px; padding-left: 0; padding-right: 0; }
.container > .row { margin-left: 0; margin-right: 0; }

.about p, .about li { line-height: 200%; }
blockquote p, blockquote li { font-size: 14px; }

.container {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    overflow: hidden;
}

.page-header {
    background-color: #3686BE;
    padding: 0;
    border: 0;
    margin: 0;
}
.page-header a { color: inherit; text-decoration: none; }
.page-header a:hover { text-decoration: none; }
.page-header img { display: block; width: 100%; height: auto; }

.row > [class*="col-"]:first-child { padding-left: 0; }
.row > [class*="col-"]:last-child  { padding-right: 0; }

#flash:empty { display: none; }
#app .table td { vertical-align: middle; }
