.cics-wrap {
  max-width: 1230px;
}

.cisc-usage-table {
  width: 100%;
  border: 1px solid #DDDDDD;
  background: #FFF;
  margin: 10px 0 0;
}

.cisc-usage-table tr td:nth-child(3) {
  width: 50%;
}

.cisc-usage-table th,
.cisc-usage-table td {
  text-align: left;
  padding: 10px 15px;
  background: #F9F9F9;
}

.cisc-usage-table thead {
  font-weight: bold;
}

.cisc-usage-table h3 {
  margin: 15px 0 0;
}

.cisc-usage-table .description {
  font-weight: normal;
}

.cisc-usage-table td > ul code {
  border: solid 1px #eeeac9;
  background: #fffce6;
  border-radius: 2px;
}

.cisc-usage-table td > ul > li {
  margin-bottom: 20px;
}

.cisc-usage-table td > ul > li > ul {
  margin-top: 7px;
  padding-left: 5px;
  color: #5E5E5E;
}

.cisc-usage-table td > ul > li > ul li {
  margin: 0 0 2px;
}

.cisc-usage-table td > ul > li > ul li.info {
  font-style: italic;
  margin: -2px 0 5px 0;
  font-size: 11px;
  opacity: 0.95;
}

.cisc-usage-table .cisc-code {
  display: block;
  color: #CFDBEC;
  background-color: #2f2f2f;
  border-radius: 2px;
  padding: 5px;
  overflow: auto;
  white-space: normal;
}

/* GutenBee Banner */

.cics-gutenbee {
  padding: 30px;
  background-color: #ffcc00;
  border-radius: 3px;
  box-shadow: 0 5px 0 0 rgba(0, 0, 0, 0.05);
}

.cics-gutenbee .cics-gutenbee-button {
  display: inline-block;
  background-color: #68a834;
  color: #fff;
  padding: 10px 15px;
  text-decoration: none;
  border-radius: 3px;
}

.cics-gutenbee .cics-gutenbee-button:hover {
  background-color: #578f2a;
}