.br-theme-bars-pill .br-widget {
    white-space: nowrap;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.br-theme-bars-pill .br-widget a {
    /* padding: 7px 10px;
    background-color: #ffffff;
    color: #3395FF;
    text-decoration: none;
    font-size: 13px;
    line-height: 3;
    text-align: center;
    font-weight: 400; */
    background-color: #ffffff;
    color: #3395FF;
    text-decoration: none;
    font-size: 13px;
    line-height: 3;
    text-align: center;
    font-weight: 400;
    height: 40px;
    flex-grow: 4;
}
.br-theme-bars-pill .br-widget a:first-child {
  -webkit-border-top-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.br-theme-bars-pill .br-widget a:last-child {
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.br-theme-bars-pill .br-widget a.br-active,
.br-theme-bars-pill .br-widget a.br-selected {
  background-color: #3395FF;
  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: #3395FF;
}
@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;
  }
}
.box-example-pill{
  margin-bottom: 20px;;
}
@media (max-width:1024px) and (min-width:992px){
  .br-theme-bars-pill .br-widget a {
    /* padding: 7px 11px; */
    background-color: #ffffff;
    color: #3395FF;
    text-decoration: none;
    font-size: 17px;
    line-height: 2.5;
    text-align: center;
    font-weight: 400;
}
}
@media (max-width:991px) and (min-width:768px){
  .br-theme-bars-pill .br-widget a {
    /* padding: 7px 13px; */
    background-color: #ffffff;
    color: #3395FF;
    text-decoration: none;
    font-size: 13px;
    line-height: 3;
    text-align: center;
    font-weight: 400;
}
}
@media (max-width:767px){
  .br-theme-bars-pill .br-widget a {
    /* padding: 7px 25px; */
    background-color: #ffffff;
    color: #3395FF;
    text-decoration: none;
    /*font-size: 17px;*/
    line-height: 3;
    text-align: center;
    font-weight: 400;
}
}