/* website logo */
.logo
{
  content:url(../images/logo.png);
  width:130px;
  height:130px;
}

/* tooltip link */
.tip
{
	display: inline-block;
	cursor: pointer;
}

/* tooltip content */
.tooltip h2
{
	white-space: nowrap;
}

.append
{
	margin-left: 1em;
}

/* Change background of link to transparent */
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link
{
  background-color: transparent;
}

/* Change hover and selection to red text */
.nav-item a:hover, .nav-item a:focus, .nav-item a:disabled
{
    color: #ff0000 !important;
}

/* Remove table borders */
.borderless td, .borderless th
{
    border: none;
}

/* fixed footer position */
footer
{
  height: 75px;
  margin-top: auto;
}