a, a:hover, a:focus {
	color: #8B1B2C;
}
.bg-primary {
	background-color: #8B1B2C !important;
}

.transcript-interface {
	width: 50%
}

@media (max-width: 767px) {
  .transcript-interface {
		width: 100%
	}
}

.clear-conversation a, .clear-conversation a:hover, .clear-conversation a:focus {
	color: #4f4f4f;
}