html {
  position: relative;
  min-height: 100%;
  scroll-padding-top: 60px;
}
body {
}

hr.cleaner {
  clear: both;
  height: 1px;
  margin: -1px 0 0 0;
  padding: 0;
  border:none;
  visibility: hidden;
}
h1 {
  font-size: 180%;
  font-weight: bolder;
  text-align: left;
  color: #5d7063;
}
h2 {
  font-size: 150%;
  font-weight: bolder;
}
h3 {
  font-size: 120%;
  font-weight: bolder;
}
table.SessionList tr td {
  border-style: none;
}
td.locationcell {
  border-style: solid;
  /* font-size: large; */
  text-align: right;
}
td.daycell {
  color: red;
  background-color: white;
  font-size: larger;
  font-weight: bold;
}
td.timecell {
  color: black;
  background-color: inherit;
  text-indent: 0.5cm;
  font-weight: bold;
}
p {
  text-align: justify;
}
p.FinePrint {
    font-size: smaller;
}
.red {
  color: red;
}
#ImportantDatesTable td {
  padding: 0 0 0 2em;
}
#PaperDeadlineRow td {
  font-weight: bolder;
}

table.PaperStatusGrid {
  border-collapse: collapse;
  border: 1px solid black;
  width: 100%;
}
table.PaperStatusGrid tr.HeaderRow {
  background-color: black;
  color: white;
}
table.PaperStatusGrid tr.HeaderRow th {
  font-weight: bold;
  text-align: left;
  padding: 2px 10px;
}
table.PaperStatusGrid td {
  padding: 2px 10px;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
}
/* a {
  color: rgb(15,66,147);
  text-decoration: none;
  border-bottom: 1px dashed rgb(15,66,147);
}
a:hover {
  border-bottom-style: solid;
} */
a.plain {
  border-width: 0;
  text-decoration: none;
}
div#OrganizingCommittee h3 {
  font-size: 1.1em;
  margin: 1em 1em 0 0;
}
div#OrganizingCommittee p {
  margin-top: 0;
}
div#OrganizingCommittee li {
  list-style: none;
}
div#CallForPapers h3 {
  width: auto;
  font-style: italic;
  font-weight: 100%;
  background-color: #ddd;
}
div#CallForPapers table {
  background-color: #ffe;
  border-collapse: collapse;
  border: 1px solid gray;
}
div#CallForPapers td {
  border: 1px solid gray;
  padding: 3px 10px;
}
div#Home table {
  background-color: #ffe;
  border-collapse: collapse;
  border: 1px solid gray;
}
div#Home td {
  border: 1px solid gray;
  padding: 3px 10px;
}
.cmt_mem {
}
.cmt_mem h3 {
  margin-bottom: 0;
}
.cmt_mem .name {
}
.cmt_mem.steering {
  margin-top: 1em;
  margin-bottom: 1em;
}
.cmt_mem.tech {
  margin-top: 1em;
  margin-bottom: 1em;
}
.cmt_mem.steering .name {
  font-weight: bolder
}
.cmt_mem.steering .title {
  font-style: italic;
}
.cmt_mem.tech .name {
  font-weight: bolder
}
#submission-complete-table
{
  border: 2px solid black;
  border-collapse: collapse;
}
#submission-complete-table td
{
  border: 1px solid gray;
}
.badge.reg-remain {
  background-color: goldenrod;
  border: darkgoldenrod;
}