body {
    margin: 0;
    padding: 0;
    color: #999;
    font: normal 12px "Courier New", Courier, "Lucida Sans Typewriter", "Lucida Typewriter";
    text-align: center;
    background-color: #ffffff;
}

.tabs {
    margin:0;
    width:100%;
    display:inline-block;
}
 
.tabs ul {
    margin:0;
    padding:0;
    color: #6D6968;
}

/*----- Tab Links -----*/
/* Clearfix */
 
.tab-links li {
    margin:0;
    float:left;
    width:22%;
    list-style:none;
    text-align: center;
    border: none !important; /* ensure no divider */
}
 
.tab-links a {
     display:inline-block;
     padding:10px 1px;
     width:100%;
     font-size:16px;
     background: none;
     color: #222;
     text-decoration: none;
     border: none !important; /* removes old divider */
     transition: color 0.2s
}
 
.tab-links a:hover {
    color: #222;            /* highlight on hover */
    font-weight: 600;
}

.tabs .tab-links li a {
    color: #6D6968;  
}

li.active a, li.active a:hover{
     color: #333;  
}
 
.tab-links li a.active{
     color: #222;
     font-size:16px;
     text-decoration: underline;
}
 
        
#footer {
    margin-top: 95%;
    margin-bottom: 30px;
    padding-bottom: 10px;
    vertical-align: bottom;
    width: 100%;
    text-align: center;
    color: #3E3535;
    position: absolute;
}

#intro ul {
    list-style-type: none;
}

#indented {
    padding-left: 15pt;
    padding-right: 15pt;
}

a:link, a:visited {
    font-weight: lighter;
    text-align: center;
    text-decoration: none;
    color: #f3f0e0;
}

a:hover {
    font-weight: bolder;
    color: #f3f0e0;
}

.active {
    font-weight: lighter;
    font-size: 14px;
    text-decoration: underline;
    color: #635a52;
    border-bottom: 1px;
}

.darknav {
    color: #635a52;
}

.darknavactive {
    color: #635a52;
}

table {
    padding: 10px;
     
    /**
    margin-left: 5%;
    height: 90%;
     width: 90%; */
    font: normal 12px "Courier New", Courier, "Lucida Sans Typewriter", "Lucida Typewriter";
    color: #6D6968;
    /**background-color: #ccd1ce;**/
}

table tr td {
    text-align: left;
}

.right {
    text-align: right;
}

.left {
    text-align: left;
}

.imageBorder {
    border: 2px solid #6D6968;
}

.leftBorder {
    padding: 30px;
    border-left: 1px solid #6D6968;
    font-size: 12px;
}

#form {
    font: normal 12px "Courier New", Courier, "Lucida Sans Typewriter", "Lucida Typewriter";
    color: #3E3535;
}

#form .row {
    margin-bottom: 10px;
    margin-right: 20px;
    /**background-color: #ccd1ce;;**/
    color: #635a52;
}

#form .label .txt {
    margin-bottom: 3px;
    background-color: #ccd1ce;;
    border: 1px solid #323B2A;
    color: #635a52;
}

#form textarea {
    padding: 15px;
    /**background-color: #ccd1ce;;**/
    border: 1px solid #323B2A;
    width: 300px;
    height: 100px;
    color: #6D6968;
}

#form input {
    /**background-color: #ccd1ce;;**/
    border: 1px solid #323B2A;
    font: normal 14px "Courier New", Courier, "Lucida Sans Typewriter", "Lucida Typewriter";
    color: #6D6968;
}

#form #button {
    background-color: #ccd1ce;;
    border: 1px solid #323B2A;
    font: normal 14px "Tacoma";
    color: #6D6968;
}



.show {
    display:inline;
}
 
.show ul {
    margin:0;
    padding:1px;
    color: #666;
}


.show-links {
  display: flex;
  flex-wrap: nowrap;
  padding: 0;
  gap: 1px;
  margin: 0;
}

.show-links li {
  /*flex: 1 1 auto;  grow to share space equally */
  width: 150px;
  list-style: none;
  color: #8D918D;
  text-align: center;
  margin: 1px;
  padding: 1px 1px;
}
 
.show-links a {
     display:inline-block; 
     padding:1px 1px;
     width:100%;
     border-bottom: 0px solid #8D918D;
     font-size:12px;
     background-color: #ffffff;
     color: #8D918D;
}

li.active a, li.active a:hover{
     color: #8D918D;
}
 
.show-links li a.active{
     color: #8D918D;
     font-size:13px;
     text-decoration: underline;
}