#main-content {
  max-width: 1024px;
  width: 100%;
  margin: 0 auto;
}

#page-headline {
  font-size: 1.5rem;
  font-weight: bold;
}

#headline-nav a {
  color: #3F88BB;
  text-decoration: underline;
}

#e202603-top .menu-list li {
  border-bottom: 1px dotted #CCC;
}

#e202603-top .menu-list li a {
  padding: 1rem 0;
  display: block;
}

#e202603-top .menu-list li a:hover {
  background-color: #FFF;
}

#e202603-top .menu-list li h2 {
  font-weight: bold;
  color: #2E809E;
  font-size: 1.3rem;
}

#e202603-top .links {
  font-size: 1.3rem;
  padding: 1rem;
  margin-bottom: 1rem;
  border: 1px solid #CCC;
  display: block;
  text-align: center;
}

#e202603-sammary .section-title {
  font-size: 1.3rem;
  font-weight: bold;
}

.btn {
  display: block;
  width: 100%;
  line-height: 1.1;
  color: #FFFFFF !important;
  box-shadow: 1px 1px 2px #BEE2F9;
  padding: 0.8rem 1rem;
  border-radius: 0.5rem;
  background: #32D5EE;
  background: linear-gradient(to top, #28AED3, #27ADCF);
  text-shadow: 0px -1px 0px #191ABD;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
}

.btn:hover {
  color: #FFE6E6 !important;
  background: #27ADCF;
  background: linear-gradient(to top, #27ADCF, #32D5EE);
}

#e202603-performers .special li {
  padding: 1rem;
  border-bottom: 1px solid #CCC;
}

#e202603-performers .special li .photo {
  width: 300px;
  max-width: 30%;
  margin: 0 auto;
}

#e202603-performers .special li .title {
  line-height: 1.1;
}

#e202603-performers .special li .name {
  font-weight: bold;
  font-size: 1.1rem;
}
