#week_band_up {
  width: 100%;
  height: auto;
  background-color: transparent;
}
#week_band {
  width: 100%;
  height: auto;
  background-color: transparent;
}
#week_band h2 {
  width: 340px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  border-bottom: 1px solid #fff;
  color: #55616e;
  padding-top: 30px;
  padding-bottom: 20px;
  font-size: 45px;
  font-family: 'medium';
  margin-top: 0;
  margin-bottom: 25px;
  text-transform: uppercase;
}
#week_band p {
  width: 100%;
  text-align: center;
  color: #55616e;
  font-family: 'roman';
  font-size: 30px;
  padding-bottom: 30px;
  margin-bottom: 0;
  text-transform: uppercase;
}
