.asema {
	width: 96px;
}

.puhelin {
	width: 105px;
}

.betonimaara {
	width: 88px;
}

label {
	font-weight: bold;
}

.navbar-brand {
	color: #94fffd !important;
}

.bg-light-gray {
	background-color: #ededed !important;
}

.btn-cyan {
	background-color: #94fffd !important;
	font-weight: bold;
	border: solid 1px;
}

.bg-cyan {
	background-color: cyan !important;
}

.bg-lightCyan {
	background-color: #d6fffe !important;
}

.btn-cyan:hover {
	background-color: cyan !important;
}

.hidden {
	display: none !important;
}

.KoskiColor {
	background-color: LightBlue !important;
}

.OripaaColor {
	background-color: Khaki !important;
}

.statusColor1 {
	background-color: #f9ff99 !important;
}

.statusColor2 {
	background-color: LightGreen !important;
}

.table-hover tbody tr:hover td, .table-hover tbody tr:hover th {
	background-color: #d6fffe;
}

.fa-exclamation {
	color: red !important;
}

.bolded {
	font-weight: 500;
}

nav a:hover {
	color: #94fffd !important;
}

body {
	background-color: #b3b3b3;
}

table {
	text-align: center;
	table-layout: fixed;
	width: 100%;
	word-break: break-word;
}

a {
	color: black;
}

@media all and (max-width:480px) {
	.btn-block-xs-only {
		display: block;
		width: 100%;
	}
	.xs-hidden {
		display: none;
	}
}

@media all and (min-width:481px) {
	.border-3 {
	border-width: 3px !important;
}
	.border-5 {
		border-width: 5px !important;
	}
}

#nav-user {
	color: #94fffd !important;
}

#huomioitava {
	font-weight: bold;
}

#huomioitava::placeholder {
	font-weight: normal;
	background-color: normal;
}