.ic-form-text {
   font-weight: 700;
}
.ic-form-label {
   margin-bottom: 0.1rem !important;
   margin-top: 0.9rem !important;
}
/* For debugging */
.ic-debugFooter {
   position: fixed;
   left: 0;
   bottom: 0;
   width: 100%;
   background-color: red;
   color: white;
   text-align: center;
}
.ic-debugHeader {
   position: fixed;
   left: 0;
   top: 0;
   width: 100%;
   background-color: red;
   color: white;
   text-align: center;
}