.box {
    line-height: 1.666;
    background-color: #fcfcfc;
    border: 1px solid #eeeeee;
    border-bottom-color: #d1d1d1;
    border-radius: 4px;
    max-width: 100%;
    height: auto;
    display: block;
    padding: 10px;
    margin: 10px 0 20px !important;
}

table, td, th {
    border-collapse: collapse;
    border-color: #6299c5;
    border-style: solid;
}

table {
    border-width: 1px;
    font-size: 13px;
    margin: 2em 0;
    overflow-x: auto;
    width: 100%;
}

td, th {
    border-width: 0 1px 1px 0;
    line-height: 1.5;
    padding: 1em;
    text-align: left;
    border-color: #6299c5;
}

.token.comment {
    color: #8c9296;
}

.token.property {
    color: #8454ff;
}

