body { 
  background: #343E72; 
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 14px;
}

.header {
  line-height: 1.428571429;
  margin-left: 5px;
  margin-bottom: 3em;
}

.top-button {
  text-align: center;
  font-weight: bold;
  width: 6em;
  background: #4B5191;
  border-radius: 8px;
  padding: 1px 16px 2px 16px;
}

.container {
  display: table;
  position: absolute;
  top: 42%;
  left: 50%;
  transform: translate(-50%,-50%);
}

.row {
  display: table-row;
  margin-bottom: 20px;
}

[class*="col-sm-"] {
  padding: 5px 5px 8px 5px;
  line-height: 1.0;
}

.col {
  display: table-cell;
  text-align: center;
}

.row a {
  font-weight: bold;
}

a {
  color:  #428bca;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #58B3EF;
  text-decoration: underline;
}

a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
