﻿/*ALIENSOFT'S HELPER CLASSES*/
.scrolltable { overflow: auto; }
.fillparent { width: 100%; height: 100%;}
.fillcell { height: 100%; display: inline-block; }
.marpadreset { margin: 0 !Important; padding: 0 !Important;
    margin-bottom: 0; margin-left: 0; margin-right: 0; margin-top: 0;
    padding-bottom: 0; padding-left: 0; padding-right: 0; padding-top: 0;
}

.shbox {
    -moz-box-shadow: 5px 5px 10px #666666;
    -webkit-box-shadow: 5px 5px 10px #666666;
    box-shadow: 5px 5px 10px #666666;
}

.transit {
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.greattext { font-size: larger; }
.maxitext { font-size: large; }
.megatext { font-size: x-large; }
.gigatext { font-size: xx-large; }

.tinytext { font-size: smaller; }
.minitext { font-size: small; }
.microtext { font-size: x-small; }
.nanotext { font-size: xx-small; }