.urgentNews {
    background: inherit;
    height: auto;
}

.urgentNews .content-urgent-news {
    margin-right: auto;
    margin-left: auto;
    background: #f4dfbe;
    border-bottom-color: #fdc36d;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-top-color: #fdc36d;
    border-top-width: 1px;
    border-top-style: solid;
    margin-bottom: 20px;
}

.urgentNews .content-urgent-news .attention-image {
    width: 18px;
    height: 16px;
    background: url('images/icon_attention-news.svg') left no-repeat;
    display: inline-block;
    vertical-align: middle;
    padding-right: 25px;
}

.urgent-news-width-container{
    width: 100%;
    max-width: 1500px;
    min-width: 1280px;
    margin: 0 auto 0;
    padding: 5px 50px 5px 50px;
}

.urgentNews .content-urgent-news .urgent-news-text {
    margin: 5px;
    color: #c07317;
    display: inline;
    vertical-align: middle;
}

.urgentNews .content-urgent-news .urgent-news-text a {
    color: inherit;
    text-decoration: underline;
}
