body
{
	font-family: 'Roboto', sans-serif;
}

.header
{
	margin: 20px;
	text-align: center;
	padding: 10px;
	color: white;
	background-color: darkred;
}
.required {
	color: red;
  }
  .studentPhotoDiv{
	  float: right;
  }
  h3{
  font-family: Calibri; 
  font-size: 20pt;         
  font-style: normal; 
  font-weight: bold; 
  color:#e01f59;
  text-align: center;
}

h1{
  font-family: Calibri; 
  font-size: 30pt;         
  font-style: normal; 
  font-weight: bold; 
  color: #e01f59;
  text-align: center; 
  text-decoration: underline
}

table{
  font-family: Calibri; 
  color:black; 
  font-size: 11pt; 
  font-style: normal;
  font-weight: bold;
  border-collapse: collapse;
  width: 100%;
  height: 100px;

  box-sizing: border-box;
}
table.inner{
  border: 0px
}
.button {
  background-color: white; 
  color: black; 
  border: 2px solid #f44336;
  padding: 16px 32px;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
}

.button:hover {
  background-color: #f44336;
  color: white;
}

.required {
  color: red;
}