/* Style sheet for CGSIC meeting agendas, including subcommittee meetings */

@import url('/parts/style-agenda.css');
 
.agenda h3,
.agenda h4 {
	clear: left;
	margin-bottom: 0;
	}

.agenda h4 {
	text-align: center;
	color: #665;
	text-decoration: underline;
	}

.agenda h5 {
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-size: 100%;
	text-align: center;
	margin: 1em 1% 0.5em;
	}
	.agenda h5 em {
		text-transform: none;
		letter-spacing: 0;
		}

@media only screen and (max-width: 480px) {

#photo img {
	display: none;
	}
}


/* Styles used pre-Dec 2013 */

.agenda p {
	clear: left;
	}
	
.agenda li a {
	display: inline;
	}

.time,
.desc {
	display: block;	
	overflow: hidden;
	}
.time {
	float: left;
	width: 14%;		/* of 715px */
	}
.desc {
	margin-left: 2%;
	width: 83%;
	}
.track {
	display: block;
	width: 45%;
	padding-right: 5%;
	float: left;
	}
	
