



body {
    background-color: #b80000;
}

h1 {
    color: white;
    text-align: center;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 80px;
    font-style: bold;
}

/* Google fonts */ 
.delius-unicase-regular {
  font-family: "Delius Unicase", cursive;
  font-weight: 400;
  font-style: normal;
}

.delius-unicase-bold {
  font-family: "Delius Unicase", cursive;
  font-weight: 700;
  font-style: normal;
}
/* Google fonts */

.requestForm{
  display: flex;
    flex-direction: column;
    align-items: center;        /* centers horizontally */
    justify-content: center;    /* centers vertically */
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    text-align: center;         /* centers text within elements */
    background-color:white; 
    max-width: 1000px; /* limits the width of the container */
    margin:0 auto; /* centers the container horizontally */
    padding: 10px; /* adds some padding around the content */
    list-style-type: none;
    border-radius: 10px;

}

input [type="checkbox"]{
  transform: scale(2.0);
  margin:10px;
  zoom:2;
}

input, button, select {
  padding:3px;
  margin:5px;
  
}


label{
  margin-right:10px;
}

input, button, select {
  padding:3px;
  margin:5px;
  
}
#patientd{
list-style-type: none;

}

.clinicalInfo li{
list-style-type: none;

}

.hospitalInfo li{
  list-style-type: none;
  

}


.testRequest li{
list-style-type: none;

}

.validation{
  font-style:italic;
  color:red;
}






.testSummary{
  display: flex;
    flex-direction: column;
    align-items: center;        /* centers horizontally */
    justify-content: center;    /* centers vertically */
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    text-align: center;         /* centers text within elements */
    background-color:white; 
    max-width: 1000px; /* limits the width of the container */
    margin:0 auto; /* centers the container horizontally */
    padding: 10px; /* adds some padding around the content */
    list-style-type: none;
    border-radius: 10px;

}


.testSummary p{
  margin-bottom: 0px;
  margin-top:5px;

}

.labOverview table{
  background-color:white;

}

.labOverview th{
  font-weight:bold;
  font-size:20pt;
  max-width:15%;
  border-color: black;
  width:15%;
}


.labOverview{
  display: flex;
    flex-direction: column;
    align-items: center;        /* centers horizontally */
    justify-content: center;    /* centers vertically */
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    text-align: center;         /* centers text within elements */
    background-color:white; 
    max-width: 98%; /* limits the width of the container */
    margin:0 auto; /* centers the container horizontally */
    padding: 10px; /* adds some padding around the content */
    list-style-type: none;
    border-radius: 10px;
}

#tableData{
  font-size:25px;

}