﻿body {
    background-color: white;
    background-size: 250px;
    background-image: url('logo.png');
    background-position: left top;
    background-repeat: no-repeat;
    margin-top: 150px;
}

.container {
    margin: 0.5em;
    width: 1200px;
}

.StopItem {
    margin: 0.5em;
    padding: 0.25em;
    font-weight: bold;
}

.DisplayResults {
    display: none;
}

#NavigatorButton {
    margin: 0.5em;
}

div.StopItem .ui-button {
    width: 330px;
    white-space: nowrap;
    text-align: left;
    text-overflow: ellipsis;
    margin: 2px;
    border-radius: 3px;
    overflow: hidden;
}

    div.StopItem .ui-button:hover {
        text-overflow: initial;
        overflow: initial;
    }
