table.iande-print-table {
    border-collapse: collapse;
    font-size: 14px;
    width: 100%;

    th, td {
        border: 1px solid #CCC;
        padding: 5px;
    }

    th {
        font-weight: bold;
        text-align: left;
    }

    td {
        vertical-align: top;

        &.fillable {
            min-width: 200px;
        }
    }
}
