
#app-title {
    background-color: cornflowerblue;
}

.right {
    text-align: right;
}

.no-results {
    font-style: italic;
}

.button-band {
    padding: 10px;
    margin-bottom: 10px;
    background-color: #f0f0f0;
}

.hint {
    font-style: italic;
    font-size: smaller;
    color: #999;
    display: block;
}