/* site_tablet.css - Overrides Site.css upon screen going narrower to tablet size  */   

#SiteBodyDiv { /* main template */
width:99%; 
overflow-x:hidden;
} 
.bodyHalfTablet { /* changes to 100% on tablets as well as mobile (used in slide 204 DD2) */
width:100%;
float:none; 
}  
.bodyHalfTablet span.nobr {
font-size:18px; 
}

.headDiv{
width:99%;
}
a.logoutButton { 
margin-right:15px;
}
div#mobileTabletInstruction {
display:block;
}
a.refreshButton {   
padding:4px;
}
.noTablet {
display:none;
}
.tabletOnly {
display:block;
}
h1.smChapter { 
font-size:19px;
}
.classVideo {
width:95%;
height:261px; 
} 

#mobileTop {
	visibility:hidden; 
}
p.mobileTitleTop {
display:none;
font-size:17px;  
margin:10px 0 10px 0; 
font-weight:bold;
}
.noTablet {
display:none;
}
.tabletOnly{
display:block;
}

/*
.formMsg {
display:block;
width:100%;
height:56px;
padding:0 0 2px 0;
margin:0 0 5px 2px; 
border-bottom:1px solid #cccccc;
line-height:normal !important;
}
.formMsgTxt { 
display:block;
color:green; 
font-weight:bold;
font-size:12px;   
font-family:arial,helvetica,sans-serif !important;
line-height:normal !important;
}*/