@media screen and (max-width: 400px){
  .cdsHeader { display: none; }
  
  
}


.cdsDivSectionTitle {
    font-weight:bold;
    font-family:Verdana;
    font-size:11pt;
}
.cdsDivSectionSubTitle {
    margin-bottom: 10px; 
    border-bottom-color: #c0c0c0; 
    border-bottom-width: 1px; 
    border-bottom-style: solid;
}
.cdsQuestionList {
  padding-top:10px;
  padding-bottom:10px;
}
.cdsQuestionList td {
  padding-top:2px;
  padding-bottom:2px;
}
.cdsQuestionList td span {
  padding-left:2px;
  
}

.cdsSelectDateFlexContainer {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
}
