@-ms-viewport {
  width: device-width;
}

body {
  font-family: Verdana, Tahoma, Helvetica, "Lucida Grande", Lucida, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-weight: 500;
}

h1 {
  font-size: 100%;
  display: inline;
}

h3.name {
  border-top-color: #dc3545;
  border-top-style: dotted;
  border-top-width: 1px;
  padding-top: 3px;
  padding-left: 3px;
  line-height: 160%;
}

h3.name a {
  color: #119 !important;
}

.btn-primary {
  background-color: #0037ff;
}

a {
  color: #0037ff;
}

a.underline {
  text-decoration: underline;
}

h3.name,
.text-center,
.description {
  word-break: auto-phrase;
}