/***********************************************************************************************************************************/
/* COMPETITION *********************************************************************************************************************/
/***********************************************************************************************************************************/

/*GRAND PRIX HEADER*****************************************************************************************************************/
.header-grand-prix{
    position: relative;
   padding: 0.7em 0 0.5em 0;
    background-color: #f9f7e0;
}
.header-grand-prix:after,
.header-grand-prix:before{
    clear: both;
    content: "";
    display: block;
}
.header-grand-prix:before{
    position: absolute;
    top: -1px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #f9f7e0;
}
.header-grand-prix ul{
    text-align: center;
}

.header-grand-prix ul li{
    display: inline-block;
    margin: 0 -0.1em 0;
    position: relative;
    z-index: 1;
    vertical-align:top;
    box-sizing: border-box;
}
.header-grand-prix-img{
    text-align: center;
    display: inline-block;
}
.header-grand-prix-img.off img{
   opacity: 0.6;
}
.header-grand-prix-txt{
    font-size: 0.8rem;
}
.header-grand-prix-bg img{
    width: 100%;
    height: auto;
    text-align: center;
}

/* competition-ranking *****************************************************************************************************************/
.competition-ranking {
    display: block;
    background-image: url("/media/equideo/image/mobile/icon/64x64/pastille.png");
    background-size: 100%;
    width: 2em;
    height: 2em;
    line-height: 2em;
    font-size: .8rem;
    font-weight: bold;
}
.competition-ranking p {
    text-align: center;
    padding-top: 3px;
}
span.horsename {
    display: block;
    font-weight: bold;
}