html {
  font-size: 14px;
}
body {
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  color: black;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.box-shadow { box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .75); }

.icon-background {
    color: rgba(0,114,250, 1);
}
.icon-foreground {
    color: white;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0,0,0,.20);
}
.table-striped tbody tr {
	border-bottom: 2px solid #448;
}

a {
	color: #228;
}

/*  more contracts than std boostrap */
.form-control {
	background-color:#FFF;
	border: 1px solid #444;
	color: black;
}

.phighlight {
    background-color: rgba(0,114,250, 0.25) !important;
}

.dropdown-item.active, .dropdown-item:active {
	color: black;
    background-color:  rgba(0,114,250, 0.25);
}

.dropdown-header {
    color: #44444;
}

.text-muted {
    color: #333333 !important;
}


.footer {
	border-top: 2px solid gray;
	margin-top: 1em;
}
