﻿ol {margin:0}

/* keep <p> tags from adding space in table cells, and set nice borders */
table.thin {width:100%}
table.thintight p {margin:0}
table.thin p {margin:0}
table.thin td ul {margin-bottom:0; padding-bottom:0; margin-top:.5em;}

#content { margin:0 1em; }

#uploadbox {
	position: absolute; 
	border:1px solid gray; 
	background-color:#FFC; 
	padding:4px; 
	float:left
}

@media print { 
	#content {margin:1em}
	#uploadbox {display:none}
}

/* Hide some stuff from mobile browsers */
@media only screen and (max-width: 480px), only screen and (max-device-width: 480px), only screen and (max-device-width: 800px) {
	#meetings {display:none}
	#content {margin:1em}
}

#meetings {
 	float:left;
 	border-right:1px solid #CCC;
 	padding:0 1em;
 	width:175px;
 	margin-right:1em;
}

#meetings h3 { 
	margin:0;
	padding-top:1em;
}

#mtgs p { font-size:90%; padding:0; margin:0; line-height: 1.2em; }

#newshead {text-align:center}
