#metaline {
    font-size: 75%;
    color: #DFDFDF;
    line-height: 75%;
    margin: 0;
}
#metaline span:first-child {
    color: #000;
}
#metaline > a {
    padding-left: 2em;
    text-decoration: none;
}

h2 {
    color: #005239;
}

a {
    text-decoration: none;
    color: #966C03;
}

a:hover {
    text-decoration: underline;
    color: #b78403;
}

li.spacing {
    line-height: 25%;
}

.btn {
    border: 2px solid #005239;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    padding: 12px 0px;
    outline: none;
    background-color: white;
    color: black;
    cursor: pointer;
    transition-duration: 0.4s;
    border-radius: 4px;
    font-size: 16px;
    margin: 4px 2px;
    width: 200px;
    height: 48px;
    line-height: normal;
}

.btn:hover,
.btn:focus {
    background-color: #005239;
    color: white;
}

/* ----------------------- */
/* Mobile responsive rules */
/* ----------------------- */
@media only screen and (max-width : 600px),
 (min-device-width: 600px) and (max-device-width: 1024px)  {
    td, tr { display: block; }
    thead tr {
      position: absolute;
      top: -9999px;
      left: -9999px;
    }
    tr { border: 1px solid #000000; }
    tr + tr { margin-top: 1.5em; }
    td {
      border: 1px solid #000000;
      border-bottom: 1px solid #000000;
      position: relative;
      background-color: #FFFFFF;
      text-align: left;
    }
    table thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }
    td:before {
      content: attr(data-label);
      display: inline-block;
      line-height: 1.5;
      margin-left: -100%;
      width: 100%;
      white-space: nowrap;
      text-align: left;
    }
    .alignleft {
        visibility: hidden;
    }
    .alignright {
        visibility: hidden;
    }
}
table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}
.responsive {
    max-width: 100%;
    height: auto;