.status_bar_extended {
    width: 99%;
}

.status_bar {
    width: 100%;
    float: left;
    min-height: 40px;
    border: solid 1px black;
    padding: 7px;
    font-size: 15px;
    margin-bottom: 10px;
}

.status_bar a {
    text-decoration: none;
    color: black;
}

.status_bar_view {
    width: 98%;
    float: left;
    text-align: center;
}

.status_bar_close {
    margin-right: 3px;
    /*position: relative;*/
    /*float: right;*/
    font-size: 16px;
    cursor: pointer;
    bottom: 20px;
    color: black;
}