#input {
    height: 45px;
    width: 100%;
    border: white;
    padding-left: 15px;
}

#output {
    font-weight: 600;
    margin: 1% 0;
    word-break: break-word;
}

.content-body li p {
    margin-bottom: 0;
}

button {
    padding: 9px 24px;
    text-align: center;
    margin: 0;
    font-size: 17px;
    color: #fff;
    background-color: #008a00;
    background-image: -o-linear-gradient(#008a00,#004b00);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#008a00),to(#004b00));
    background-image: linear-gradient(#008a00,#004b00); 
    border: 0;
    border-radius: 4px;
    height: 35px;
    font-weight: 600;
    cursor: pointer;
}

button:nth-child(2) {
    background: white;
    color: brown;
    border: 1px solid brown;
    font-weight: 400;
}

h1.toggle {
    background: #501308;
    padding: 9px 15px;
    color: #ffffff;
}

h1.toggle  span {
    cursor: pointer;
}

h2.toggle span {
    display: none;
}

.content-body div {
    padding: 1% 0;
}

.toggle span {
    float: right;
}

table {
    background: #ffffff;
    min-width: 50%;
}

th {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
}

th,
td {
    padding: 8px;
    border: 1px solid #e9e9e9;
}

td {
    color: #8c8a8a;
}

.credit {
    float: right;
    margin: 1% 0;
}

a.mathjs {
    border-bottom: none;
}

@media only screen and (max-width: 600px)  {
    table {
        width: 100%;
    }

    .content-body div {
        overflow-x:auto;
    }
}