* {
margin: 0px;
padding:0px;
font-family: "Roboto", sans-serif;
}

i {
  font-size:18px;
}
  
footer {
  margin-top:20px;
  padding-top:20px;
  padding-bottom:20px;
  background-color:#efefef;
} 
a.disabled {
  /* Make the disabled links grayish*/
  color: gray;
  /* And disable the pointer events */
  pointer-events: none;
}
div#PageMain{max-width:517px;margin:auto;}
.myoutline{outline:1px solid gray;}
.studentBooked{color:rgb(0,74,67);}
.svg-icon{width:16px;height:16px;}
