@charset "UTF-8";



.notes-block{
    margin-bottom: 24px;
}
.notes-text{
    font-weight: normal;
    font-size: 15px;
}
.notes-text a,
.notes-text a:visited{
    color:blue;
    text-decoration: underline;
}
.notes-text a:hover{
    color:cornflowerblue;
}

@media screen and (max-width: 25em) {

}
