* { font-family: 'Roboto', sans-serif; }
html {
  height: 100%;
}
body.html,* {
  font-family: Source Sans Pro,sans-serif;
  font-size: 15px;
  font-kerning: normal;
  line-height: 1.9;
	word-wrap: break-word;
	-webkit-font-kerning: normal;
	font-kerning: normal;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
body {
	height: 100%;
  width: 100%;
	margin: 0;
	padding: 0;
	padding-top: 50px;
}
td {
  padding: 5px;
}
/*
input {
  box-shadow: 0 0 0 1px black !important;
}
*/
hr {
  margin-top: 2px !important;
  margin-bottom:2px !important;
}
a,.nav-link,.btn-link {
  /* color: mediumblue !important; */
}
.nav-link {
  margin-left: 10px;
  font-size: large;
  cursor:pointer;
  font-variant:small-caps;
}
.current {
  color: #808080 !important;
}
a.current {
  pointer-events: none;
}
#header {
}
#body {
	min-height: 95%;
  background-color: white;
}
#footer {
  width: 99%;
  margin: auto;
  border-top: 1px solid #d0d0d0;
}
.spacer {
	height: 1em;
}
.logo img {
  width:45px;
  height:45px;
  margin-top:2px;
 }
.r_info {
  border: solid 1px black;
}
.noteref {
  cursor:pointer !important;
  color: black !important;
  text-decoration: none !important;
}
.popover-body {
  background-color: lemonchiffon;
  box-shadow: 0px 0px 10px #aaa;
  border-radius: 8px;
}
.card-header {
  background-color: seashell !important;
}
