.header_message{
line-height: 23px;
position: fixed;
left: 0px;
z-index: 10500;
width: 100%;
display: none;
transition: all 0.5s ease 0s;
}
.headerTop{   
top: 0px;
}
.headerBottom{   
bottom: 0px;
}
.close-notify {
    display: block;
    float: right;
    font-size: 24px;
    margin-left: 15px;
    margin-right: 15px;
}
.close-notify:hover {
    text-decoration: none;
}
.header_message > span {
    padding-left: 15px;
}
.header_message.headerPushed{
	position:unset;
}
a.hnbc_button {
    padding: 11px 20px;
    line-height: 21px;
    box-sizing: border-box;
    border-radius: 5px;
    overflow: hidden;
    color: #fff;
    background: #000;
}

@media only screen and (max-width: 767px) {
.hnbc_button {
    display: block;
}
}