﻿.jk-rating-stars-container .button {
	cursor: pointer
}

	.jk-rating-stars-container .button .material-icons {
		font-size: 30px
	}

.jk-rating-stars-container .star-button {
	text-shadow: .06em .04em #000
}

	.jk-rating-stars-container .star-button.star-on .material-icons {
		color: #ee9a00
	}

	.jk-rating-stars-container .star-button.star-off .material-icons {
		color: #ddd
	}


.sub-text {
	text-transform: none !important;
	color: #686868 !important;
}

	.sub-text > strong {
		color: black !important;
	}

.chats li.in .message {
	border-left: 2px solid #3B3F51;
}

	.chats li.in .message .arrow {
		border-right: 8px solid #3B3F51;
	}
