.logo {
	width: 100px;
	height: 45px;
	border-radius: 5px;
}
.carousel {
	position: relative;
	width: 100%;
}
.card-inner.home-image img {
	border-radius: 8px;
	height: 120px;
	width: 100% !important;
}
.card .card-inner {
	background-color: var(--dark-gray);
	margin: 2px;
	padding: 5px;
	border-radius: 8px;
	height: auto;
}
.card-inner-proxy {
	padding: 0.5em 0em 0.5em 0em !important;
	height: 250px !important;
	overflow: auto;
}
.siteimage {
	width: 75px;
	height: 40px;
}
.disabled {
	cursor: not-allowed;
	opacity: 0.5;
}