.mega1 {
  background-color: #fff8ba;
  color: #999999;
  font-weight: bold;
  margin-top: 4px;
  margin-bottom: 4px;
  margin-left: 22px;
}
.mega2 {
  background-color: #FFCC99;
  color: #A78500;
  font-weight: bold;
  margin-top: 4px;
  margin-bottom: 4px;
  margin-left: 18px;
}
.mega3 {
  background-color: #FFE6D5;
  color: #A78500;
  font-weight: bold;
  margin-top: 4px;
  margin-bottom: 4px;
  margin-left: 18px;
}
.mega4 {
  background-color: #FFFFFF;
  color: #c78500;
  font-weight: bold;
  margin-top: 4px;
  margin-bottom: 4px;
  margin-left: 18px;
}
h5 {
  font-size: 18px;
  font-family: 'Rokkitt', serif;
  line-height: 120%;
  text-indent: 12px;
  color: #01608f;
  margin-top: 8px;
  margin-bottom: 8px;
}
h6 {
  font-size: 18 px;
  font-family: 'Rokkitt', serif;
  line-height: 100%;
  text-indent: 3px;
  color: #01608f;
  margin-top: 2px;
  margin-bottom: 2px;
  margin-left: 1px;
}
.show-grid {
  margin-top: 10px;
  margin-bottom: 20px;
}
.show-grid [class*="span"] {
  background-color: #eee;
  text-align: center;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  min-height: 40px;
  line-height: 40px;
}
.show-grid:hover [class*="span"] {
  background: #ddd;
}
.show-grid .show-grid {
  margin-top: 0;
  margin-bottom: 0;
}
.show-grid .show-grid [class*="span"] {
  margin-top: 5px;
}
.show-grid [class*="span"] [class*="span"] {
  background-color: #ccc;
}
.show-grid [class*="span"] [class*="span"] [class*="span"] {
  background-color: #999;
}
.table th {
  color: #444444;
  font-weight: bold;
}
.table-striped tbody tr:nth-child(2n+1) td,
.table-striped tbody tr:nth-child(2n+1) th {
  background-color: none;
}
.responsive-utilities th small {
  color: #999999;
  display: block;
  font-weight: normal;
}
.responsive-utilities tbody th {
  font-weight: normal;
  background: none;
}
.responsive-utilities td {
  text-align: center;
}
.responsive-utilities td.is-visible {
  background-color: #DFF0D8 !important;
  color: #468847;
}
.responsive-utilities td.is-hidden {
  background-color: #F9F9F9 !important;
  color: #CCCCCC;
}
.responsive-utilities-test {
  list-style: none outside none;
  margin-left: 0;
  margin-top: 5px;
  overflow: hidden;
}
.responsive-utilities-test li {
  border: 1px solid #DDDDDD;
  border-radius: 4px 4px 4px 4px;
  color: #999999;
  float: left;
  font-size: 14px;
  font-weight: bold;
  height: 43px;
  line-height: 43px;
  position: relative;
  text-align: center;
  width: 25%;
}
.responsive-utilities-test li + li {
  margin-left: 10px;
}
.responsive-utilities-test span {
  border-radius: 4px 4px 4px 4px;
  bottom: -1px;
  left: -1px;
  position: absolute;
  right: -1px;
  top: -1px;
}
.responsive-utilities-test span {
  background-color: none;
  border: 1px solid #D6E9C6;
  color: #468847;
}
.table-bordered {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-collapse: separate;
  border-color: #DDDDDD #DDDDDD #DDDDDD -moz-use-text-color;
  border-image: none;
  border-radius: 4px 4px 4px 4px;
  border-style: solid solid solid none;
  border-width: 1px 1px 1px 0;
}
.table {
  margin-bottom: 20px;
  width: 100%;
}
table {
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
  max-width: 100%;
}