?/* Bearer Scroll Menu */

div.scroll {
    background-color: #617aa0;
    overflow: auto;
    white-space: nowrap;
}

div.scroll a {
    display: inline-block;
    color: white;
    text-align: center;
    padding: 14px;
    text-decoration: none;
}

div.scroll a:hover {
    background-color: #cddbf2;
}
