section.subsection#anno-doc:hover {
    /* disable highlighting this section on mouseover */
    background-color: inherit;
}

#anno-doc pre {
    background-color: hsl(180, 15%, 23%);
    color: hsl(180, 20%, 96%);
    padding: 1ex;
    border-radius: 4px;
}

#anno-doc h2 {
    margin-top: 30px;
}

#anno-doc h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}

#anno-doc h4 {
    margin-top: 15px;
    margin-bottom: 10px;
}

#anno-doc h2 + h3 {
    margin-top: 0px;
}

#anno-doc table {
    border-spacing: 0;
    border-style: solid;
    border-width: 1px;
    border-color: hsla(180, 15%, 85%, 1);
    border-radius: 2px;
}

#anno-doc table + table {
    margin-top: 15px;
}

#anno-doc table td,
#anno-doc table th {
    padding: 5px 12px;
    border-style: solid;
    border-width: 1px;
    border-color: hsla(180, 15%, 85%, 1);
}

div.sacha-test {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 1008px;
    margin: 24px 0px;
    justify-content: space-between;
}

div.sacha-test button {
    padding: 4px 8px;
    margin: 6px 0px;
    border-radius: 5px;
    background: hsl(180, 10%, 90%);
    color: hsl(180, 10%, 10%);
}

div.sacha-test button:hover {
    background: hsl(180, 10%, 10%);
    color: hsl(180, 10%, 90%);
}

#sacha-test-output {
    background: hsl(180, 10%, 10%);
    width: 1008px;
    height: 600px;
    border-radius: 5px;
    padding: 1em;
}

/*
*:focus {
    outline-color: hsl(180, 100%, 30%);
    outline-width: 3px;
    outline-offset: 5px;
}
*/

article#terms-of-service {
    font-size: 18px;
    width: auto;
    padding: 0 36px;
}

article#terms-of-service a {
    text-decoration: underline;
}

article#terms-of-service h1,
article#terms-of-service h2 {
    color: hsl(180, 30%, 30%);
}

article#terms-of-service h1 {
    font-size: 28px;
    margin: 92px 0px 44px 0px;
    padding: 0;
}

article#terms-of-service h2 {
    font-size: 22px;
    margin: 72px 0px 36px 0px;
}

article#terms-of-service p {
    line-height: 26px;
    padding-bottom: 44px;
}

.user-page {
/*     background-color: magenta; */
}

.user-page #logout {
    text-decoration: underline;
    cursor: pointer;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    padding-left: 26px;
}

.user-page section {
    padding: 0px;
    padding-top: 24px;
}

.user-page table th {
    text-align: left;
    font-weight: 400;
    color: hsla(180, 10%, 50%, 1);
    padding-top: 40px;
}

.user-page table td {
    padding-top: 12px;
}

.user-page table td:nth-child(1) {
    font-weight: 700;
    font-size: 22px;
    color: hsla(180, 30%, 30%, 1);
    text-decoration: underline;
    cursor: pointer;
}

.user-page .share {
    text-decoration: underline;
    cursor: pointer;
}

.user-page .delete {
    text-decoration: underline;
    color: hsla(0, 50%, 50%, 0.8);
    transition: color 0.3s;
    padding-left: 18px;
    cursor: pointer;
}

.user-page .delete:hover {
    color: hsla(0, 80%, 40%, 1.0);
}

.collection-creation label {
    display: block;
    width: 280px;
    padding-bottom: 24px;
}

.collection-creation input {
    display: block;
    border-radius: 5px;
    border: hsl(180, 15%, 30%) 1px solid;
    /*
    line-height: 26px;
    font-size: 18px;
    width: 480px;
    height: 30px;
    */

    cursor: text;
    height: 38px;
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 8px 8px 8px 12px;
    margin-bottom: 16px;
    color: white;
    background-color: hsl(180, 2%, 68%);
    border: none;


}

.collection-creation button {
    font: inherit;
    margin-top: 26px;
    border-radius: 5px;
    padding: 8px;
    width: 280px;
    text-transform: capitalize;
    cursor: pointer;
    transition: background-color 0.3s;
}

.collection-creation button:hover {
    background-color: hsl(180, 2%, 68%);
}

.collection-creation input:focus,
.collection-creation button:focus {
    border-radius: 5px;
}

.collection-creation .message-box {
    width: 100%;
    border-radius: 5px;
    padding: 12px;
    margin-top: 26px;
}

.collection-creation .success {
    background-color: hsl(130, 50%, 80%);
}

.collection-creation .failure {
    background-color: hsl(0, 50%, 80%);
}






/*
     FILE ARCHIVED ON 6:23:53 Oct 4, 2020 AND RETRIEVED FROM THE
     AN OPENWAYBACK INSTANCE ON 7:32:28 Dec 25, 2025.
     JAVASCRIPT APPENDED BY OPENWAYBACK, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
