
  .raceCentral{
    background-color: #ffff;
    max-width: 1200px;
    outline: 2px solid #939393;
    font-family: oswald;
    text-align: center;
    padding-top: 25px;
    margin: 20px auto;
  }
  .raceCentral .cenTitle{
    font-size: 28px;
    font-weight: 600;
  }
  .raceCentral .cenLine{
    outline: 2px solid red;
    width: 12%;
    height: 0px;
    display: block;
    margin: 8px auto 0px;
  }
  .raceCentral .cenSeries,
  .raceCentral .cenEvent,
  .raceCentral .cenScoring{
    float: left;
    margin: 20px auto;
  }
  .raceCentral .cenHeading .cenSeries > div{
    background-position: center;
    width: 110px;
    height: 80px;
    background-repeat: no-repeat;
    float: right;
    background-size: auto 70%;
  }
  .raceCentral .cenHeading{
    margin-top: 25px;
    background-color: #1A1A1A;
    height: 100%;
    width: 100%;
    min-height: 120px;
    color: white;
    display: flex;
  }
  .raceCentral .cenHeading .cenSeries,
  .raceCentral .cenHeading .cenScoring{
    width: 30%;
  }
  .raceCentral .cenHeading .cenSeries{
    margin: 30px auto;
  }
  .raceCentral .cenHeading .cenEvent{
    width: 40%;
  }
  .raceCentral .cenHeading .cenEvent .headingTitle span{
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    display: inline-block;
    width: 100%;
  }
  .raceCentral .cenHeading .cenEvent .headingElapsed,
  .raceCentral .cenHeading .cenEvent .headingRemaning{
    color: #939393;
    font-size: 14px;
    display: inline;
  }
  .raceCentral .cenHeading .cenScoring button{
    float: left;
    background-color: #E21B23;
    color: #FFFFFF;
    margin: 20px auto;
    font-size: 20px;
    padding: 0px 15px 0px 15px;
    height: 60px;
  }
  .raceCentral .cenClass{
    height: 64px;
    background-color: #939393;
  }
  .raceCentral .cenClass span.car-class{
    background-position: center;
    width: 100px;
    height: 50px;
    background-repeat: no-repeat;
    display: inline-block;
    background-size: 70%;
    margin: 6px auto;
    cursor: pointer;
    opacity: .4;
  }
  .raceCentral .cenClass span.selected{
    opacity: 1;
  }
  .raceCentral .cenTop{
    display: inline-block;
    margin-top: 30px;
  }
  .raceCentral .cenTop .cenDriver{
    float: left;
    max-width: 250px;
  }
  .raceCentral .cenTop .cenDriver .driverPar{
    height: 75px;
  }
  .raceCentral .cenTop .cenDriver .driverPar .driverName,
  .raceCentral .cenTop .cenDriver .driverPar .driverDets{
    display: inline-block;
    float: left;
    width: 100%;
  }
  .raceCentral .cenTop .cenDriver .driverPar .driverName{
    font-size: 20px;
    font-weight: 600;
  }
  .raceCentral .cenTop .cenDriver .driverPar .driverDets{
    font-size: 18px;
    font-weight: 600;
    color: #939393;
  }
  .raceCentral .cenTop .cenDriver .driverPos{
    height: 140px;
    width: 75%;
    margin: 0 auto;
  }
  .raceCentral .cenTop .cenDriver .driverPos .driverNum{
    font-size: 160px;
    font-weight: 600;
    color: #93939347;
    height: 110px;
    width: 100%;
    line-height: 80px;
    z-index: 100;
    right: 2px;
  }
  .raceCentral .cenTop .cenDriver .driverPos .driverTime{
    float: left;
    width: 100%;
    color:#939393;
    font-size: 18px;
    font-weight: 600;
    position: relative;
    margin-bottom: 10px;
    padding: 10px 0px 10px;
    border-bottom: 4px solid red;
  }
  .raceCentral .cenTop .cenDriver .driverPosDets{
    display: inline-block;
  }
  .raceCentral .cenTop .cenDriver .driverPosDets .driverClass,
  .raceCentral .cenTop .cenDriver .driverPosDets .driverOrder{
    width: 100%;
    color:#939393;
    font-size: 18px;
    font-weight: 600;
  }
  .raceCentral .cenTop .cenDriver .driverPosDets .driverOrder{
    font-weight: normal;
  }
  .raceCentral .raceCentralBtn{
    margin: 40px auto;
    padding-bottom: 20px;
  }
  .raceCentral .raceCentralBtn button{
    background-color: #E21B23;
    color: #ffff;
    font-size: 20px;
    font-weight: 600;
    border-radius: 10px;
    line-height: 20px;
    /* toDo: fix line height*/
  }
  .raceCentral .raceCentralBtn button i{
    padding-left: 30px;
    font-size: 15px;
  }
  .raceCentral .cenTop a.cenArrow{
    display: none;
  }

  .cenScoring .standings-btn button i.fa-angle-right:before, .raceCentralBtn .standings-btn button i.fa-angle-right:before{ 
    font-size:25px; 
    font-weight:bold;
  }

  @media only screen
    and (max-device-width: 900px) {
      .raceCentral{
          width: 90%;
          padding-top: 0px;
          overflow: hidden;
      }
      .raceCentral .cenTitle{
          font-size: 14px;
      }
      .raceCentral .cenLine{
          width: 40%;
          margin: 5px auto 0px;
      }
      .raceCentral .cenLine {
        outline: 1px solid red;
      }
      .raceCentral .cenHeading{
          margin-top: 5px;
          display: block;
          min-height: 300px;
      }
      .raceCentral .cenHeading .cenSeries,
      .raceCentral .cenHeading .cenScoring,
      .raceCentral .cenHeading .cenEvent{
        width: 100%;
        float: left;
        margin: 0px auto;
      }
      .raceCentral .cenHeading .cenSeries{
        margin: 10px auto;
      }
      .raceCentral .cenHeading .cenSeries > div{
        float: none;
        margin: 0 auto;
      }
      .raceCentral .cenHeading .cenEvent .headingTItle span{
        font-size: 18px;
      }
      .raceCentral .cenHeading .cenEvent .headingElapsed,
      .raceCentral .cenHeading .cenEvent .headingRemaning{
        display: block;
        height: 20px;
        font-weight: 600;
      }
      .raceCentral .cenHeading .cenScoring button{
        padding: 0px 0px 0px 5px;
        height: 48px;
        width: 100px;
        font-size: 18px;
        line-height: 18px;
        text-align: left;
      }
      .raceCentral .cenHeading .cenScoring button i{
        position: relative;
        bottom: 10px;
      }
      .raceCentral .cenClass{
        height: 100%;
        display: block;
      }
      .raceCentral .cenClass span.car-class{
        height: 28px;
        width: 60px;
        background-size: 100%;
        margin: 6px 10px;
      }
      .raceCentral .cenTop{
        width: 350px;
      }
      .raceCentral .cenTop .cenDriver{
        max-width: 350px;
      }
      .raceCentral .cenTop a.cenArrow{
        background: url(../images/arrows-grey.png);
        width: 25px;
        height: 40px;
        display: block;
        z-index: 9999;
      }
      .raceCentral .cenTop a.cenArrow.cenPrev{
        position: absolute;
        left: 40px;
        text-decoration: none;
        bottom: 110px;
        z-index: 9999;
      }
      .raceCentral .cenTop a.cenArrow.cenNext{
        background-position: -25px 0;
        position: absolute;
        right: 40px;
        bottom: 110px;
        text-decoration: none;
      }
      .raceCentral .raceCentralBtn button i{
        position: relative;
        bottom: 2px;
      }
      .raceCentral .raceCentralBtn{
        margin: 20px auto;
      }
    }
