table {
	table-layout: fixed;
}

.cool-space-font {
	font-family: Monospace;
}

.navbar-brand {
	margin-left: 25px;
}

.brand-logo {
	padding-bottom: 0.8vw; /* adjust to view-port */
}

.brand-text {
	font-size: 2.5vw;
	color: turquoise;
	margin: 2%;
}

.nav-text {
	margin-right: 25px;
}

.page-title {
	margin-top: 20px;
}

.page-content {
	padding-top: 12px;
	padding-bottom: 12px;	
}

.form-label {
	margin-top: 8px;
}

.form-range {

}

.form-range::-webkit-slider-thumb { /* increase button size to accommodate mobile */
    width: 40px;
	height: 20px;
	background-color: turquoise;
}

.form-check-input:checked {
	background-color: turquoise;
	border-color: turquoise;
}

.setup-link {
	color: inherit; /* get the original color of the text */
	text-decoration: none;
}

.setup-link:hover {
	text-decoration: underline;
}

.next-btn {
	width: 75%;
	margin-bottom: 50px; /* frees up screen to press button on mobile */
}

.back-btn {

}

#filter-aug {
	width: 100%;
}

#finish-aug {
	width: 100%;
}
#setup-name {
	width: 90%;
}

.ship-img {
	max-width: 100%;
}

.key {
	color: #9fa1a0;
}

.uncommon {
	color: #14c71d;
}

.rare {
	color: #2566cf;
}

.exotic {
	color: #e68209;
}

.exalted {
	color: #e65c85;
}

.legendary {
	color: cyan;
}

.good {
	color: #00b652;
}

.bad {
	color: #c9281c;
}

.beam {
	color: #ff00ff;
}

.energy {
	color: #7d45af;
}

.heat {
	color: #ffaf00;
}

.physical {
	color: #389ff1;
}

.radiation {
	color: white;
}

.surgical {
	color: #43eae0;
}

.mining {
	color: #90ee92;
}

.transfer {
	color: #293fff;
}