@charset "utf-8";

.pushNotice {
    display: inline-block;
    margin: 0 0;
    vertical-align: top;
}

.pushNotice a:link, .pushNotice a:visited {
    background: #F2941A;
    color: #fff;
    padding-right: 5px !important;
    border-radius: 3px;
    display: inline-block;
    text-decoration: none;
    box-sizing: border-box;
    height: 20px;
    min-height: 20px;
    line-height: 20px;
}

.pushNotice a:hover, .pushNotice a:active {
    background: #ED8600;
    min-height: 20px;
    color: #fff;
}

.pushNotice span {
    margin: 0;
    background: url(/smp/apr_news/images/v2/common/icon_pushIcon.png) 5px 2px no-repeat;
    padding-left: 20px;
}
