/* =====================================*/
/* last edit: 2023/09/30                */
/* =====================================*/

@import url("../../admin/css/new.css");

/*------------------------------------*/
/*---------- Basic elements ----------*/
/*------------------------------------*/

hr {
  border-style: solid;
  height: 0px;
}

/*-----------------------------------*/
/*-------------- Headers ------------*/
/*-----------------------------------*/

h1 {
  color: #006666;
  font-size: 36pt;
  font-family: "Times New Roman", serif;
  text-align: center;
}

h3 {
  font-size: 24pt; 
  font-family: "Georgia", "Times New Roman", serif;
}

h4 {
  font-family: "Georgia", "Times New Roman", serif;
  text-align: center;
}

h5 {
  line-height: 125%;
}

h6 {
  font-family: "Georgia", "Times New Roman", serif;
}

/*-----------------------------------*/
/*------------- Spanners ------------*/
/*-----------------------------------*/

span.name {
  font-family: "Georgia", "Geneva", sans-serif;
  font-size: 10pt;
}

/*--------------------------------------*/
/*----------- Regular Elements ---------*/
/*--------------------------------------*/

p {
  font-family: "Georgia", "Times New Roman", serif;
  font-size: 12pt;
}
 
p.indent {
  font-family: "Georgia", "Times New Roman", serif;
}

p.indentb {
 font-family: "Georgia", "Times New Roman", serif;
}

/*------------------------------------*/
/*---------- Basic elements ----------*/
/*------------------------------------*/

table {
  margin-left: auto;
  margin-right: auto;
  background-color: white;
  padding: 2%;
  border-spacing: 4px;
  width: 90%;
}

td.six {
  width: 6%;
}

tr.top {
  vertical-align: top;
}

/* =====================================*/

/* =====================================*/
/* Adjustments for Mobile Devices       */
/* =====================================*/

