.col-same {
    width: 10%;
}
.col-num-right {
    text-align: right !important;
}
.match-dtl {
    width: 80px;
}
.match-status-full {
    width: 80px;
}
.match-result, .match-status {
    width: 100px;
}
.table_brackets {
    float:left;
    width: 250px;
    max-width:250px;
    min-width:250px;
    padding: 0px;
   
}
.match_name {
     font-style:italic;
     font-size:12px;
     text-align:right;
}
 
   
.bracket_lines {
    float:left;
    width: 25px;
    max-width:25px;
    min-width:25px;
     border-collapse: separate;
    border-spacing:0px;
     
}

.bracket_lines_td {
     padding:0px;
   
}

.brackets {
    left:0px;
    position:relative;
    width:1000;
}
.standings {
    position:fixed;
  
}
.bracket_full .table_brackets {
    float:left;
    width:auto;
     border-collapse: separate;
    border-spacing:0;
    margin:0;
    left:0px;

}


.brackets_name {
    background:#9C9C9C;
    border:1px solid;
    padding:2px;
    height:22px;
    color:black;
}
.no_border {
     height:22px;
}
.bracket_background {
     float:left;
     overflow:hidden;
     position:relative;
}
.bracket_full {
     float:left;
     position:relative;
     width:4000px;
    
     
}
.bracket_score {
     float:right;
      font-weight: bold;
/*     background:#F3F9FF;*/
     color: #FEBD1C !important;
     padding-right:15px;
     
}
.bracket_team {
    color     
}

.subscore {
     font-weight:normal;
     width:8%;
}  
.table_brackets th {
    background: #9C9C9C;
    color: #FCFCFC;
    padding: 3px 5px;
    text-align: left;
    text-shadow: 0 1px 0 #5C5C5C;
}
.table_brackets td {
    padding:0px;
    background: transparent;
    color: #FEBD1C;
    text-align: left;
    text-shadow: 0 1px 0 #5C5C5C;
}
.summery {
    width: 100%;
    max-width:1030px;
//    min-width:1030px;
}
.lines {
  
   height:11px;
}
.line {
   height:22px;
}
.bottom_lines {
    border-bottom: solid 1px;
    padding:0;
   color: #FEBD1C;
}
.right_lines {
    padding:0;
   border-right: solid 1px;
   color: #FEBD1C;
}

.top_lines {
   border-top: solid 1px;
}