form label.error{
	display: block !important;
	color:#b90000 !important
 }


.CDC_table td, .CDC_table th {
    padding-right: 10px;
}

.CDC_table td:last-child, .CDC_table th:last-child {
    padding-right: 0px;
}

.CDC_table td, .CDC_table th {
    padding-bottom: 11px;
}
.CDC_table td{
   text-align: center;
}
.CDC_table th:last-child {
  text-align: center;
}
.CDC_table td .fa-plus-circle {
  font-size: 24px;color: green;
}
.CDC_table td .fa-minus-circle {
  font-size: 24px;color: red;
}
  #wpfooter {
    display: none;
}
.CDC_table tr td {
    text-align: left;
}
.CDC_table tr td p {
    margin: 0px;
}
.CDC_table .CDC_shortcode td {
    padding: 15px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 5px;
    width: 50%;
    text-align: center;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 5%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 5%);
}

 .CDC_card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 1%;
    background-color: rgba(0, 0, 0, 0.03);
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}