@media (min-width: 569px)  {

    .mobile-only {
        display:none;
    }
    .desktop-only{
        display:inherit;
    }

    .mx tbody > tr > td > label:hover {
        border-style: none;
    border-color: inherit;
    background-color: inherit;
    }

    /* matrix row header*/
    .mx tbody > tr > th {
        text-align: left;
         padding: .5em .5em .5em .5em;

   
    }



    /*turn off cell label*/
     .mx tbody > tr > td > label > span {
            display: none;
        }

     .mx tbody > tr > td > label.radio  {
            display:inline;
            padding-left:0px;
        
        }


     /*disable off cell label*/
     .mx input[type='radio'], input[type='checkbox'] {
            margin-left: 0em;
             float:none;

        }


    .mx-col-head
    {

    }





    /*cell with no control*/
    .mx-cell-hide
    {
         /*background-color:green;*/
    }
    /*cell with disabled radio button*/
    .mx-cell-disabled
    {
        /*background-color:red;*/
    }

    .mx-cell
    {
        text-align:center;
    }




   
    /*.masthead0 {
        background-image:url(https://www.gem-beta.org/Content/logoHospitalLG.png);
  
    }



    .masthead1 {
        background-image:url(https://www.gem-beta.org/Content/logoMedLG.png);
  
    }*/

.masthead h1 {
     vertical-align:middle;
     padding: 1.7em 0em 0em 3em;
     font-size :22px;
     font-weight: 800;
   
     
}


}