.deadline span {
 color: #922;
 font-weight: bold;
 font-size: 1.1em;
}

.meetingcontent {
 font-family: "Martel", serif;
 margin: 0 50px;
 padding-top: 0;
 width: 95%;
 font-size: 14px;
}
.meetingcontent table {
 margin: 20px auto;
 width: 90%;
}
.meetingcontent h2 {
 font-family:"Prata", serif;
 font-size: 24px;
 color: #b44;
}
.meetingcontent td {
 vertical-align:top;
}
.meetingcontent .speaker {
 font-weight:bold;
}
.meetingcontent .title {
 font-size:0.9em;
 padding-left:30px;
 font-style:italic;
 font-weight:normal;
}
.meetingcontent .session {
 padding:8px;
 padding-left:10px;
 font-weight:bold;
 background-color: #ccc;
}
.meetingcontent p {
 text-indent:5px;
 margin: 0;
}

.meetingheading {
 font-family:"Prata", serif;
 text-align:center;
 width: 95%;
 margin-left:50px;
}

.meetingheading .innerheading {
 z-index:1;
 background:#fff;
 margin:14px;
 margin-right:130px;
}

.meetingheading h1 {font-size:64px; margin: 0;}
.meetingheading h2 {font-size:36px; margin: 10px;}
.meetingheading h3 {font-size:24px; margin: 8px;}

.sched {padding-top:10px;box-shadow:black 15px 15px 20px;border-radius:0 0 10px;}
.time {font-family:Monospace;padding:5px;}
.meal {font-style:italic;}
.indented {text-indent:30px;}
.red {color:red;}

.withshadow {text-shadow:#eee 1px 1px 0px,#555 2px 3px 3px;}

.notices h2 {
 font-size: 20px;
 margin: 0;
}
.notices {
 font-size: 14px;
 background-color: #eeb;
}
.notices:hover {
 background-color: #eeb;
}
.notices:hover .deadline {
 text-decoration: underline;
}

.talktitle {
 font-style: italic;
 font-weight: bold;
}

.committee {
 display: inline-block;
 border-radius: 4px;
 background-color: #eee;
 padding: 8px;
 border: 1px solid black;
 width: 90%;
 box-shadow: 3px 2px 1px #888;
}
