.box_calendar_options_news{
    top: 42px;
}
.box_calendar_options_archive{
    top: 7px;
}
.author_img_wrap{
    width: 22px;
    height: 22px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 6px;
    display: inline-block;
    margin-bottom: -6px;
}
.author_img_wrap img{
    width: 100%;
}
@media screen AND (max-width: 460px) {
    .box_calendar_options_news span{
        display: none;
    }
}