/* SMARTPHONES AND SMALL TABLETS */
@media only screen 
  and (max-width: 920px) { 

/* col1 is the main column */
body, .col1 {
	font-size: 18px;
	line-height: 26px;
	max-height: 999999px; /* for Chrome text resize bug */
}

}

/* ALL THE REST */
@media only screen 
  and (min-width: 921px) { 

/* col1 is the main column */
body, .col1 {
	font-size: 18px;
	line-height: 26px;
	max-height: 999999px; /* for Chrome text resize bug */
}

}
/* col1 is the main column */
.col1 {
	font-family: Georgia, "Times New Roman", Times, serif;
}

/* General Text Format */

h4, .textHelp {
	font-size: .9em; /* has to be redefined (smaller) in lesson.css */
	font-family: Arial, Helvetica, sans-serif;
}

/* Sub-Section Header - used only in Lessons */

h6, .subSectionHeader {
	margin: 15px 0px 15px -2px;
	padding: 5px 0px 5px 10px;
	width: 99%;
	clear: both;
	font-size: 1.1em;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}

.cuore, .stella, .attivita, .dialogo, .commento, .esercizi, .esame {
	background-position: 3px 0.3em;
	background-repeat: no-repeat;
	text-indent: 45px;;
}
.cuore {background-image:url(/images/_admin/icon_cuore3.gif);}
.stella {background-image:url(/images/_admin/icon_stella3.gif);}
.attivita {background-image:url(/images/_admin/icon_attivita4.gif);}
.dialogo {background-image:url(/images/_admin/icon_dialogo2.gif);}
.commento {background-image:url(/images/_admin/icon_commento3.gif);}
.esercizi {background-image:url(/images/_admin/icon_esercizi3.gif);}
.esame {background-image:url(/images/_admin/icon_esame3.gif);}

