.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 a{
    color:white;
}
.no_border2 {
     background:rgb(241, 241, 241);
}
.bracket_background {
     float:left;
     overflow:hidden;
     position:relative;
}
.bracket_full {
     float:left;
     position:relative;
     width:4000px;
    
     
}
.bracket_score {
     float:right;
      font-weight: bold;
      color:white;
     /*background:#F3F9FF;*/
     
}
.table_brackets th {
    background: #ddd;
    color: black;
    padding: 3px 5px;
    text-align: center;
    text-shadow: 0 1px 0 #5C5C5C;
}
.table_brackets td {
    padding:0px;
    height:34px;
    
}
.brackets_name {
    background:#51AFEB;
  /*  border:1px solid;*/
    padding-right:8px;
    /* height:22px;*/
}

.summery {
    width: 1030px;
    max-width:1030px;
    min-width:1030px;
}
.lines {
  
   height:17px;
}
.line {
   height:22px;
}
.bottom_lines {
    border-bottom: solid #9C9C9C 2px;
    padding:0;
}
.right_lines {
    padding:0;
   border-right: solid #9C9C9C 2px;
}

.top_lines {
   border-top: solid #9C9C9C 2px;
}

.game-info-summery {
    width: 50%;
}

.game-info-summery a {
    color: white;
}

.game-info-date-summery {
    width: 50%;
    text-align: right;
}

.game-name-summary {
    width: fit-content;
    background-image: linear-gradient(to right, #471b75,#012848);
    color: white;
    border-radius: 0 0 15px 15px;
    margin:0 auto 20px auto;
    padding: 2px 10px;
    font-size: 20px;
}

.game-title-summery {
    width: 100%;
    height: 10px;
    padding: 10px 0;
    background-image: linear-gradient(to right, #471b75,#012848);
    color: white;
    display: table;
    text-align: center;
    font-weight: 600;
    font-size: 18px;
}

.title-phaze-name {
    width: 70%;
    height: 10px;
    color: white;
    background-color: #d14547;
    display: table;
    margin: 4px auto 10px;
    text-align: center;
    border-radius: 8px 8px 40px 40px;
    border: 1px solid white;
}

.crew-summery {
    width: 8%;
}

.score-head-summery {
    width: 50%;
    text-align: right;
    padding-right: 15px;
}

.finish-summery {
    padding-right: 4px;
    text-align: right;
    width: 40%;
}   

.team-summery {
    min-width: 38%;
    display: flex;
}





@media(max-width: 580px) {

    .finish-summery {
        width: 17%;
    }

    .team-summery {
        min-width: 50%;
    }

    .crew-summery {
        min-width: 14%;
    }

    .game-info-summery {
        width: fit-content;
        min-width: 40%;
    }

    .game-info-date-summery {
        width: fit-content;
    }

    .score-head-summery {
        width: 19%;
        padding-right: 4px;
    }

}