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

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