@charset "UTF-8";

#anchor + div .content_wrapper a{
    background: #C1B7AF;
    border: 1px solid #C1B7AF;
}
#anchor + div .content_wrapper a:hover{
    background: transparent;
    color: #C1B7AF !important;
}
#anchor + div .content_wrapper a:hover:before,
#anchor + div .content_wrapper a:hover:after{
    background-color: #C1B7AF !important;
}