/*!
 * Bootstrap v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */




.badge {
  display: inline-block;
  font-size: 90%;
  font-weight: 900;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  padding-right: 0.5em;
  padding-left: 0.5em;
  padding-top: 0em;
  padding-bottom: 0.13em;
  border-radius: 10rem;
  margin-left: .3em;
  color: #031F73;
    background-color: #ffebb3;
  border-color: #031F73;
    border: 2px solid #031F73;
}

