@IMPORT url("common.css");

#main #mainQuote {
	clear: both;
	padding: 5px 13px;
	margin-top: 20px;
	margin-left: 20px;
	margin-right: 20px;
	background-color: #CEF1E8;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	border: 1px solid #A6B8B2;
}

#main #mainQuote p.cite {
	text-align: right;
	font-style: italic;
}

#main .announcementTable {
	font-style: italic;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

#main .announcementTable  img{
	height: 150px;
	padding: 5px;
	border: 1px solid #aaa;
	margin-left: 5px;
	margin-right: 5px;
}

#main div.instructor-collage {
	text-align: center;
}
#main div.instructor-collage h3 {
	border: none;
	text-align: center;
}
#main div.instructor-collage img {
	width: 65px;
	height: 78px;
}

div.cards {
	align-items: stretch;
	display: flex;
	flex-wrap: wrap;
	gap: 1em;
	justify-content: center;
}

div.cards div {
	max-width: 172px;
}

div.cards img {
	border: 1px solid #aaa;
	height: 120px;
	padding: 5px;
	width: 160px;
}

div.cards p {
	margin-top: 0.5em;
	text-align: center;
}

#main table.websites-countries {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
	border-width: 1px;
	border-spacing: 2px;
	border-style: outset;
	border-color: black;
}
#main table.websites-countries td {
	width: 162px;
	padding: 1px;
	border-width: 1px;
	border-style: inset;
	border-collapse: separate;
	font-size: 0.9em;
	text-align: center;
	vertical-align: middle;
}
#main table.websites-countries td img {
	vertical-align: bottom;
	width: 160px;
	height: 120px;
}

#main div.instructor-collage div {
	text-align: center;
}
#main .instructor-collage h3 {
	border: none;
	text-align: center;
}
#main table.NavPictures {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
	border-width: 1px;
	border-spacing: 2px;
	border-style: outset;
	border-color: black;
}

#main table.NavPictures td {
	width: 222px;
	padding: 1px;
	border-width: 1px;
	border-style: inset;
	border-collapse: separate;
	font-size: 0.9em;
	text-align: center;
	vertical-align: middle;
}

#main table.NavPictures img {
	vertical-align: bottom;
	width: 220px;
	height: 158px;
}

#main table.NewInstructorsTable img {
	width: 70px;
	padding: 3px;
}

#main div.OneImageCentered {
	margin-bottom: 2em;
}

#main div.OneImageCentered img {
	padding: 5px;
	border: 1px solid #aaa;
	width: 250px;
}

#main ul {
	overflow: hidden;
}

/*** Search box ***/

#main div.Search table {
	margin-left: auto;
	margin-right: auto;
	border-style: none;
	table-layout: fixed;
}

#main div.Search table td {
	padding: 0 5px;
}

/*** Misc ***/

.forum-image {
	text-align: center;
}

.forum-image img {
	border: 0;
	width: 100%;
}

.books img {
	width: 125px;
}
