/* Style-sheet for application pages */

body {
    margin: 0;
    overflow: hidden;
}

.navigation {
    position: absolute;
    width: 100%;
}

.navigation:hover {
    background-color: rgba(255, 255, 255, 0.2);
}

.list-navigation {
    float: right;
    margin: 0 1em;
}

.list-navigation a {
    color: #0083e8;
    font-size: larger;
    text-decoration: none;
}

.list-navigation-item {
    display: inline-block;
}

.list-navigation-item:hover {
    background-color: rgba(255, 255, 255, 0.5);
}

.list-navigation-item span {
    display: inline-block;
    padding: 0.5em 1em;
}

#application {
    border: 0;
    margin: 0;
    height: 100%;
    width: 100%;
}
