.moved-bar-push {
    height: 50px;
}

.moved-bar {
    background-color: #EB593C;
    color: #ffffff;
    font-size: 20px;
    text-align: center;
    width: 100%;
    min-height: 50px;
    display: table;
    vertical-align: middle;
    padding: 5px 10px;
    box-sizing: border-box;
    line-height: 1.4;
}

.moved-bar.absolute {
    position: absolute;
    top: 0;
    left: 0;
}

.moved-bar-content {
    display: table-cell;
    vertical-align: middle;
    font-family: Arial, Verdana, Helvetica, sans-serif;
}

.moved-bar a {
    display: inline-block;
    background-color: #000000;
    margin-left: 10px;
    color: #ffffff;
    font-size: 17px;
    padding: 2px 10px;
    text-decoration: none;
}

.moved-bar a:hover,
.moved-bar a:focus {
    background-color: #333333;
    color: #ffffff;
}
