﻿.supportCategoryContainer {
    margin: 15px 0px 15px 0px;
    width: 45%;
}
.faqDetailBlocks, .supportCategoryContainer {
    margin: 10px 0px 10px 0px;
    padding: 10px;
}
.faqDetailBlocks {
    text-align:center;
    min-height:30px;
}
.largeCheck{
    /*-moz-appearance:none;*/
    height:30px !Important;
    width:30px !Important;
    font-weight:900 !Important;
}
h2, span {
  display: inline;
   /* whatever margins/paddings you would normally apply to p */
}
.faqSectionHeader {
    display:block;
    padding-bottom:5px;
    margin-bottom:10px;
    text-align: center;
}
.divMyQuestions {
    background-color:#EFFFEF;
}
@media (min-width: 768px) {
  .helpme:nth-child(2n) { 
    clear:both;
  }
}


