body {
	margin: 6px;
}

.main-float-div {
}

#main-float-button-left {
}

#main-float-button-right {
}

/* Feed */

.grow-btn {
	transition: scale .15s ease-in-out;
}

.grow-btn:hover {
	transform: scale(1.15);
}

.grow-btn:active {
	transform: scale(0.90);
}

.target-staffer {
	position: absolute;
	right: 75px;
}

.feed-item {
	padding: .75rem 1.25rem;
	margin-bottom: 0.5rem;
	/* border: 1px solid transparent; */
	/* border-radius: .25rem; */
	border: 4px solid;
	background-color: inherit;
	color: inherit;
}

.feed-item-danger {
	border-color: #f5c6cb;
}

.feed-item-warning {
	border-color: #ffeeba;
}

.feed-item-success {
	border-color: #c3e6cb;
}

.feed-item-secondary {
	border-color: #d6d8db;
}

@media (max-width: 991.98px) {
	#main-feed {
		/* padding-top: 48px; */
	}

	.feed-title {
		clear: both;
		padding-top: 8px;
	}

	.header-node {
		padding-bottom: 25px;
	}

	.right-header-node {
		float: none;
	}

	.target-staffer {
		right: 20px;
		top: 45px;
	}
}

/* Tables */

a .dropdown-item .active {
	color: 000;
}

tr img {
	height: auto;
	max-width: min-content;
	width: 100% \9;
}

tbody tr img {
	/* turn it blue (#007bff) */
	filter: invert(37%) sepia(66%) saturate(5449%) hue-rotate(201deg) brightness(104%) contrast(103%);
}

tbody tr img:hover {
	/* hacky underline */
	border-bottom: 1px solid #007bff;
}
