/* @option theme extracontent font-size */
#myExtraContent4 {	font-size: 12px;
}

@media screen and (max-width:480px) {
#myExtraContent4{font-size: 11px;}
}
