#cookiebot-content {
  width: 940px;
  padding: 0!important;
}

.btn.post-green {
  background: #91a060;
  padding-left: 10px;
  text-shadow: 0 -1px 0 #47591b;
  -webkit-box-shadow: inset 0 1px 0 #92a45f;
  -moz-box-shadow: inset 0 1px 0 #92a45f;
  -o-box-shadow: inset 0 1px 0 #92a45f;
  -ms-box-shadow: inset 0 1px 0 #92a45f;
  box-shadow: inset 0 1px 0 #92a45f;
  border: 1px solid #53641f;
  background: url(../img/btn/btn-green-med.png) repeat-x top left;
}

.btn.post-green::before {
  content: "";
  float: left;
  width: 20px;
  height: 21px;
  margin-right: 10px;
  background: url(../img/btn/btn-green-med-icn-forward.png) no-repeat;
}

.btn.post-gray {
  text-shadow: 0 -1px 0 #6891bb;
  -webkit-box-shadow: inset 0 1px 0 #aec6ee;
  -moz-box-shadow: inset 0 1px 0 #aec6ee;
  -o-box-shadow: inset 0 1px 0 #aec6ee;
  -ms-box-shadow: inset 0 1px 0 #aec6ee;
  box-shadow: inset 0 1px 0 #aec6ee;
  border: 1px solid #7ea7cc;
  background: url(../img/btn/btn-blue-med.png) repeat-x top left;
}

.btn.post-gray::before {
  content: "";
  float: left;
  width: 20px;
  height: 21px;
  margin-right: 10px;
  background: url(../img/btn/btn-blue-med-icn-forward.png) no-repeat;
}

.cookie-table-toggle {
  font-size: 14px;
  line-height: 14px;
}
.cookiebot-table h3 {
  margin-bottom: 15px;
}

.cookiebot-table th,
.cookiebot-table td {
  width: 20%;
}
