﻿#FeedbackContainer {
	background-color: #f1f1f1;
	min-height: 32px;
	padding-right: 15px;
}

	#FeedbackContainer div.row div.col {
		justify-content: right;
		font-size: 1.5rem;
		padding-top: 5px;
		padding-bottom: 5px;
		display: flex;
	}

	#FeedbackContainer button {
		border: 0;
		cursor: pointer;
	}

		#FeedbackContainer button > * {
			pointer-events: none;
		}

	#FeedbackContainer img {
		width: 3rem;
		border: 3px solid #fff;
		border-radius: 50%;
	}

	#FeedbackContainer span {
		padding-top: 6px;
	}