.anno-header {
    color: #e65858;
    margin: 10px 0px;
    font-size: 18px;
    border: 1px solid #e65858;
    padding: 10px;
    border-left: 5px solid #e65858;
    border-radius: 10px;
 width:50%;
}


.anno {
    border: 5px solid #e65858;
    min-height: 300px;
    padding:11px;
    border-radius: 5px;
 width:90%;
}


@media only screen and (max-width: 100px) {


.anno, .anno-header
{
width:90% !important;

}

}