/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

/* {display:none};*/

/* #header{display:none};
#underchat{display:none};


#chattext{display: block; position: fixed; left:20px; top: 20px; right: 20px; bottom: 20px; font-size: 12px; line-height: 20px; color: #000; background: #fff;};
*/

#header{display:none;}
#underchat{display:none; opacity: 0;}
#chattext{
	left: 0px;
    width: 100%;
    position: fixed;
    overflow: visible;
    top: 0px;
}
#iscrollviewport{overflow:visible;}
body{overflow:visible;}