html {
  font-size: 14px;
}

a {
  color: #0088cc;
  text-decoration: none;
  cursor: pointer;
}
a:hover,
a:focus,
a:active {
  color: #878787;
  text-decoration: none;
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.btn {
  font-size: 13px !important;
  line-height: 21px !important;
}

btn:focus,
.btn.focus {
  outline: 0;
  box-shadow: none !important;
}

.btn-light {
  border: 1px solid #E8EBEE;
}

.badge-primary {
  color: #fff;
  background-color: #0088CC;
}
a.badge-primary:hover, a.badge-primary:focus {
  color: #fff;
  background-color: #0088CC;
}

.form-control:focus {
  box-shadow: none !important
}

.alert {
  color: #555555 !important;
}

.alert-warning {
  background-color: #FFF9E4;
}

.text-info {
  color: #0088CC !important;
}