*:not(input):not(textarea) {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-touch-callout: none;
    -webkit-user-select: none;  
    -moz-user-select: none;     
    -ms-user-select: none;      
    user-select: none; 
}

@-ms-viewport {
  width: device-width;
}

::-webkit-scrollbar { 
    display: none; 
}

html 
{
    width:100%;
    height:100%;
    overflow: hidden;
}

body {
    -webkit-touch-callout: none;                /* prevent callout to copy image, etc when tap to hold */
    -webkit-text-size-adjust: none;             /* prevent webkit from resizing text to fit */
    -webkit-user-select: none;                  /* prevent copy paste, to allow, change 'none' to 'text' */
    font-size:12px;
    height:100%;
    margin:0;
    padding:0;
    width:100%;
    background-color: #151515;
    overflow: hidden;
    position: relative;
    background-size: 100% 100%;
}

TD,P,DIV,BODY
{
	font-family: slMain;
	font-size: 14px;
	color: white;
    border-radius:0;
}

INPUT,TEXTAREA,SELECT,OPTION
{
	font-family: slMain;
	font-size: 14px;
	color: white;
    border-radius:0;
    border: 1px solid #656565;
    background-color: #2D2D2D;
}

input
{
    -webkit-appearance: none;
}

input[type=checkbox]
{
    display: none;
}

P, FORM
{
    margin:0;
}

IMG
{
    border:0;
    margin:0;
    padding:0;
}

.block
{
    display: block;
}

.padding10
{
    padding: 10px;
}

.black
{
    color: Black;
}

.centeralign
{
    text-align: center;
}

.rightalign
{
    text-align: right;
}

.smiley 
{
    vertical-align: middle;
}

.main {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
