/* setting for regular screens to include the headers tabs I started using for the 2015-16 AY */
@media only screen and (min-width: 700px), only screen and (min-device-width: 700px) 
{
/* whether to display */
body.centered, 
    .TitleBody, 
    .header_tabs, 
    .my_top_tabs, 
    .button, 
    .butt, 
    .bottom_nav,
    .address {	display: block; }
tr.bttn_row {	display: block; }
.for_narrow { display: none; }
/* .ssmHdr, .ssmItem, .ssmBar, .ssmItems {	display:block; } --- obsolete */
.bot_right_arrow {	display:block; }

/* special settings for wide screens */
H1 {font-size: 1.5em; padding-top:5px;}
H2 {font-size: 1.2em; }
H3 {font-size: 1em; padding-bottom: 1px; }
H4 {font-size: 0.9em; font-style:italic; padding-top:0px; padding-bottom: 0px;}
BLOCKQUOTE {	margin-left:50px;     margin-right: 50px; }

.TitleBody
{	width:auto;
	margin:0px 0px 50px 0px;
	border:1px solid white;
	padding:0px 20px 5px 20px;
}

H1.Title {font-size: 2.2em; padding-top:5px; line-height: 30px;}
H2.Title {font-size: 2.0em; padding-top:0px; padding-bottom: 0px;}
H3.Title {font-size: 1.8em; padding-bottom: 1px; }
H4.Title {font-size: 1.4em; font-style:italic; padding-top:0px; padding-bottom: 0px;}

.pgbdy {	font-size:1.3em; 	top:2px; 	padding:50px; }
.pgbdy-4010 {	font-size:1.3em; 	top:2px; 	padding:50px; }

/******************* SYLLABUS ***********************/
.session {margin-bottom: 20px}
.date, .ses_title 
{	font-weight: bold;
	font-size: 1.5em;
	line-height: 1.5em;
	margin-left: 50px;
	text-indent: -50px;
}

.req   /* for the list of required items of each class section */
{	margin-left:50px; 
	font-size: 1.2em; line-height: 1.1em;	
	margin-top: 1px;
	margin-bottom:20px;
}

.rec {	margin-left:65px; 	font-size: 0.9em;	line-height: 1em;}
ul.rec {margin-left:1px; margin-top: -15px;}

p.indent {text-indent: 50px;}
.rev_indent {	margin-left: 50px;	text-indent: -50px;}

/*********** INDIVIDUAL LECTURE NOTES *********************************/
ol.head, ul.head /** for titles of main parts of the notes **/
{ 	margin-left: -10px;
	font-size:1.1em;
	line-height: 1.2em; 
	padding: 10px 10px 10px 50px;
}
p.head {	font-size:1em; font-weight:normal; }
li.head {	font-weight:normal; 	font-size:1.1em; margin-bottom: 25px;}

ol.subhead, p.subhead
{	margin-left: 10px;
	margin-right: 2px;
	font-weight:normal;
	font-size: 0.9em;
	line-height: 1em; 
	padding: 5px 5px 15px 35px;
}

ol.subsub, p.subsub
{	margin-left: -30px;
	font-weight:normal;
	font-size: 0.9em;
	line-height: 0.9em; 
	padding: 5px 5px 5px 55px;
}

ol.pack, p.pack
{	margin-left: -30px;
	font-weight:normal;
	font-size: 0.8em;
	line-height: 0.8em;
	padding: 5px 5px 0px 55px;
}

.aside
{	font-size:1em;
	font-weight:normal;
	line-height: 1.1em;
	margin:10px 1px 10px 350px;
	padding:5px 10px 10px 10px;
}

.quotes {
	font-size: 0.9em;
	font-style: italic;
	padding: 10px;
	text-align: right;
	background-position: right;
	margin: 5px 20px 5px 50px;
}

.notes
{	float: right;
	font-size: 0.8em;
	width: 400px;
/*	margin: 1px 15px 1px 15px;
	padding:10px 25px 10px 25px;
*/
}
}

