@charset "UTF-8";

.italic {
	font-style: italic;
}

.sponsor_primary {
	height:5em;
}
.sponsor_major {
	height:4.5em;
}
.sponsor_contributor {
	height:4em;
}
.sponsor_associate {
	height:4em;
}

@media screen and (min-width: 992px) {
	.sponsor_primary {
		height:7em;
	}
	.sponsor_major {
		height:6em;
	}
	.sponsor_contributor {
		height:5em;
	}
	.sponsor_associate {
		height:4em;
	}
}
@media screen {
	.content_link {
			color:#674BD0;
	}
}

.neat_table td, th {
 	border: 1px solid ;
	padding: .1em ;
}
.rss_icon{
	height:1.5em;
	margin-right: 1em ;
	margin-bottom: .3em ;

}
