﻿#FeedbackContainer {
	background-color: #eeeef2;
	min-height: 32px;
}

	#FeedbackContainer div.row div.col {
		justify-content: right;
		font-size: 1.5rem;
		padding-top: 5px;
		padding-bottom: 5px;
		display: flex;
	}

	#FeedbackContainer button {
		border-radius: 6px;
		padding-right: 15px;
		border-color: #1D6FB7;
		background-color: #FFF;
		font-family: sans-serif;
		font-size: 1.2rem;
		display: flex;
		align-items: center;
		width: 90px;
		cursor: pointer;
		margin-left: 10px;
	}

		#FeedbackContainer button > * {
			pointer-events: none;
		}

	#FeedbackContainer img {
		width: 30px;
		height: auto;
		vertical-align: middle;
		margin-right: 8px;
	}