@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@300;600;900&display=swap');
body {
  font-family: 'Source Sans Pro',sans-serif;
}
a, a.nav-link, button.nav-link {
  color: #cc7003;
  text-decoration: none;
}
a:hover, a.nav-link:hover, button.nav-link:hover {
  color: #0F264F;
  text-decoration: none;
}
#main-container {
  min-height: 100vh;
}
#left-bar {
  min-height: 80vh;
  background-color: #aaa;
}
#main-content {
  min-height: 80vh;
}
#footer {
  text-align: center;
  background-color: #0F264F;
  color: #fff;
  padding: 15px;
  font-weight: bold;
  margin-top: 20px;
}
#footer a {
  color: #fff;
}
#header-right h1 {
  text-align: right;
  margin-top: 20px;
}
.big-button {
  padding: 20px;
  background-color: #ddd;
  border-radius: 30px;
  text-align: center;
}
.mtop-100 {
  margin-top: 100px;
}
.mtop-50 {
  margin-top: 50px;
}
.ptop-100 {
  padding-top: 100px;
}
#main-content h2 {
  margin: 20px 0;
}
p.info {
  margin-top: 20px;
  color: #0F264F;
}
span.bold {
  font-weight: bold;
}
.btn-primary {
  background-color: #cc7003;
  border-color: #cc7003;
}
button.nav-link {
  font-size: 14px;
}
.result {
  border: 2px solid #cc7003;
  padding: 5px;
  color: #0F264F;
}

#iminfotable td{
  font-size: 14px;
}

#nav-intro {
  padding: 0 45px;
}

#logo h1 {
  text-align: right;
}

ul#nav {
  padding-left: 0;
}

ul#nav>li {
  list-style: none;
}

.navigation {
  border-right: 1px solid #ccc;
}

.accordion-item {
  border: none;
}

.accordion-button:not(.collapsed), .accordion-button {
  color: #cc7003;
}

.accordion-button:focus {
  box-shadow: none;
}

.box {
  border: 1px solid #cc7003;
  padding: 5px;
}

span.head {
    font-weight: bold;
    color: #cc7003;
}

span.nohead {
    color: #cc7003;
}

.qsg h4, .qsg h5 {
    color: #cc7003;
}

td.note {
    text-align: center;
    font-style: italic;
}

th {
    color: #cc7003;
}

.qsg th {
    font-weight: normal;
}

ul.check {
    list-style: none;
}

ul.check li:before {
    content: '✓';
}