/* Style sheet for ICWG meeting pages */

#h1-icwg {
	font-size: 1.5em;
	}

@media all and (min-width:481px) {
#title-left {
	width: 500px;
	float: left;
	}
#pageindex {
	 width: 178px;
	 }
#rightside2 {
	clear: right;
	width: 200px;
	margin: 0;
	float: right;
	}
}

@media only screen and (max-width: 480px) {
#rightside {
	border-top: none;
	}
#content > h2 {
	margin-top: 1em;  					/* Deprecated Jan 2021 */
	}
}