.cb_template a {
  color: #ce930f !important;
font-weight: bold !important;
}
.cb_template a:hover {
  color: #111 !important;
}
.cb_template .nav-tabs .nav-link, .cb_template .nav-tabs .nav-link{
  border-color: #e9ecef #e9ecef #dee2e6;
  background: #2b2e33;
}
.cb_template .nav-tabs .nav-link:hover, .cb_template .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
  background: #fff9ec;
}
.cb_template .card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: #2b2e33;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  color: #fdb415;
  font-weight: bold;
}
.cb_template .card-body {
  background: #fff9ec;
}
.cb_template .col-form-label {
  font-weight: bold;
  font-style: oblique;
  color: #111;
}
#rt-mainbody-surround .button:hover {
  font-size: 16px !important;
  color: #2b2e33 !important;
  background: #fdb415 !important;
  border: solid 1px #d09310 !important;
box-shadow:none !important;
}
#rt-mainbody-surround .button {
  font-size: 16px !important;
  color: #fdb415 !important;
  background: #2b2e33 !important;
  border: solid 1px #d09310 !important;
box-shadow:none !important;
}