@font-face {
  font-family: 'Apple Chancery';
  src: url('../fonts/Apple Chancery.ttf') format('truetype') /* Safari, Android, iOS. */   
}

html {
    position: relative;
    min-height: 100%;
}

table {
    width: 100% !important;
    height: 100% !important;
    border-collapse: collapse;
    font-family: 'Apple Chancery', Verdana, 'Times New Roman', Times, serif;
    font-size: 1.2em;
    color: #333;
}

table, th, td {
    border: none;
}

td.caption {
    padding-top: 1.5em;
    text-transform: uppercase;
    font-weight: bold;
}

td.desc {
    padding: 0.3em 1em;
    text-align: left;
}

td.price {
    padding: 0.3em 1em;
    text-align: right;
    vertical-align: bottom;
    white-space: nowrap;
}

td.error {
    padding-top: 1.5em;
    text-align: center;
}
