body {
    padding: 20px;
    background-color: #f1f1f1!important;
    color: #222831;
    background: linear-gradient(45deg,transparent 14%, #c1c1ba 15%, #c1c1ba 20%, transparent 21%, transparent 79%, #c1c1ba  80%, #c1c1ba 85%, transparent 86%),linear-gradient(135deg,transparent 14%, #c1c1ba 15%, #c1c1ba 20%, transparent 21%, transparent 79%, #c1c1ba  80%, #c1c1ba 85%, transparent 86%), radial-gradient(transparent 14%, #c1c1ba 15%, #c1c1ba 25%, transparent 26%);
    background-size: 1em 1em;
    background-color: #eeecec;
    opacity: 100%;
}

/* Create two unequal columns that floats next to each other */
/* Left column */
.leftcolumn {
    float: left;
    width: 100%;
}

/* Right column */
.rightcolumn {
    float: left;
    width: 25%;
    padding-left: 20px;
}

a {
    color: #393E46 !important;
}

/* Add a card effect for articles */
.card {
    background-color: #c6c4c2;
    padding: 20px;
    margin-top: 20px;
    font-weight: 500;
    color: #1D1D35;
    line-height: 1.6;
    font-size: 18px;
}

/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}

/* Footer */
.footer {
    padding: 10px;
    text-align: center;
    background: transparent;
    margin-top: 20px;
    color: #e2d0bd;
}

/* Responsive layout - when the screen is less than 800px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 800px) {
    .leftcolumn, .rightcolumn {
        width: 100%;
        padding: 0;
    }
}

/*Hex Codes: #577267 #8CA196 #C1B1A0*/


.scrollable-div {
    height: 200px;
    overflow-x: scroll;
    background: #abb8c3;
    color: #56423C;
    padding: 20px;
    /*color: #FFC0B7;*/
}

.command {
    /*overflow-x: scroll;*/
    background: #b7b7b7;
    color: #0c0c0c;
    padding: 20px;
    font-weight: 500;
    font-size: 14px;
    width: 70%;
    font-family: "Source Code Pro", serif;
    border: #000000 thin;
    /*color: #FFC0B7;*/
}

textarea {
    overflow-x: scroll;
    color: #32373c;
    background: #abb8c3;
    line-height: 1.3;
}

h6, h5, h4, h3 {
    color: #005b4a;
}

h6 {
    font-style: italic;
    font-weight: 400;
}

b {
    /*color: #E6EFFF;*/
    font-weight: normal;
}

.collapsible {
    background-color: #a88c66;
    cursor: pointer;
    padding: 18px;
    width: 70%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 18px;
    color: #FFFFFF;
    font-weight: 500;
    border-bottom: #C1DFD2 solid 1px;
}

.collapsible:hover {
    background-color: #504538;
}

.collapsible:after {
    content: '\002B';
    color: #C1DFD2;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

.active:after {
    content: "\2212";
}

.content {
    padding: 0 18px;
    display: none;
    overflow: hidden;
    background-color: transparent;
}

.nav-dropdown {
    border: none;
    display: inline-block;
    padding: 12px 16px;
    vertical-align: middle;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    background-color: inherit;
    text-align: center;
    cursor: pointer;
    white-space: nowrap;
}