html,body {
    height: 100%;
    padding: 0;
    margin: 0;
    background: #BBB;
}


header {
    position: absolute;
}

.origin-name {
    color: #FFF;
}

.destinations-name {
    font-size: 11px;
}

.information {
    display: none;
    position: absolute;
    width: 200px;
    padding: 10px;
    height: 100%;
    right: 0;
    background: rgba(255,255,255,0.5);
}

#footer {
    position: absolute;
    background:rgba(255,255,255,.8);
    padding:0 10px;
    margin: 10px;
}

#footer *{
    display: block;
}

#footer span {
    font-weight: bold;
    margin-right: 5px;
}