﻿.navbar {
	position: fixed;
	top: 0;
	width: 100%;
}

.btn-primary:visited {
	background-color: #60397C;
}

.btn-primary {
	border-color: #60397C;
	background-color: #60397C;
}

	.btn-primary:hover {
		border-color: #78479C;
		background-color: #78479C;
	}

.appLink {
	color: white;
	border-radius: 1px;
	margin-bottom: 20px;
}

tr.noBorder td {
	border: 0;
}

body {
	margin: 0;
}

.topnav #myLinks {
	display: none;
}

@media screen and (max-width: 600px) {
	#title_message {
		display: none;
	}
}

.nav-link:hover {
	background-color: #78479C;
}

.badge {
	display: inline-block;
	padding: 0.25em 0.5em;
	margin-left: 0.5rem;
	font-size: 75%;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: 0.25rem;
	font-style: italic;
}

.secondary {
	background-color: #FDEBB9;
	color: black;
}

.text-left {
	text-align: left;
}

a:not(.appLink) {
	color: #8837EF;
}

a:hover:not(.appLink) {
	text-decoration: underline;
	cursor: pointer;
}

a:visited:not(.appLink) {
	color: #6957BE;
}

#google_translate_element a:visited {
	color: #000 !important;
	text-decoration: none !important;
}