#pChat { width: 250px;position: fixed;bottom: 0;right: 40px; }
#pChat > header { padding: 0.9rem;color: #f8f8f8;background:#333;cursor:pointer; }
#pChat > header > .fa-times { float: right; }
#pChatBody { display:block;cursor:default;text-decoration: none; }
#pChatBody > section { padding: 0.9rem;background:white; }
#pChatPicture { margin-bottom: 0.9rem;text-align:center; }
.pchat-entry { background:#f8f8f8;margin-bottom:0.9rem;padding: 0.9rem; }
#pChatBody > footer { background: white; }
#pChatBody > footer > input { display: inline-block;width: 198px;border: 0px;box-shadow:none;margin-bottom: 0;background:transparent;color:#333; }
#pChatBody > footer > .fa { display: inline-block;cursor:pointer;padding-right: 0.9rem;font-size:1.5rem;float: right;color:#333; }
