html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.btn-primary {
    color: white;
    font-weight: bold;
    background-color: #A0B100;
    border-color: #A0B100;
    min-width: 180px;
    text-align: center;
}
.jcolor {
    background-color: #258244
}
.jcolor1 {
    background-color: #A0B100
}

.jcontainer {
    width: 800px;
    white-space: nowrap;
}

.jcolumn {
    vertical-align: top;
    display: inline-block;
    width: 50%;
}

.card-body-colour {
    background-color: white
}

.jpafooter {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1rem;
    text-align: right;
}

th, td {
    padding-left: 5px;
}
.h4 {
    color: white
}

.jlink {
    color: #258244;
}

.fixed-btn-150 {
    width: 150px;
    display: inline-block;
    text-align: center; /* keeps text centered */
}

a.focus-btn {
    position: absolute;
    right: 0;
    top: 0;
    background: #A0B100;
    color: #ffffff;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    padding: 8px 25px 12px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 13px;
    z-index: 99;
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

.padding-left-10 {
    padding-left: 10px
}
.padding-left-20 {
    padding-left: 20px
}

.padding-allround-5 {
    padding: 5px
}

.padding-top-10 {
    padding-top: 10px
}

.padding-top-40 {
    padding-top: 40px
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

nav {
    font-size: 1.0em;    
}

