/* CSS Document */

.mouse { cursor:hand; cursor:pointer; }

.offscreen { position:absolute; top:-9999px; left:-9999px; }
.table { display:table; }
.tablerow { display:table-row; }
.cell { display:table-cell; }

/* Snaps
================================================== */
.snap { position:absolute; top:0; right:0; bottom:0; left:0; }
.snaptop { position:absolute; top:0; right:0; left:0; }
.snapright { position:absolute; top:0; right:0; bottom:0; }
.snapbottom { position:absolute; right:0; bottom:0; left:0; }
.snapleft { position:absolute; top:0; bottom:0; left:0; }
.snapmiddle { position:absolute; top:0; bottom:0; }

.item_snippet {
    all: unset;
    display: block;
}

/* unset all children of item snippet */
.item_snippet * {
    all: unset;
    display: unset;
}