body {
  padding-top: 50px;
  font-size: 16px;
}

.content {
  padding: 20px 15px 40px 15px;
}

.navbar-brand {
  font-size: 24px;
}

.navbar-nav > li > a {
  line-height: 26px;
}

a.anchor {
    display: block;
    position: relative;
    top: -80px;
    visibility: hidden;
}

.jumbotron {
	padding-top: 18px;
	padding-bottom: 33px;
	margin-top: 30px;
}

html {
  position: relative;
  min-height: 100%;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 40px;
}

.form-group.required .control-label:after {
  content:"*";
  color:red;
  margin-left: 3px;
}

.vertical-helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

img.img-centered {
    max-height: 100%;  
    max-width: 100%; 
    width: auto;
    height: auto;
    position: absolute;  
    top: 0;  
    bottom: 0;  
    left: 0;  
    right: 0;  
    margin: auto;
}