#botario {
	font-family: 'Roboto', sans-serif;
}
/* HEADER */
#botario-chat-window .chat-window-head .chat-window-title-center {
	font-weight: 500;
}

#botario .chat-window-head {
	font-size: 15px;
}

/* BODY */
#botario #botario-chat-window #chat-window-content #chat-window-messages .chat-left .chat-body .chat-content, #botario #botario-chat-window #chat-window-content #chat-window-messages .chat-left .chat-body .chat-content p {
    line-height: 20px !important;
    font-size: 14px !important;
    margin-bottom: 12px;
}
#botario a {
	color: #e94c3b !important;
	text-decoration: underline !important;
}

#botario #chat-window-messages .chat-left .chat-content>a, #botario a {
	color: #e94c3b !important;
	text-decoration: underline !important;
}

#botario ul {
	line-height: 20px !important;
	font-size: 14px !important;
}

#botario #botario-chat-window #chat-window-content .chat-message-buttons .chat-button {
    border-radius: 4px;
    font-size: 14px;
	font-weight: 700;
	width: inherit;
	margin-right: 15px;
	margin-bottom:15px;
}

#botario-chat-window #chat-window-content .chat-message-buttons {
	text-align: center;
	/*margin-top: 20px;*/
}

#botario-chat-window #chat-window-content .chat-message-buttons .chat-button:hover {
	background-color: #000;
	color: #fff;
}

button {
	cursor: pointer;
}

#botario #chat-window-messages .chat-button, #botario #chat-window-messages .chat-button-event, #botario #chat-window-rating button {
	margin-bottom: 10px;
}