.header-top{
	background-color: #202022;
	padding: 6px;
}
.align-tems-center{
	align-items: center;
}
.logo-img{
	max-height: 40px;
}
.admin-menu{
	list-style-type: none;
	text-align: right;
	margin: 0px;
}
.admin-menu li{
	display: inline-block;
	margin:0px 5px;
}
.admin-menu a:link{
	color: white;
	text-decoration: none;
}
.admin-menu a:visited{
	color: white;
}
.admin-menu a:hover{
	color: orange;
}
.form-heading{
	text-align: center;
	color: #ef3e1b;
}
.submit-btn{
	height: 50px;
	background-color: #ef3e1b;
	color: white;
	border:none;
}
.submit-btn:active{
	background-color: #ef3e1b;
	color:white;
}
.form-error{
	color: red;
	font-size: 0.9em;
}
.theme-text{
	color: #7cda24;
}
.theme-subtext{
	color: #565656;
}
.stat-box{
	background-color: #7cda24;
	color: white;
	margin:30px;
	font-size: 1.1em;
	padding:3px 0px;
}
.stat-box > p.one{
	font-weight: bold;
	padding-top:20px !important;
}
.stat-box > p{
	text-align: center;
	padding:5px 10px;
}
.stat-box hr{
	padding:0px;
	border-color: #bedf9e;
}
.price{
	font-size: 1em;
}
.price-change-btn{
	border: 1px solid black;
	background-color: #eee;
}
.price-tags{
	margin:25px;
	border:1px solid #ef702a;
}
.price-tags .card-header{
	background-color: #ef702a;
	color:white;
	font-weight: bold;
	font-size: 1.1em;
}
.ads-btn{
	margin:25px;
	background-color: #a2cd7a;
	color:white;
	width: 200px;
	font-weight: bold;
}
.price input{
	max-width:61px;
	border:0px;
	border-bottom: 1px solid #565656;
}
.template-list ul{
	list-style-type: none;
	padding: 0px;
}
.template-list ul a:link{
	font-size: 0.8em;
	color:black;
	text-decoration: none;
	display: block;
	margin:10px 0px;
}
.template-list ul a:visited{
	color:black;
}
.template-list ul a:hover{
	color:orange;
}
.active-template-link:link{
	font-weight: bold;
	color:orange !important;
}
.active-template-link:visited{
	font-weight: bold;
	color:orange !important;
}
.stat-anchor:link{
	display: block;
	transition: transform .2s;
}
.stat-anchor:hover{
	text-decoration: none;
	transform: scale(1.1);
}
.sort-up-btn, .sort-down-btn{
	cursor: pointer;
	color: #bbb;
}
.sort-up-btn:hover, .sort-down-btn:hover{
	color: darkorange !important;
}