/*!
 * Start Bootstrap - Scrolling Nav (https://startbootstrap.com/templates/scrolling-nav)
 * Copyright 2013-2020 Start Bootstrap
 * Licensed under MIT (https://github.com/StartBootstrap/startbootstrap-scrolling-nav/blob/master/LICENSE)
 */
header {
  padding-top: 100px;
  padding-right: 10px;
  padding-bottom: 30px;
  padding-left: 10px;
}

h1 {
  padding-top: 10px;
  padding-bottom: 10px;
}

section {
  padding-top: 30px;
  padding-right: 10px;
  padding-bottom: 30px;
  padding-left: 10px;
}

table#t02 {
    width: 100%;
    border: 1px solid black;
    border-collapse: collapse;
    text-align: left;
}

table#t02 th {
    border: 1px solid black;
    font-weight: bold;
    padding: 1px;
} 
table#t02 td {
    border: 1px solid black;
    padding: 1px;
    line-height:100%;
}

h3 {
    font-size: 150%;
}

h4 {
    font-size: 110%;
    font-weight: bold;
}