.sheetContainer {
    margin-top: 10px;
    margin-bottom: 10px;
}

.sheetScroller {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
}

td.outline {
    outline: 1px dashed;
}

td.highlight {
    outline: 3px double gold;
}

td.highlight.outline {
    outline: 3px double gold;
}

.excel {
    font-size: 8pt !important;
}