.material-icon__person
{
	background-image: url(icons/ic_person_48px.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 35px auto;
}

.material-icon__person_small
{
	background-image: url(icons/ic_person_48px.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 20px auto;
}

.material-icon__extension
{
	background-image: url(icons/ic_extension_48px.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 25px auto;
}

.material-icon__extension_small
{
	background-image: url(icons/ic_extension_48px.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 22px auto;
}

.material-icon__ecodms
{
	background-image: url(icons/ecodms_48px.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 30px auto;
}