.attention_bar{
background:#e86251;
display:none;
width:100%;
color:#fff;
text-align:center;
border-bottom:3px solid #CC6A6A;
font-weight:500
}
.attention_bar p{
padding:5px;margin:0 auto
}
.attention_bar a{
color: #fff;
text-decoration: underline;
}
body .attention_bar a:hover{
color: #fff;
text-decoration: underline;
font-weight: 600;
}
.attention_bar a img{
opacity:0.6;
}
.attention_bar a:hover img{
opacity:1;
}
.attention_bar .close_btn{
position:absolute;
top:5px;
right:8px
}
@media only screen and (max-width: 600px){
.attention_bar{
display:none;
}
}
@media (min-width: 600px) and (max-width: 900px) {
    .attention_bar{
display:none;
}
}
