/** GLOBAL **/
.pk-chat-view .chat-input .input-field {margin:0;}
.pk-chat-view .pk-list_item__primary a {text-decoration: underline;color:#2196F3;}

.pk-chat-view .chat-input textarea {resize:none;outline:0;padding-left:10px;border-color:#666;}


/** FRONT **/
.public-chat-live .card-header {padding:16px;padding-top:12px;}
.public-chat-live .chat-header-text__primary {font-weight:bold;color:#FFFF;}
.public-chat-live .chat-header-text__secondary {font-size:14px;}

.pk-chat-view .chat-input textarea:focus {border-color:#2196F3;border-radius:0;}

.public-chat-live .tabs.tabs-transparent .tab a.active
{
	background-color:#FFF;
	color:#2196F3;
}

.public-chat-live .tabs.tabs-transparent .tab a:hover
{
	background-color:#FFF;
	opacity:.5;
	color:#2196F3;
}