body {
  width: 1000px;
  margin: 10px auto;
}

.buttons {
  margin: 1px 1.5px 0px 0px;
  float: left;
  font-family: "Source Sans Pro";
  background-color: #276692;
  width: 49%;
  height: 50px;
  text-align: center;
  line-height: 50px;
  text-decoration:none;
}

.cal-info {
  font-family: "Source Sans Pro";
  font-size: 14px;
  color: #8a8b8c;
  width: 100px;
  margin: 30px 10px 30px 10px;
  display: inline-block;
  position: relative;
  top: 10px;
}

.data-date {
  background-color: #a31f33;
  width: 90px;
  height: 90px;
  margin: 10px 0px 30px 10px;
  font-family: "Source Sans Pro";
  color: #eeeeee; 
}

.data-left {
  width: 15%;
}

.data-middle {
  width: 27%;
  vertical-align: top;
  position: relative;
  top: 11px;
}

.data-right {
  width: 55%;
  position: relative;
  left: 20px;
}

.description {
  float: left;
  line-height: 40px;
  margin: 0px 10px;
  display: inline;
  font-family: "Source Sans Pro";
  font-size: 22px;
  color: #a31f33;
}

.details {
  float: left;
  display: inline;
  line-height: 40px;
  font-family: "Source Sans Pro";
  font-size: 22px;
  color: #8a8b8c;
}

#header {
  padding: 10px 0px 40px 0px; 
}

#intro {
  width: 1000px;
  height: 360px;
}

#intro-text {
  float: left;
  width: 50%;
  padding: 45px 30px;
  font-family: "Bitter";
  font-size: 16px;
  color: #8a8b8c;
  line-height: 30px;
}

#or {
  font-family: "Source Sans Pro";
  font-size: 18px;
  color: #276692;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  position: relative;
  left: 163px;
  top: 12px;
  text-align: center;
  background-color: #fff;
}

#or-word {
  position: relative;
  top: -48px;
}

#schedule {
  border-top: 1px solid #8a8b8c;
  margin: 110px 0px 0px 0px;
}

#schedule-right {
  float: right;
  position: relative;
  left: 40px;
}

#schedule-title {
  display: inline-block;
  font-family: "Source Sans Pro";
  font-size: 40px;
  margin: 35px 0px 50px 0px;
  color: #a31f33;
}

#signup {
  float: left;
  margin: 20px 0px 0px 50px;
  width: 36%;
}

.speaker-stuff {
  font-family: "Source Sans Pro";
  margin-right: 50px;
}

.talk-data {
  margin: 0px 0px 0px 30px;
  width: 975px;
}

.table_headers {
  position: relative;
  top: -20px;
  font-family: "Source Sans Pro";
  font-size: 28px;
  color: #a31f33;
}

.talk-data, tr {
  border: 1px solid #8a8b8c;
  border-collapse: collapse;
}

.topic-info {
  font-family: "Source Sans Pro";
  padding: 20px 0px;
  width: 500px;
}

#title {
  font-family: "Source Sans Pro";
  font-size: 40px;
  color: #a31f33;
}

.month {
  font-size: 18px;
  padding: 0px 0px 0px 30px;
  line-height: 35px;
}

.day {
  font-size: 32px;
  font-weight: 600;
  padding: 0px 0px 0px 30px;
  line-height: 20px;
}

.year {
  font-size: 15px;
  padding: 0px 0px 0px 31px;
  line-height: 30px;
}

.speaker-header {
  font-size: 16px;
  color: #8a8b8c; 
  line-height: 40px;
}

.speakers {
  font-size: 18px;
  color: #444;
  line-height: 18px;
  position: relative;
  top: 3px;
}

.no_talk {
  font-size: 20px;
  color: #444;
  font-family: "Source Sans Pro";
  position: relative;
  left: 30px;
}

.affiliation {
  position: relative;
  top: 10px;
  font-size: 16px;
  color: #444;
  font-style: italic;
}

.topic-header {
  font-size: 16px;
  color: #8a8b8c;
  line-height: 20px;
}

.topic {
  position: relative;
  top: 10px;
  font-size: 22px;
  color: #333333;
  line-height: 22px;
}

.talk-info {
  font-size: 14px;
  color: #333333;
  line-height: 16px;
}

.link-info {
  white-space: nowrap;
  font-size: 14px;
  color: #276692;
  font-weight: 600;
}

.alternate {
  background-color: #eeeeee;
}

