.btn-width-90 {
   width: 90%;
   margin: 2px;
}
.btn-width-100 {
   width: 100%;
   margin: 2px;
}


#crtTableDesktop {
   display: inline;
}

#crtTableMobile {
   display: none;
   margin-bottom: 0px;
   font-size: 12px;
}

#crtTableDesktop th {
   background-color: #3C8DBC;
   color: white;
}

.tableRowEven_true, .tableEven_true {
   background-color: #E2E4EA;
}

.tableRowEven_false, .tableEven_false {
   background-color: #B5BBC8;
}


/* MD SIZE */
@media (max-width:991px) {

   #crtTableDesktop {
      display: none;
   }

   #crtTableMobile {
      display: table;
   }


}

/* SM SIZE */
@media (max-width: 768px) {
   .btn-width-90 {
      width: 100%;
   }
}

/* XS SIZE */
@media (max-width: 599px) {
}

/* MOBILE VIEW */
@media (max-width: 460px) {

}