.br-theme-bars-pill .br-widget {
  padding-top: 4px;
  white-space: nowrap;
  text-align: center;
}
.br-theme-bars-pill .br-widget a {
  padding: 3px 15px;
  background-color: #ecf7fe;
  color: black;
  text-decoration: none;
  font-size: 13px;
  line-height: 13px;
  text-align: center;
  font-weight: 400;
  border-top: 1px rgb(189, 189, 189) solid;
  border-bottom: 1px rgb(189, 189, 189) solid;
}
.br-theme-bars-pill .br-widget a:first-child {
  -webkit-border-top-left-radius: 999px;
  -webkit-border-bottom-left-radius: 999px;
  -moz-border-radius-topleft: 999px;
  -moz-border-radius-bottomleft: 999px;
  border-top-left-radius: 999px;
  border-bottom-left-radius: 999px;
  border-top: 1px rgb(189, 189, 189) solid;
  border-bottom: 1px rgb(189, 189, 189) solid;
  border-left: 1px rgb(189, 189, 189) solid;
}
.br-theme-bars-pill .br-widget a:last-child {
  -webkit-border-top-right-radius: 999px;
  -webkit-border-bottom-right-radius: 999px;
  -moz-border-radius-topright: 999px;
  -moz-border-radius-bottomright: 999px;
  border-top-right-radius: 999px;
  border-bottom-right-radius: 999px;
  border-top: 1px rgb(189, 189, 189) solid;
  border-bottom: 1px rgb(189, 189, 189) solid;
  border-right: 1px rgb(189, 189, 189) solid;
}
.br-theme-bars-pill .br-widget a.br-active,
.br-theme-bars-pill .br-widget a.br-selected {
  background-color: #249ef5;
  color: white;
}
.br-theme-bars-pill .br-readonly a {
  cursor: default;
}
.br-theme-bars-pill .br-readonly a.br-active,
.br-theme-bars-pill .br-readonly a.br-selected {
  background-color: #249ef5;
}
@media print {
  .br-theme-bars-pill .br-widget a {
    border: 1px solid #b3b3b3;
    border-left: none;
    background: white;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .br-theme-bars-pill .br-widget a.br-active,
  .br-theme-bars-pill .br-widget a.br-selected {
    border: 1px solid black;
    border-left: none;
    background: white;
    color: black;
  }
  .br-theme-bars-pill .br-widget a:first-child {
    border-left: 1px solid black;
  }
}
