@charset "UTF-8";
/* CSS Document */
div.article-container, div.article-style {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

h1, h2 {
  margin: 0;
  font-size: 1.2rem;
  text-align: center;
  white-space: nowrap;
}
p.page-subtitle {
  text-align: center;
}
p.updated {
  text-align: center;
}
p.color {
  margin: 1.5em 0 0 0;
}
#conference {
  border-collapse: collapse;
}
#conference .tablesorter-header {
  color: white;
  background-color: #668;
}
th.category {
  color: white;
  background: #668;
  text-align: center;
  padding: 0.5em;
  border: solid #ccc;
  border-width: 1px 0px 1px 0px;
}
.nowrap {
  white-space: nowrap;
}
.date, .due_date, .notification, .poster {
  min-width: 6em;
  max-width: 7em;
}
.note {
  font-size: smaller;
  font-style: italic;
}
.core, .poster, .long_name, .proc, .location, .hindex {
    display: none;
}

@media screen and (min-width: 600px) {
    h1 {
	font-size: 2.5rem;
    }
    h2 {
	font-size: 1.5rem;
    }
    .core, .poster, .long_name, .proc, .location, .hindex {
	display: table-cell;
    }
}

.dark td a {
    color: navy;
}
