html {
  font-size:14px;
}
body {
  font-size:100%;
  font-family: 'Source Sans Pro', 'Open Sans', sans-serif;
}

a {
  color: #2980b9;
  text-decoration: none;
}

a:focus {
  box-shadow: none !important;
  text-decoration:none;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  opacity: 1;
}

ul,
ol,
dl {
  margin-top: 10px;
  margin-left: 0;
  margin-bottom: 0;
}
