body {
	background:#3f3f3f;
	color: white;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.jumbotron {
	background:#5f5f5f;
  padding: 1rem 2rem;
  margin-bottom: 1rem;
}

.round {
  border-radius: 0.4rem !important;
}

.round-top {
  border-top-left-radius: 0.4rem !important;
  border-top-right-radius: 0.4rem !important;
}

.round-right {
  border-top-right-radius: 0.4rem !important;
  border-bottom-right-radius: 0.4rem !important;
}

.round-bottom {
  border-bottom-right-radius: 0.4rem !important;
  border-bottom-left-radius: 0.4rem !important;
}

.round-left {
  border-top-left-radius: 0.4rem !important;
  border-bottom-left-radius: 0.4rem !important;
}

.u-1 { margin-top: -1rem; }
.u-2 { margin-top: -2rem; }
.d-1 { margin-bottom: 1rem; }
.d-2 { margin-bottom: 2rem; }

.bo { font-weight: bold; }
.it { font-style: italic; }
.fl { float: left; }
.fr { float: right; }

a { color: #b2c831; }
a:hover { color: yellow; text-decoration: none; }

.text-red  { color: #fe5057; }
.text-blue { color: #268ffe; }
.text-olive { color: #b2c831; }

.dborder {
	padding: 5px; 
	border: double white; 
	border-radius: 8px;
}

.verysmall { font-size: 0.7rem; }
