.top-header {
    line-height: 16px;
    padding-top: 10px;
    padding-bottom: 10px;
    background: #5ec0b0;
    height: 44px;
}

.display-table {
    display: table;
    table-layout: fixed;
    width: 100%;
    margin: 0!important;
}

.display-table-cell {
    float: none;
    display: table-cell;
    vertical-align: middle;
    padding: 0;
}

.top-header .top-header_left-text {
    display: inline;
    white-space: nowrap;
}

.ad-mobile:before {
    content: "\e9ca";
}