/*
 UoB font standards: https://uob.sharepoint.com/sites/marketing/Toolkit/Forms/AllItems.aspx?id=%2Fsites%2Fmarketing%2FToolkit%2FGuidelines%2FBrand%2FUoB%20guidelines%5FOur%20typography%5FJune%202020%2Epdf&parent=%2Fsites%2Fmarketing%2FToolkit%2FGuidelines%2FBrand&p=true
 */

body {
  font-family: Arial
}

.btn-primary {
  background-color: #b01c2e;
  border-color: #b01c2e;
}

.btn-primary:hover {
  background-color: #891825;
  border-color: #891825;
}

h1 {
  font-family: Rockwell, Sanchez
}

h2 {
  font-size: 1.5rem;
}

legend {
  font-size: 1rem;
}
.hidden {
  display: none;
}
.level2 {
  margin-left: 2em;
}
.level2table{
  /*table-layout: auto;*/
  table-layout: fixed;
  width: 40em;
}
.level2td{
  text-align:left;
  width: 15em;
  vertical-align: middle;
  white-space: nowrap;
}
.level2-long-td{
  text-align:left;
  width: 25em;
  vertical-align: middle;
  white-space: nowrap;
}