#inn-box h2 {
  line-height: 17px;
  font-weight: bold;
  padding: 0.5em;
  margin: 10px 0px 20px;
  color: #FFF;
  background-color: #CC9900;
  text-align: left;
}

#inn-box h3 {
  font-weight: bold;
  padding: 0.5em;
  margin: 20px 0px 15px 0px;
  color: #CC9900;
  border-bottom: 1px solid #CC9900;
  border-left: 4px solid #CC9900;
  letter-spacing: 0.1em;
}

#inn-box table {
  width: 100%;
  border-collapse: collapse;
  margin: 0px auto 30px auto;
}

#inn-box table th,
#inn-box table td {
  padding: 0.8em;
  border: solid 1px #000;
  line-height: 1.5;
}

#inn-box table th {
  width: 25%;
  background: #F5F0E9;
  text-align: center;
  font-weight: bold;
}

#inn-box table td {
  background: #FFF;
}
