html {
    position: relative;
    min-height: 100%;
}

.navbar {
	top: 0;
	width: 100%;
    color: white;
	background-color: #e60000;

}

.navbar-brand {
    font-family: 'Ubuntu', sans-serif;
    font-weight: bold;
    font-size: 2em;
}

.navbar-inverse .navbar-brand {
    color: #fff;
}

.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover{
    background-color: #2c68c9;
}

body {
    margin: 0 0 100px; /* bottom = footer height */
    background: url(../images/bg-body.jpg) repeat;
}

.panel{
    background-color: #eee;
}

h1, h2{
    font-family: 'Ubuntu', sans-serif;
    font-weight: bold;
    text-align: center;
}

h1.cursive5, h2.cursive5 {
    font-family: 'Dancing Script', cursive;
	font-size: 500;
    font-weight: bold;
    text-align: center;
}

h1.cursive7, h2.cursive7 {
    font-family: 'Dancing Script', cursive;
	font-size: 700;
    font-weight: bold;
    text-align: center;
}

th {
    font-size: 2em;
}

.status{
    border: 1px;
    background: yellow;
    width: 50%;
    color: black;
}

.instructions{
    border: 1px;
    background: yellow;
}

.button--delete{
		border:0;
		background:transparent;
		padding:0;
		margin-top:3px;
		margin-left: 5px;
		font-size:14px;
		color:#ed5a5a;
}

.button--update a:link, a:visited {
  background-color: silver;
  color: white;
  padding: 10px 10px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  border-radius: 5px;
}

.button--update a:hover, a:active {
  background-color: #4CAF50;
}

.btn {
  background-color: DodgerBlue;
  border-radius: 10px;
  border: none;
  color: white;
  padding: 6px 8px;
  font-size: 16px;
  cursor: pointer;
}

/* Darker background on mouse-over */
.btn:hover {
  background-color: #4CAF50;
}

.btn-danger {
  background-color: red;
}

.btn-danger:hover {
  background-color: darkred;
  border:none;
}

.btn-danger:active {
  background-color: red;
  border:none;
}

.btn-danger:selected {
  background-color: red;
  border:none;
}

.btn-lrg {
  background-color: #e60000;
  border-radius: 10px;
  border: none;
  color: white;
  padding: 6px 8px;
  font-size: 20px;
  cursor: pointer;
}

footer {
	position: fixed;
	bottom: 0;
	width: 100%;
    color: grey;
	background-color: #e60000;
}

.footerWrap {
    width:100%;
    position:fixed;
    bottom: 0px;
}
.footer {
    width:100%;
    margin:auto;
}
.footerContent {
    font-family: 'Ubuntu', sans-serif;
    font-size: .75em;
    float:left;
    width:100%;
    background-color:#800000;
    padding:10px 0;
    color: silver;
}.footer p {float:left; width:100%; text-align:center; }

.aljcs{
    color: grey;
}

div#stepbox {
  display:flex;
  position: relative;
  width: 100%;
  border-radius: 10px;
  border: 4px double silver;
  min-height: 45px;
  height: auto;
  padding: 3px;
}

.numberBlock {
  position: absolute;
  width: 30px;
  background: silver;
  border-top-left-radius: 13%;
  border-bottom-left-radius: 13%;
  color: #000;
  text-align: center;
  font: 16px Ubuntu;
  top: 0px;
  left: 0px;
  bottom: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  float: left;
}

.stepbox-content {
  display: absolute;
  float: right;
  width: 100%;
  margin-left: 35px;
  display: flex;
  justify-content: left;
  align-items: center;
  text-align: left;
}

@media query