#h1pink {
    color: #e31c79;
    padding: 20px;
}

#h2pink  {
    color: #e31c79;
    padding: 20px;
}

#pterms {
    font-size: 0.5em;
}

/*div.customdashboard {
  font-size: 3vw }*/
  
 #table, th, td {
     padding: 10px;
         }

@media screen and (min-width: 800px) {
  div.customdashboard {
     font-size: 10pt;
  }
}
@media screen and (max-width: 799px) {
  div.customdashboard {
     font-size: 72pt;
  }
}

#footer-login {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #303030;
  color: white;
  text-align: left;
  padding: 4px 0px 5px 6px;
}


/** added by GTI - hiding borders on the student custom pane **/
.romeo .dash-card-custom table td {
    border:none;
    }
    
/************************
GTI - OPERATOR UI 
*************************/
.page-operator header .page-brand {
    border-right:5px solid #981D97;
    }
/************************
END - GTI - OPERATOR UI 
*************************/
