.imcger-quote {
	position: relative;
}

.imcger-quote-text {
  transition: 0.5s ease height;
}

.imcger-quote-shadow {
	display: none;
	position: absolute;
	width: 100%;
	bottom: 0px;
	background-image: linear-gradient(var(--quoteshadow1), var(--quoteshadow2) 70%, var(--quoteshadow3)) !important;
}

.imcger-quote-togglebutton {
	cursor: pointer;
	display: none;
	position: relative;
	text-align: center;
	z-index: 1;
	background-color: var(--quotetogglebtn) !important;
}

blockquote cite, .uncited::before {
  position: relative;
  /*z-index: 1;*/
}

.quote-button-down, .quote-button-up {
	position: relative;
	text-align: center;
	font-size: 0.7rem;
}
.quote-button-down::before, .quote-button-up::before {
    font-family: FontAwesome;
	padding-right: 3px;
}
.quote-button-down::before {
	content: "\f13a";
}
.quote-button-up::before {
	content: "\f139";
}