
body {
    background-color: #353535;
    color: white;
    padding: 0;
    margin: 0;
}

#container {
    background-color: #272727;
    width: 60%;
    margin: 20px auto;
    padding: 20px;
    box-sizing: border-box;
    box-shadow: 0px 0px 8px #131313;
    border-radius: 8px;
}

h1, .title {
    margin: 0;
    text-align: center;
}

hr {
    border-color: #ff6a00;
    margin: 15px 0;
}

.side-by-side {
    display: flex;
}

#main-picture {
    text-align: center;
}

.forty {
    width: 40%;
}

.fifty {
    width: 50%;
}

.sixty {
    width: 60%;
}

#main-picture img {
    width: 80%;
}

.book-cover img {
    width: 50% !important;
}

.qa {
    padding: 0;
}

.qa li {
    margin: 5px 0 5px 10%;
}

a:link, a:visited {
    color: inherit;
    text-decoration: none;
    font-style: italic;
}

a:hover {
    text-decoration: underline;
}

.no-italic {
    font-style: normal !important;
}

textarea, input, button, .button {
    background-color: rgba(0, 0, 0, 0);
    border: 2px solid #ff6a00;
    border-radius: 2px;
    color: white;
    padding: 4px;
    font-family: monospace;
    max-width: 100%;
}

textarea:focus, input:focus {
    outline: none;
}

table.bd, table.bd td, table.bd th {
    border: 1px solid white;
    border-collapse: collapse;
}

td, th {
    padding: 6px;
}

button, .button {
    padding: 4px 20px;
    font-weight: bold;
    cursor: pointer;
}

#footer-text {
    text-align: center;
    display: inline-block;
    width: 100%;
}

code {
    display: block;
    padding: 15px;
    font-family: monospace;
    background-color: #181818;
    border-radius: 4px;
    box-shadow: 0px 0px 4px #131313;
    overflow-x: scroll;
}

.tenproc-left {
    margin-left: 10%;
}

.strike {
    text-decoration: line-through;
}
