
/* FIXME: Not sure we should be having to do this */
.col {
	margin-top: 20px;
}

a {
  color: rgb(103,147,99);
}

a:hover {
  text-decoration: underline;
}

.sw-admin-button {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 2147483647;
}

.numcell {
	text-align: right !important;
}

/* Tom Select dropdown styling fixes */
.ts-dropdown {
	background-color: #fff !important;
	border: 1px solid rgba(98, 105, 118, 0.16) !important;
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175) !important;
}

.ts-dropdown .option {
	background-color: #fff !important;
	color: #1e293b !important;
}

.ts-dropdown .option:hover,
.ts-dropdown .option.active {
	background-color: #f1f5f9 !important;
	color: #1e293b !important;
}

.ts-dropdown .no-results {
	background-color: #fff !important;
	color: #64748b !important;
	padding: 0.5rem !important;
}