/*html {*/
    /*margin: 0px;*/
    /*padding: 0px;*/
    /*height: 100%;*/
/*}*/

/*body {*/
    /*height: 100%;*/
    /*overflow-y: auto;*/

    /*-webkit-touch-callout: none;*/
    /*-webkit-user-select: none;*/
    /*-khtml-user-select: none;*/
    /*-moz-user-select: -moz-none;*/
    /*-ms-user-select: none;*/
    /*user-select: none;*/

    /*pointer-events: none;*/

    /*background-color: hsl(0, 0%, 10%); !*hsl(195, 100%, 35%);*!*/

    /*-webkit-tap-highlight-color: rgba(0,0,0,0);*/
/*}*/

/*body, p, div, table, tr, td, ul, li, textarea, input {*/
    /*font-family: "StandardFontRegular", "Arial", sans-serif;*/
    /*-webkit-font-smoothing: antialiased;*/
    /*-moz-osx-font-smoothing: grayscale;*/
    /*color: hsl(0, 0%, 100%);*/
    /*font-size: 15pt;*/
    /*font-style: normal;*/
    /*font-weight: normal;*/
    /*line-height: 100%;*/
    /*margin: 0px;*/
    /*padding: 0px;*/
/*}*/

/*p, div, table, tr, td, ul {*/
    /*position: relative;*/
/*}*/

/*div, p, img {*/
    /*box-sizing: border-box;*/
/*}*/

/*table {*/
    /*border-collapse: collapse;*/
/*}*/

/*td {*/
    /*vertical-align: top;*/
/*}*/

/*svg {*/
    /*pointer-events: none;*/
/*}*/



/*CSS NOTES:*/

/*LINE HEIGHT = CONTAINER HEIGHT FOR CENTERING VERTICALLY, FOR ONE LINE*/

