/* @option user-selected content font size */
#contentContainer #content,
#breadcrumbcontainer,#footer {
	font-size: 13px;
}

@media screen and (max-width:768px) {
#contentContainer #content,
#breadcrumbcontainer,#footer{line-height: 1.4;}

}

@media screen and (max-width:600px) {
#contentContainer #content,
#breadcrumbcontainer,#footer{line-height: 1.4;
	font-size: 12px;
}

}
@media screen and (max-width: 480px) {
#contentContainer #content,
#breadcrumbcontainer,#footer{line-height: 1.4;
font-size: 12px;}

}

