body {
    color: #000;
    font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
    font-size: 14px;
    background: #F7F7F7;
}

table td, table th {
    padding: 5px;
    height: 100%;
    font-size: 14px;
}

h3 {
    font-size: 18px;
}

li {
    padding-top: 5px;
}

.sample {
    max-width: 50em;
    padding: 5px;
    color: black;
}

.sample .label {
    padding: 3px;
    margin: 5px;
    border: solid black 1px;
    color: black;
    background: white;
    position: absolute;
}

.swatch {
    width: 20em;
    height: 15ex;
    float: left;
    border: solid black 1px;
    margin: 5px;
    position: relative;
}

.swatch .label {
    color: black;
    background: white;
    border: solid black 1px;
    padding: 2px;
    margin: 0;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.percent tr th,
.percent tr td {
    width: 3em;
    text-align: right;
}
