html,
body {
    font-family: Roboto, 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #005c92;
}

.flex-container {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-content: stretch;
    align-items: center;
    max-width: 1920px;
    margin: 0 auto;
}

.flex-item {
    flex: 1 0 auto;
    align-self: auto;
}

.page-header {
    display: block;
    font-size: 2em;
    font-weight: bold;
    margin-top: 1em;
}

.page-text {
    margin: 2em;
}

.home-button {
    color: white;
    background-color: #005c92;
    border-radius: 32px;
    padding: 16px;
    display: block;
    text-decoration: none;
    text-transform: uppercase;
}

.note {
    position: relative;
    background-color: #005c92;
    height: 640px;
    background-image: url(/railroad-crossing.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: right;
    margin: 16px;
}

.notebox {
    position: relative;
    margin: 0 216px 0 0;
    background: rgba(255,255,255,.667);
    padding: 16px;
    font-size: 1.2rem;
    background-image: url(/BL-logo.svg);
    background-repeat: no-repeat;
    background-size: 170px;
    background-position-x: right;
    background-position-y: top;
    background-origin: content-box;
}

.detailbox {
    width: 480px;
    margin: 16px auto;
    border: 1px solid #333;
    border-radius: 4px;
    padding: 8px;
    font-size: .8rem;
}

#incidentUrl {
    word-break: break-all;
}
