.tablesaw {
    border: 1px solid #A2A3AC;
}

@media (max-width: 600px) {
    .tablesaw-cell-label {
        width: 100%;
        max-width: 100%;
    }

    .tablesaw-cell-label p {
        margin-bottom: 0.35417em;
    }

    .tablesaw-cell-content {
        width: 100%;
        max-width: 100%;
    }
}

@media (max-width: 70em) {

    tbody {
        border-top: 1px solid #A2A3AC;
    }

    tbody td p img {
        float: left;
        margin: 0 20px 20px 0;
    }
}