body {
    overflow: hidden;
}

#live-ticker {
    position: absolute;
    bottom: 0;
    padding: 5px;
    width: 100%;
}

#uebersicht {
    position: absolute;
    right: 0;
    width: 25%;
}

div.status-title {
    border-radius: 5px;
    border: none;
    margin: 4px;
    background-color: grey;
    color: white;
    padding: 5px;
    font-weight: bold
}

div.status-title-sub {
    font-weight: normal;
}

div.status-container {
    display: inline-block;
    width: 12.5%;
    padding-left: 4px;
    padding-right: 4px;
}

div.status-item {
    border-radius: 5px;
    border: none;
}

div.status-item.status-header {
    background-color: grey;
    color: white;
    font-weight: bold;
}

div.status-item.status-header div.status-sub {
    color: white;
    font-weight: normal;
}

div.status-item.status-header div.status-bez {
    cursor: auto;
}

div.status-item.status-header div.status-bez span {
    line-height: 18px;
}

div.status-item.stat-green {
    background-color: rgb(33, 186, 69);
    color: white;
    font-weight: bold;
}

div.status-item.stat-red {
    background-color: #B03060;
    color: white;
    font-weight: bold;
}

div.status-item.stat-yellow {
    background-color: #FFD700;
    color: white;
    font-weight: bold;
}

div.status-bez {
    clear: both;
    height: 60px;
    display: block;
    text-align: center;
    align-content: center;
    cursor: pointer;
}

div.status-bez span {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    overflow: hidden;
    padding: 0 2px 0 2px;
    line-height: 14px;
    height: 60px;
}