:root {
    color-scheme: normal;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Source Sans Pro';
    color: #333;
}

h1 {
    font-size: 1.5em;
    padding-bottom: .3em;
    border-bottom: 1px solid #eaecef;
    margin-top: 0;
    margin-bottom: 16px;
    font-weight: 600;
    line-height: 1.25;
}

.divTable {
    display: table;
}
.divTableBody {
    display: table-row-group;
}
.divTableRow {
    display: table-row;
}
.divTableCell {
    display: table-cell;
    padding: 5px 10px;
    vertical-align: middle;
}

.swatch {
    width: 120px;
    height: 30px;
    /* background-color: #000; */
    border-radius: 3px;
    display: inline-block;
}
.pattern {
    background-size: 150px;
    background-repeat: repeat;
}
.outline {
    border: 0.5px solid #ccc;
    box-sizing: border-box;
}

.bold { font-weight: 600; }
.smaller { font-size: smaller; }

.left { text-align: left; }
.right { text-align: right; }
.center { text-align: center; }
