body {
    background: #7B92BD;
    margin: auto;
    max-width: 900px;
    font-size: 105%;
    font-family: helvetica;
}

section {
    background: #DBD3C0; 
    padding: 1px 30px 30px;
    border: solid;
    border-top: none;
    border-color: white;
}

footer {
    color: white;
}

.sub {
    border: solid;
    border-color: white;
}

.subbutton {
    margin: 0 20px 0 20px;
    border-radius: 15px;
    border: outset;
    border-color: white;
}

.subbutton:hover {
    border-color: grey;
    background: #BDB6A5; 
}

.subbutton:hover img {
    opacity: 0.7;
}

.tablerefsheet {
  text-align: center;
  border-collapse: collapse;
}

.tablerefsheet td {
  border: 1px solid black;
}

.imagerow {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.secretlink {
    color: inherit;
    text-decoration: inherit;
    margin: 0;
}

.banner {
    width: 100%;
    height: 100%;
}

.junklist {
    text-align: left;
    border-collapse: collapse;
    border: 1px solid black;
}

.junklist td {
    border-bottom: 1px solid grey;
    background-color: #EAE4D9;
}