.hidden{
   display: none;
}

.show{
    display: block;

}

#Sumbit_bt{
    display: none;
}

.buttons_form{
    display:-webkit-inline-box
}

.btn-success{
    margin:4px;
    font-size: 16px;
}

.form-group, .custom-select{
  font-size: 16px;
}



.form-row {
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  column-gap: 20px;
}

#Question_0 label{
  font-style: italic;
}

#table-title, #category_1, #category_2{
  font-style: normal;
  font-size: 26px;
  color: #2e5926;
}

#subcategory_1, #subcategory_2{
  font-style: normal;
  font-size: 22px;
}

input[type="radio"] {
  margin-right: 8px;
  margin-left: 15px;

}




table,
th,
td {
  border: 2px solid black;
  text-align: center;
  border-collapse: collapse;
}

th,
td {
  padding: 20px;
}

.cat_labels{
  font-style: normal;
  font-size: 18px;
  color: #000000;
  font-weight: 600;
}
