html,body{height:100%;}.humanMsg{position:fixed;top:130px;left:25%;width:50%;color:#000;background-color:rgba(255,255,255,0.8);text-align:center;display:none;opacity:0;z-index:100000;border-radius:5px;box-shadow:0 0 24px -5px rgba(77,77,77,1);padding:10px;}.humanMsg p{padding:.3em;display:inline;font-size:20px;font-weight:bold;background-color:#fff;text-shadow:0 0 2px #fff;}.humanMsg p.error{color:#ff1111;}.humanMsg p.success{color:#228B22;}.humanMsg p.warning{color:#FF8C00;}.humanMsg p.info{color:#1E90FF;}.humanMsg a{display:none;}#humanMsgLog{font:normal 10px Helvetica,Arial,Sans-Serif;color:white;position:fixed;bottom:0;left:0;width:100%;max-height:200px;display:none;z-index:10000;}#humanMsgLog p{position:relative;left:50%;width:200px;margin:0;margin-left:-100px;padding:0 10px;line-height:20px;background:#333;text-align:center;white-space:pre;cursor:pointer;}#humanMsgLog p:hover{background:#222;}#humanMsgLog ul{background:#eee url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAARCAIAAACaSvE/AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAE1JREFUeNqEjVEKACAIQ516Ee//5wVNCjIjaB/iY5vC3YkoIgDkVDOjQ5pqLCI3r2bLFzNzyydvM4uKqfJPKN4vyl9LO/7o3/6PhwADAIWkFPjc5eRrAAAAAElFTkSuQmCC) repeat-x;margin:0;padding:0;position:relative;max-height:180px;overflow:auto;display:none;}#humanMsgLog ul li{color:#555;font-size:12px;list-style-type:none;border-bottom:1px solid #ddd;line-height:40px;padding:0 20px;position:relative;overflow:hidden;white-space:pre;}#humanMsgLog ul li:hover{background:#f2f2f2;}#humanMsgLog ul li:first-child{margin-top:1px;}#humanMsgLog ul li .error{color:orangered;}#humanMsgLog ul li .indent{position:absolute;top:0;left:100px;margin-right:200px;height:inherit;}#humanMsgLog ul li.error{background-color:rgba(255,0,0,0.6);}#humanMsgLog ul li.success{background:#CCFB5D;}#humanMsgLog ul li.warning{background:#FFEE88;}#humanMsgLog ul li.info{background:#BDEDFF;}