.race_tab_box {     /* races 表格盒 */
  width: 98%;
  margin: 10px 5px;
}
.race_tab_box2 {     /* races 表格盒 */
  width: 98%;
  margin: 10px 5px;
  background-color: #ff0000;
}
.race_tab_panel {   /* races 表格头部面板：创建比赛、搜索比赛 etc */
  border-collapse:collapse;
  border-left:none;
  border-right:none;
  border:none;
  vertical-align: middle;
    padding: 9px 15px;
}

.race_creat_btn {   /* 创建比赛按钮 */
    width: auto;
    padding: 9px 15px;
    background: #317768;
    border: 0;
    font-size: 16px;
    color: #FFFFFF;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
}

.race_serach_box {      /* 比赛界面搜索框 */
  color: #434343;
  position: relative;
  margin: 10px 5px;
}
.race_serach_box input{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance:none ;
  outline: 0;
  width: 270px;
  height: 30px;
  border:0px solid #fff;
  border-radius: 20px;
  box-shadow:0 0 5px 2px rgba(0,0,0,0.5);
  padding: 0 30px 0 15px;
}
.race_serach_box label{
  font-size: 16px;
  z-index: 2;
  position: absolute;
  left: 109px;
  top:15%;
  color: #b2b2b2;
}

#race_serach_box_tip {
  padding: 0 10px 0 35px;
  background-image: url(/assets/img/search.png);
  background-repeat: no-repeat;
  background-position: 10px 7px;
}

.race_no {      /* 比赛显示序号 */
  padding: 0 20px;
  display: inline-block;
  background-color: yellow;
}

a:link,a:visited {
    text-decoration:none;
    color:#666;
}

.raceOut {   /*比赛*/
    height:46px;
    background-color: #ff0000;
}
.race {   /*比赛*/
    font-size: 16px;
    top:3px;
    right:3px;
    height:40px;
    border:1px solid #777;
    border-radius: 10px;
}

.detail_rank {   /*排名细节复选框*/
    color: white;
    font-size: 16px;
}

.height50px {
  height: 45px;
  font-size: 16px;
}

