.div_logo {
  margin-left: 10px;
  border-width: 0px;
  width: 290px;
  height: 68px;
  float: left;
}

.logo {
  border-width: 0px;
  width: 265px;
  height: 68px;
}

.content {
  padding: 0 5px;
  margin-left: 10px;
  margin-top: 10px;
  overflow: hidden;
}

.div_race_item_red {
  width: 331px;
  height: 55px;
  background-image: url(/image/red.png);
  background-repeat: no-repeat;
  float: left;
  margin-top: 18px;
  margin-left: -10px;
 cursor:pointer;
}

.race_item_text_red {
  width: 331px;
  height: 55px;
  display: inline-block;
  overflow: hidden;
  padding-left: 25px;
  padding-top: 8px;
  font-family: "微软雅黑 Bold", 微软雅黑;
  font-weight: 700;
  font-style: normal;
  font-size: 18px;
  color: rgb(255, 255, 255);
  text-align: left;
  line-height: 2.0;
}


.div_race_item_grey {
  width: 345px;
  height: 55px;
  background-image: url(/image/grey.png);
  background-repeat: no-repeat;
  float: left;
  margin-top: 18px;
  margin-left: -10px;
  cursor:pointer;
}

.race_item_text_grey {
  width: 345px;
  height: 55px;
  display: inline-block;
  overflow: hidden;
  padding-left: 25px;
  padding-top: 8px;
  font-family: "微软雅黑 Bold", 微软雅黑;
  font-weight: 700;
  font-style: normal;
  font-size: 18px;
  color: rgb(107, 107, 107);
  text-align: left;
  line-height: 2.0;
}

.div_track_name {
  margin-left: 10px;
  width: auto;
  height: 70px;
  float: left;
}

.track_name_text {
  font-family: 'Arial Negreta', 'Arial Normal', 'Arial';
  font-weight: 700;
  font-style: normal;
  font-size: 36px;
  line-height: 2.0;
}


.div_access {
  margin-top: 20px;
  margin-left: 50px;
  width: 200;
  height: 50px;
  float: right;
  word-break: break-all;
}

.access_text {
  font-family: 'Arial Normal', 'Arial';
  font-weight: 400;
  font-style: normal;
  color: #333333;
  text-align: center;
  line-height:50px!important;
}

.best_sector{  
  font-style: normal;
  font-weight: bold;
  color: blueviolet;
}

.tooltip-inner {
  max-width: 240px;
  /* If max-width does not work, try using width instead */
  width: 240px; 
}