/* CSS Document */


body {
	/*background: #f7f7f7;*/
	background: #e3e5e8;
	color: #f7f7f7;
    font-family: 'Lato', Verdana, Helvetica, sans-serif;
    font-weight: 300;
	font-size:16px;
}

/* Headings */

h1 {
  	font-size:30pt;
}

h2 {
	font-size:22pt;
}

h3 {
  	font-size:14pt;
}


/* Hyperlinks */

a:link {
  color: #1772d0;
  text-decoration: none;
}

a:visited {
  color: #1772d0;
  text-decoration: none;
}

a:active {
  color: red;
  text-decoration: none;
}

a:hover {
	color: #f09228;
  text-decoration: none;
}


/* Main page container */


.container {
	width: 1100px;
	min-height: 200px;
	margin: 0 auto; /* top and bottom, right and left */
	border: 1px hidden #000;
	/* border: none; */
	text-align: left;
	padding: 1em 1em 1em 1em; /* top, right, bottom, left */
	color: #4d4b59;
	background: #f7f7f7;
}

.containersmall {
	width: 1100px;
	min-height: 10px;
	margin: 0 auto; /* top and bottom, right and left */
	border: 1px hidden #000;
	/* border: none; */
	text-align: left;
	padding: 1em 1em 1em 1em; /* top, right, bottom, left */
	color: #4d4b59;
	background: #f7f7f7;
}

.schedule {
	width: 1000px;
	min-height: 200px;
	margin: 0 auto; /* top and bottom, right and left */
	/*border: 1px solid #000;*/
	border: none;
    font-size: 20px;
    font-weight: normal;
	text-align: left;
	padding: 1em 1em 1em 1em; /* top, right, bottom, left */
	color: #4d4b59;
	background: #f7f7f7;
    margin-bottom: 30px;
}

/* Title and menu */

.title{
	font-size: 22pt;
	margin: 1px;
}

.menubar {
  white-space: nowrap;
  margin-bottom: 0em;
  text-align:center;
  font-size:16px;
}


/* Announcements */

.announce_date {
	font-size: .875em;
	font-style: italic;
}
.announce {
	font-size: inherit;
}
.schedule_week {
	font-size: small;
	background-color: #CCF;
}


/* Schedule */

table.schedule {
	border-width: 1px;
	border-spacing: 2px;
	border-style: none;
	border-color: #000;
	border-collapse: collapse;
	background-color: black;
}



/* Notes */

table.notes {
	border: none;
	border-collapse: collapse;
}

.notes td {
	border-bottom: 1px solid;
	padding-bottom: 5px;
	padding-top: 5px;
}


/* Problem sets */

table.psets {
/*	border: none;*/
	border-collapse: collapse;
}

.psets td {
	border-bottom: 1px solid;
	padding-bottom: 5px;
	padding-top: 5px;
}


.acknowledgement
{
	font-size: .875em;
}

.code {
	font-family: "Courier New", Courier, monospace
}

.speakerphoto img {
  width: 140px;
  border-radius: 120px;
  margin-bottom: 10px;
}


.instructorphoto img {
  width: 140px;
  border-radius: 120px;
  margin-bottom: 10px;
}

.topicgif img{
  height: 100px;
}

.instructorphoto_small img {
  width: 100px;
  border-radius: 80px;
  margin-bottom: 10px;
}

.speaker {
  display: inline-block;
  width: 150px;
  text-align: center;
  margin-right: 25px;
  margin-left: 25px;
}

.organizer {
  display: inline-block;
  width: 150px;
  text-align: center;
  margin-right: 25px;
  margin-left:  25px;
}

.committee {
  display: inline-block;
  width: 200px;
  text-align: center;
  margin-right: 3px;
  margin-left: 3px;
}

.committee_steer {
  display: inline-block;
  width: 220px;
  text-align: center;
  margin-right: 4px;
  margin-left: 4px;
}

.previous {
  display: inline-block;
  width: 250px;
  text-align: center;
  margin-right: 5px;
  margin-left: 5px;
}
.previous_small img {
  width: 200px;
  border-radius: 100px;
  margin-bottom: 10px;
}
