header, .streamersContainer, footer, .tawk-min-container {
/*    display: none !important;*/
}

#container {
    display: flex;
    flex-wrap: wrap;
/*    max-width: 600px;*/
    justify-content: center;
}
.beyond_table {
    max-width: 600px;
    margin: 20px;
}
.beyond_table_header {
/*    border: solid 10px red;*/
}
.beyond_table table {
    border: solid 1px;
}

.team .beyond_table_title>div {
    padding: 5px 5px 5px 110px;
}

.coachContainer {
    padding: 5px;
}
.coachContainer .coach {
    font-size: 14px;
}

/* DIVISION ALL */
.divisionAllTable {
/*    max-width: 600px;*/
}
.divisionAllTable thead {
/*    display: none;*/
}
.divisionAllTable thead th {
    display: flex;
    justify-content: space-between;
}
.divisionAllTable .beyond_table_title {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: space-between;
}
.divisionAllTable .beyond_table_title a {
    margin: 10px 10px;
}
.divisionAllTable table {
    
}
.divisionAllTable tbody>tr>td:not(.beyond_table_hidden) {
    padding: 0 !important;
}
.divisionAllTable td:not(.beyond_table_hidden) a {
    display: block;
    padding: 10px 10px;
}
.divisionAllTable td:not(.beyond_table_hidden) a:nth-child(odd) {
/*    background-color: #d8d8d8;*/
}
.divisionAllTable tbody>tr>td:nth-child(3) {

}
.divisionAllTable tbody>tr>td:nth-child(3)>td {

}
.divisionAllTable tbody>tr>td:nth-child(3) tr {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.divisionAllTable tbody>tr>td:nth-child(3) tr td {
}

/* TEAM VIEW */
.beyond_table_title {
    position: relative;
    width: 100%;
/*    padding-left: 110px;*/
}
.linkContainer {
    display: flex;
    justify-content: space-between;
}
.logoContainer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    height: 100%;
}
.logoContainer svg, .logoContainer img {
    width: 100%;
    height: 100%;
}

/* TEAM SCHEDULE */
.teamSchedule {
    max-width: 900px;
}
.teamSchedule thead {
    
}
.tableScheduleMyTeam {
/*    color: red;*/
    font-weight: bolder;
}