.btn-topform {
	width: 100%;
}

.topform-container {
	padding-right: 0px;
	--bs-gutter-x: 0;
	align-content: flex-start;
}

.filter-title-image {
	width: 48px;
	height: 48px;
}

a.btn:not([href]),
a.btn:not([href]):hover {
	color: #ffffff;
}

.share-button-float{
	position: relative;
	right:10px;
	top: 10px;
}

.share-button-float-icon {
	padding: 10px;
}

#side-ad-wrapper{
	display: none;
	position:fixed;
	right:10px;
	top: 100px;
	width: 150px;
}

.navbar-brand {
	font-size: 2.0rem;
}

.navbar-light .navbar-brand {
}

.navbar-img {
	max-width: 50px;
	max-height: 50px;
}
.logout-buttons {
	display: none;
}
.navbar-btn {
	white-space: nowrap;
	min-width: 250px;
	width: fit-content;
}
.navbar-btn p {
	display: inline-block;
	margin: 0px;
	pointer-events: none;
}


.social-button {
	width: 24%;
	min-width: 150px;
}

.link-gray {
	color: #333333;
}

/* not used but can show a gallery <ul> of user uploads*/
#image-list-container {
	/* display: none; */
}
#image-list {
	list-style:none;
	margin:0;
	padding:0;
}
#image-list li {
	background: #fff;
	border: 1px solid #ccc;
	text-align:center;
	padding:5px;
	width: 90px;
	display: inline-block;
	height: 75px;
	cursor: pointer;
	box-shadow: 0 3px 3px rgba(0, 0, 0, .2);
	margin: 5px;
}
#image-list li img {
	vertical-align: middle;
	border:1px solid #474747;
	width: 100%;
	height: 100%;
	overflow: hidden;
}


#filter-keyword-list {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#filter-keyword-list li {
	background-color: #e9ecef;
	color: #212529;
	border: 1px solid #dee2e6;
	cursor: pointer;
}
#filter-keyword-list li:hover {
	background-color: #ced4da;
}

#user-login-info {
	display: none;
}

#verify-email {
	display: none;
}

@media (min-width: 1100px) {
	#side-ad-wrapper{
		display: block;
		width: 150px;
	}
}
@media (min-width: 900px) {
	.share-button-float {
		display: block;
		float: right;
		position:fixed;
		width: 100px;
	}
}