body{margin:0;}
.initChat{padding: 0 20px; width:80%; }
.initChat > form > section > ul{ margin:0; padding:0; list-style-type: none;}
.initChat > form > section > ul > li{ margin:0; padding:0; list-style-type: none; margin-top: 10px; }
.initChat > form > section > ul > li label{ font-size:0.8em; }
.initChat > form > section > ul > li input{ height: 30px; background: transparent; padding:0; margin:0; box-shadow: 0 0 3px #8e8e8e; border:0; text-indent: 10px; width:100%; }
.initChat > form > section > ul > li input[type=button],
.initChat > form > section > ul > li input[type=submit]{ width: 100px; background-color:#00B4F1;  color: #fff; margin-top: 10px; text-indent: 0; }
.initChat > form > section > ul > li input[type=button]:hover,
.initChat > form > section > ul > li input[type=submit]:hover{background-color:#00B4F1; box-shadow:0 0 5px #888;}
.initChat > form > section > ul > li textarea{ height: 60px; background: transparent; padding:0 10px; margin:0; box-shadow: 0 0 3px #8e8e8e; border:0; width: calc(100% - 20px); resize: none; }
.initChat > form > section > ul > li .nice-select{ height: 30px; line-height: 30px; border:0; box-shadow:0 0 3px #8e8e8e; width: 100%; }
.initChat > form > section > ul > li .nice-select .option{ height: 30px; line-height:30px; min-height: 30px; }
.initChat > form > section > ul > li.SB{ height:50px; }
.initChat > form > section > ul > li .nice-select.errFld { box-shadow: 0 0 3px #FF0000;}
.initChat > form > section > ul > li input.errFld { box-shadow: 0 0 3px #FF0000;}