body {
    width:800px;
    margin:0 auto;
    font-family:'Arial', sans-serif;
    line-height:1.2
}

table {
    width: 50%;
    border-collapse: collapse;
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
}

caption {
    font-size: 12px;
    text-align: left;
    margin-bottom: 8px;
}

th, td {
    font-size: 13px;
    width: 50%;
    text-align: left;
    padding: 4px;
    border: 0px solid #ddd;
}

.figure {
    text-align: center;
    margin: 20px auto;
    width: 80%;
}

.figure img {
    width: 100%;
    height: auto;
    display: block;
}

.figure figcaption {
    text-align: left;
    margin-top: 3px;
    font-size: 12px;
}
