.caption {
    text-align: center;
    font-weight: bolder;
    font-size: smaller;
}

.figure {
    text-align: center;
}

.figure img {
    max-height: 200px;
    max-width: 300px;
}

table, td, th {
    border: 1px solid black;
    border-collapse: collapse;
}

td {
    vertical-align: bottom;
}

th {
    vertical-align: top;
}

.in {
    min-width: 175px;
}

.out {
    min-width: 165px;
}

.spice div {
    width: 100%;
    max-height: 250px;
    margin: 0;
    padding: 0;
    overflow: auto;
}
