body {
	font-family: Tahoma, Segoe, sans-serif !important;
}

.navbar {
	box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

.navbar-brand {
	width: 240px;
	font-size: 1em;
	line-height: 1;
}
.navbar-text-lg {
	color: white !important;
	font-size: 150%;
}

.navbar-dark.bg-dark {
	background: #02024e !important;
	border-bottom-left-radius: 6px !important;
	border-bottom-right-radius: 6px !important;
}

.outputbox {
	box-shadow: 0 2px 8px rgba(0,0,0,0.25);
	background-color: white;
	margin-top: 1rem;
	margin-bottom: 1rem;
	padding: 1.5em;
}

h2 {
	border: none;
	border-top: 3px solid #02024e;
	padding: 0.25em 0 0 0;
	opacity: 1;
}

@keyframes pulse {
0% {
opacity: 1; }
50% {
opacity: 1; }
75% {
opacity: 0; }
100% {
opacity: 1; } }
@-webkit-keyframes pulse {
0% {
opacity: 1; }
50% {
opacity: 1; }
75% {
opacity: 0; }
100% {
opacity: 1; } }
.pulse {
-webkit-animation: pulse 2s linear infinite;
-moz-animation: pulse 2s linear infinite;
animation: pulse 2s linear infinite;
}
