.quotes-llama-page-quote {
	float: right;
	width: 68%;
	text-align: left;
	min-height: 1px;
	margin-top: 20px;
}

.quotes-llama-page-quote img  {
	max-width: 150px;
	max-height: 150px;
	object-fit: cover;
	margin-right: 15px;
	margin-bottom: 15px;
	border-radius: 5px;
	box-shadow: 5px 10px 12px 0px rgba(0,0,0,0.75);
	float: left;
}

.quotes-llama-page-container {
	width: 100%;
}

.quotes-llama-page-container,
.quotes-llama-page-fixed-anchor {
	margin: 0;
	display: block;
	top: -35px;
}

.quotes-llama-page-container hr {
	clear: left;
}

.quotes-llama-page-sidebarleft {
	float: left;
	width: 28%;
	text-align: left;
	padding-left: 10px;
	min-height: 1px;
}

.quotes-llama-page-sidebarleft li {
	list-style-type: none;
}

.quotes-llama-page-title,
.quotes-llama-page-navdiv {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 10px;
	text-align: center;
}

.quotes-llama-page-title a button {
	margin-left: 2px;
	margin-bottom: 2px;
}

.quotes-llama-page-previous,
.quotes-llama-page-next {
	text-align: center;
}

.quotes-llama-page-letter {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-top: 10px;
}

.quotes-llama-page-link {
	text-decoration: none;
	word-wrap: break-word;
}

.quotes-llama-page-quotes-form {
	float: none;
	padding: 5px 10px 5px 10px;
	margin-top: 20px;
	margin-bottom: 20px;
	clear: both;
}

.quotes-llama-page-quotesearch {
	max-width: 250px;
}

.sc {
	max-width: 150px;
}

.quotes-llama-page-quotes-form select {
	margin-right: 3px;
	margin-left: 3px;
}

.quotes-llama-page-source {
	display: block;
	text-align: right;
	font-size: small;
	font-style: italic;
}

.quotes-llama-page-author-back {
	float: right;
	padding-left: 3px;
	text-decoration:none;
}

.quotes-llama-page-quotebox {
	padding: 5px;
}

.quotes-llama-inline {
	display: inline-block;
	width: 100%;
	text-align: center;
}

#quotes-llama-page-status-info {
	float: left;
	padding-left: 10px;
}

/*---------------------------------
			RESPONSIVE
----------------------------------*/
@media only screen and (max-width: 800px) {
	.quotes-llama-page-title a button {
		margin: 1px;
		padding: 1px;
		opacity: 1;
	}
}

@media only screen and (max-width: 480px), only screen and (max-device-width: 480px) {
	.quotes-llama-page-container {
		margin-top: 40px;
	}

	.quotes-llama-page-author-back {
		display: none;
	}
}

@media only screen and (max-width: 1920px) {

}

@media only screen and (max-width: 1366px) {
	.quotes-llama-page-quote img {
		max-width: 138px;
		max-height: 138px;
		margin-right: 8px;
		border-radius: 3px;
		box-shadow: 3px 7px 9px 0px rgba(0,0,0,0.60);
	}
}

@media only screen and (max-width: 1080px) {
	.quotes-llama-page-quote img {
		max-width: 115px;
		max-height: 115px;
		margin-right: 14px;
		border-radius: 3px;
		box-shadow: 3px 7px 9px 0px rgba(0,0,0,0.60);
	}
}

@media only screen and (max-width: 768px) {
	.quotes-llama-page-quote img {
		max-width: 90px;
		max-height: 90px;
		margin-right: 13px;
		border-radius: 2px;
		box-shadow: 2px 5px 6px 0px rgba(0,0,0,0.40);
	}
}

@media only screen and (max-width: 360px) {
	.quotes-llama-page-quote img {
		max-width: 65px;
		max-height: 65px;
		margin-right: 12px;
		border-radius: 2px;
		box-shadow: 2px 5px 6px 0px rgba(0,0,0,0.30);
	}
}

@media only screen and (max-width: 240px) {
	.quotes-llama-page-quote img {
		max-width: 45px;
		max-height: 45px;
		margin-right: 11px;
		border-radius: 2px;
		box-shadow: 2px 5px 6px 0px rgba(0,0,0,0.30);
	}
}
