@import url(https://fonts.googleapis.com/css?family=Roboto);
body {
  font-family: "Roboto", "sans-serif";
  font-size: 12pt;
  max-width: 800px;
  max-width: 90%;
  margin-bottom: .2in;
  margin: auto;
}
* {
  box-sizing: border-box;
}
a {
  color: #18bc9c;
  text-decoration: none;
}
li.current-semester a {
  color: #3498db;
  text-decoration: none;
}
li{
  margin-top: 10px;
  border:1px solid grey;
}
.semester {
  color: #3498db;
}
ul.semesters {
  list-style: none;
  margin-left: 0;
  padding: 5px;
  text-indent: -1.2em;
}
ul.semesters li.current-semester:before {
  content: "\2023";
  display: block;
  float: left;
  width: 1.2em;
  color: #3498db; 
}
ul.semesters li:before {
  content: "\2022";
  display: block;
  float: left;
  width: 1.2em;
}
.header {
  border: 0px;
  padding: 15px;
}
.row::after {
  content: "";
  clear: both;
  display: table;
}
[class*="col-"] {
  float: left;
  padding: 15px;
  border: 0px;
}
.col-1 {width: 8.33%;}
.col-2 {width: 16.66%;}
.col-3 {width: 25%;}
.col-4 {width: 33.33%;}
.col-5 {width: 41.66%;}
.col-6 {width: 50%;}
.col-7 {width: 58.33%;}
.col-8 {width: 66.66%;}
.col-9 {width: 75%;}
.col-10 {width: 83.33%;}
.col-11 {width: 91.66%;}
.col-12 {width: 100%;}

.table-bordered {
  border: 1px solid #ecf0f1;
}
.text-danger {
  color:#e74c3c;
}
table.schedule {
  margin-top: 25px;
}
table.schedule td, table.schedule th {
  vertical-align: middle;
  padding: 8px;
  border: 0px;
  border-bottom: 1px #666;
}
tr.info > th {
  background-color:#3498db;
  color: #fff;
}
table.schedule tr:nth-child(even) {
  background-color: #f2f2f2
}
th.date {
  min-width: 30px;
  width: 5%;
}
th.presenter {
  min-width: 100px;
  width: 10%;
}
th.title {
  min-width: 400px;
  width: 70%;
}
th.conference {
  min-width: 90px;
  width: 9%;
}
th.material {
  min-width: 60px;
  width: 6%;
}
td p.title {
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 5px;
}
td p.authors {
  font-style: italic;
  margin-top: 8px;
  margin-bottom: 5px;
}
