body {
  background-color: #fff3e2;
  color: #777;
  font-size: 0.9em;
}


.nav-pills > li {
  padding: 0px;
  font-size: 1.2em;
  background-color: white;
}

.linklist {
  border: 1px solid wheat;
  background-color: white;
  border-radius: 5px;
  padding-top: 10px;
}

.linklist a {
  text-decoration: none;
}

/* set a max-width for horizontal fluid layout and make it centered */
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  max-width: 960px; /* or 950px */
}

.outershadow {
  -webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.75);
  box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.75);
}
.outershadow a {
  text-decoration: none;
}

.overlap img {
  padding-top: -200px;
}

.jumbotron {
  border: 1px solid wheat;
  background-color: white;
  border-radius: 5px;
}

.rounded {
  border-radius: 5px;
}

.table tr:first-child td {
  border: none;
}

div.datetime {
  border: 1px solid gray;
  border-radius: 5px;
  width: 5.8em;
  background-color: white;
}

.bg-info {
  background-color: #d9edf7 !important;
}

a {
  color:#007bff;
  text-decoration:none;
  background-color:transparent
}

a:hover {
  color:#0056b3;
  text-decoration:none;
}

div.datetime p {
  margin: 0 auto;
  padding: 0;
  text-align: center;
  font-size: 0.9em;
  letter-spacing: 0.12em;
  border-radius: 4px;
}

div.datetime .year {
  color: white;
  background-color: brown;
  font-size: 1.0em;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

div.datetime .month {
  margin-top: 0.2em;
}

div.datetime .number {
  margin-top: -0.2em;
  font-size: 2.0em;
  font-weight: bold;
  margin-bottom: -0.2em;
}

div.datetime .day {
  font-size: 0.8em;
  margin-bottom: 0.2em;
}

div .event p {
}

div.event .location {
  font-size: 1.6em;
  margin-bottom: -0.1em;
}

div.event .title {
  margin-bottom: -0.1em;
}

div.event .link {
  font-size: 1.2em;
  margin-bottom: 2.0em;
}

div.city {
  border: 2px solid #e8d238;
  border-radius: 3px;
  width: 8.0em;
  background-color: #e8d238;
  color: dimgray;
  text-align: center;
  font-weight: bold;
  margin-bottom: 1em;
}

div.city p {
  border: 1px solid gray;
  border-radius: 2px;
  padding-top: 1em;
  padding-bottom: 1em;
  margin-bottom: 0em;
}

ul.references {
  font-size: 1.4em;
}

