body.conference-list #content {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 -1em;
}

#conferences {
  flex: 1 0 35em;
  margin: 0 1em -34px;
}

#conferences table {
  margin: .5em 0;
}

#deadlines {
  flex: 0 1 auto;
  margin: 34px 1em 0;
}

.conftable th { text-align: left; font-weight: normal; font-size: 0.8em;}
.bookmark {
    width: 22px;
}
.datelocation {
    width:10em;
    font-size: 0.6em;
    overflow:hidden;
    white-space:nowrap;
}
table.conftable {
    border-spacing: 0;
    width: 100%;
}

table.conftable td {
    border: none;
    padding: 5px;
    vertical-align: top;
}

table.conftable td div {
    height: 1.2em;
    overflow: hidden;
}

td.conference .title {
    font-size: 0.6em;
}

td.series.short {
    width: 7em;
}

.callblock {
    width: 10px;
}
.confrow {
    background: #eef;
}
.confrow.odd {
    background: #ecffe8;
}
.confrow.even {
    background: #d7ffd0;
}

#content ul.deadline-list {
  list-style-type: none;
  margin: .5em 0 0;
}

#content ul.deadline-list li {
  white-space: nowrap;
}

.deadline-date {
    display:inline-block;
    width:7em;
}
