@media print, screen and (min-width: 768px){
#rwd-content .rwd-notes-list-circle01 li:last-of-type {
    margin-bottom: 0!important;
}
}

@media screen and (max-width: 767px){
#rwd-content .rwd-notes-list-circle01 li:last-of-type {
    margin-bottom: 0!important;
}
#rwd-content .rwd-table th {
    word-break: normal;
}

}