#hellobar-bar {
    font-family: 'BASKVILL', sans-serif;
    width: 100%;
    margin: 0;
    height: 30px;
    display: table;
    font-size: 17px;
    font-weight: 400;
    padding: .33em .5em;
    -webkit-font-smoothing: antialiased;
    color: #5c5e60;
    position: fixed;
    background-color: white;
    box-shadow: 0 1px 3px 2px rgba(0,0,0,0.15);
    z-index: 9999999;
}
#hellobar-bar.regular {
    height: 30px;
    font-size: 14px;
    padding: .2em .5em;
}
.hb-content-wrapper {
    text-align: center;
    text-align: center;
    position: relative;
    display: table-cell;
    vertical-align: middle;
}
.hb-content-wrapper h3 {
    font-size: 18px!important;
    color: #cb9d8d;
}
.hb-content-wrapper p {
    margin-top: 2px;
    margin-bottom: 6px;
    font-family: 'BASKVILL';
    font-size: 16px!important;
    line-height: 19px!important;
    text-align: center;
}
.hb-content-wrapper p a {
    text-decoration: none;
    color: #cb9d8d;
}
.hb-text-wrapper {
    margin-right: 4%;
    margin-left: 4%;
    display: inline-block;
    line-height: 1.3;
}
.hb-text-wrapper .hb-headline-text {
    font-size: 1em;
    display: inline-block;
    vertical-align: middle;
}

.hb-close-wrapper {
    display: table-cell;
    width: 1.6em;
}
.hb-close-wrapper .icon-close {
    font-size: 24px;
    top: 0px;
    right: 25px;
    width: 25px;
    height: 25px;
    color: #cb9d8d;
    cursor: pointer;
    position: absolute;
    text-align: center;
    line-height: 25px;
    z-index: 9999999;
    text-decoration: none;
}