.hero-border {
  border: 1px solid #eee;
  border: 1px solid rgba(0, 0, 0, 0.05);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

#myalertbox {
  display: none;
}

a.anchor {
    text-decoration: none;
}

body {
    padding-top: 60px;
}

footer {
    border-top: 1px solid #eee;
    padding-top: 10px;
}

.tab-pane {
    min-height: 100px;
}

.alert-block.success {
  color: #404040;
  background-color: #d1eed1;
  border-color: #bfe7bf;
}

.alert-block.warning {
  background-image: none;
  background-color: #fdf5d9;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  padding: 14px;
  border-color: #fceec1;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
