body {
	background-color:  white;
	padding: 10px;
}

.btn-link {
	width:100% !important;
	text-align:left !important;
	color: black !important;
}

.card-header {
	padding: 2px 10px;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none !important;
  margin: 0 !important;
  display:none !important;
}

input[type="number"] {
    -moz-appearance: textfield;
}

input {
    text-align: right;
}

.calculated {
	color: green;
	font-weight:bold;
}

.error {
	color: red;
	font-weight:bold;
}

.dt {
	color: blue;
	font-weight:bold;
}

.input {
	color: purple;
	font-weight:bold;
}

.greyout {
	color: darkgrey;
}

div.a {
  text-indent: 400px;
}

/*
.container {
	margin-left: 0px !important;
	text-align: left;
	width: 100%;
}
*/

a {
	color: gray !important;
	text-decoration: underline;
}

a:hover {
	color: gray !important;
	text-decoration: none;
}

.messages.status {

   display: none; 

}