ion-badge {
    display: inline-block;
    padding: 5px;
    min-width: 10px;
    font-size: 1.3rem;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
}
#timeBar .hippique {
    color: #f2037f !important;
    font-size: 15px;
    font-weight: bold;
        float: right;
}

#timeBar {
    background-color: #ffffff;
    color: #505050;
    line-height: 1.2em;
    font-family: "Roboto", sans-serif;
        padding: 8px;
    font-size: 15px;
    letter-spacing: normal;
        height: 32px;
    
}
.horseContainer{
    /* margin: 0px auto; */
    background: #FFF;
    min-height: 50px;
    /* border-top: 1px solid; */
    /* padding: 0 10px; */
    border-color: #cecece;  
    border-bottom: solid 1px #878787 !important;
}
.fixed {
    position: fixed;
    
    right: 0;
    width:70px;
    height: 50px;

    z-index: 1;
}

.risk-radio{
  display: none;
}
.flexbox{
        flex: 1;
    display: flex;
}
.flexbox label{
    flex: 1;
        margin: 2px;
}
.with-small-spacing{
    padding:2px
}
.risk .risk-label {
    text-align: center;
    display: inline-block;
    transition: background-color .4s;
    width: 100%;
}
.box {
    border: 2px solid #fff;
    display: inline-block;
}
 .risk-label {
    height: 46px;
    box-sizing: border-box;
}
.vertical-center-fixed {
    font-size: 0;
}
 .horse-number {
    font-family: LatoBold,sans-serif;
    font-size: 2rem;
}
.horse-prefix {
    font-family: LatoBold,sans-serif;
    font-size: 1rem;
    display:none;
}
 .horse-2 {
    display: inline-block;
    color: #FFF;
}
.d-flex{
    display: flex;
}
.selected-risk{
 background: #fff;
 color: #505050;
}
.selected-risk .horse-2{
 color: #505050;
}
.flexbox>* {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 0;
}