table.SessionList {
    border-style: none;
  }
  table.SessionList tr td {
    border-style: none;
  }
  td.locationcell {
    border-style: solid;
    text-align: right;
  }
  td.daycell {
    color: red;
    background-color: inherit;
    font-size: larger;
    font-weight: bold !important;
    padding-left: 0 !important;
  }
  td.timecell {
    color: black;
    background-color: inherit;
    padding-left: 1em !important;
    font-weight: bold !important;
  }
  table.SessionDescription {
    border-collapse: collapse;
    border-style: none;
    width: 100%;
  }
  table.SessionDescription td {
    border-style: none;
  }
  table.PaperDescription {
    border-collapse: collapse;
    border-style: none;
  }
  table.PaperDescription td {
    border-style: none;
  }
.badge.badge-ss
{
    background-color: salmon;
}
.badge.badge-plen
{
    background-color: goldenrod;
}
.badge.badge-tutorial
{
    background-color: cyan;
}