html {
  position: relative;
  min-height: 800px;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 30px;
}
.navbar-static-top {
  margin-bottom: 19px;
}
.navbar {
  margin-bottom: 0;
}
header.page-header {
  background-image: url('../images/rocky-header.jpg');
  background-position: 50% 13%;
  height: 400px;
  margin-top: 0;
  /* padding-top: 30px; */
  background-repeat: no-repeat;
  background-size: cover;
}
header.page-header img {
  vertical-align: bottom;
  border: 0;
}
header.page-header img#ccn_logo {
  margin-top: calc(2.8vw - 10px);
}
header h1.confname {
  padding-top: 8px;
  /* text-align: left; */
  /* padding-left: 40px; */
  font-weight: bold;
  color: white;
  text-shadow: black 2px 2px 5px;
  margin-top: 0;
}
header h3.confdate {
  /* text-align: right; */
  /* padding-right: 40px; */
  font-weight: bolder;
  color: white;
  text-shadow: black 2px 2px 5px;
  /* align-self: flex-end; */
}
header h3.confplace {
  /* text-align: right; */
  /* padding-right: 40px; */
  font-weight: bolder;
  color: white;
  text-shadow: black 2px 2px 5px;
}
.icon-ccn {
  background-image: url("../images/ccn_circles.svg");
  background-position: center center;
  background-repeat: no-repeat;
  height: 24px;
  line-height: 24px;
  width: 24px;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 10px 0;
  /* height: 50px; */
  background-color: #B2C6DE;
  /* background-image: url("../images/ccn_circles.svg"); */
  /* background-size: cover;
  background-repeat: no-repeat;
  background-position: center 32%; */
  margin-top: 60px;
}
.footer p {
  padding-top: 10px;
}
.footer .text-muted {
  color: white;
}
.footer .text-muted a, .footer .text-muted a:visited, .footer .text-muted a:active {
  /* color: #3EA0AE; */
}
.footer .text-muted a:hover {
  /* color: #A2CDDA; */
}

p {
  font-size: 1.1em;
}

.cn18-keynote {
  /*
  display: block;
  width: 100%;
  position: relative;
  height: 0;
  */
}
.cn18-keynote img {
  border: 1px solid black;
  box-shadow: 3px 3px 5px rgba(0,0,0,0.75);
  /*
  max-height: 100px;
  padding: 75% 0 0 0;
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  */
}
table.SessionList {
  border-style: none;
}
table.SessionList tr td {
}
td.locationcell {
  text-align: right;
}
tr.dayrow {
  border-bottom: 1px solid #eee;
}
tr.timerow {
}
tr.eventrow {
  border-width: 0;
  border-bottom: 1px solid #eee;
}
tr.eventrow td {
  padding-top: 4px;
  padding-bottom: 4px;
}
padding-top: 4px;

td.daycell {
  color: #333;
  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;
}
table.SessionDescription td {
  border-style: none;
}
table.PaperDescription {
  border-collapse: collapse;
  border-style: none;
}
table.PaperDescription td {
  border-style: none;
}
.cn18-imagegrid img {
  margin: 1em 0;
  border: 1px solid black;
  box-shadow: 3px 3px 8px rgba(0,0,0,0.5);
}
table#acceptedPapers {
  border: 2px solid black;
  border-collapse: collapse;
}
table#acceptedPapers td:first-child {
  background-color: #ddd;
}
table#acceptedPapers td {
  border: 1px solid black;
  padding: 2px;
  vertical-align: top;
}
table#ExtrasList .ExtraName {
  font-weight: bolder;
}
table#ExtrasList p.extraDesc {
  font-size: 10pt;
  margin: 2px 1em;
}
table#ccinfo {
  border-collapse: collapse;
  border-style: none;
}
table#ccinfo th {
}
table#ccinfo td {
  padding: 2px 6px;
  border-style: none;
  vertical-align: middle;
}
textarea.regRepresentativeWork {
  width: 100%;
  height: 10em;
}
