.oe-wrapper {
    font-size: 13px;
}td.oe-teams {
    text-align: left;
}.oe-league{

margin-bottom:20px;
border:1px solid #ddd;

}td.info {
    width: 70px;
}td.info span {
    display: block;
    text-align: center;
}

.oe-league-header{

background:#222;
color:#fff;
padding:8px;
cursor:pointer;
display:flex;
align-items:center;
gap:10px;

}
.oe-league-header img {
    width: 20px;
}

.oe-table{

width:100%;
border-collapse:collapse;

}

.oe-table th{

background:#f2f2f2;
padding:6px;
font-size:13px;

}

.oe-table td{

padding:6px;
border-bottom:1px solid #eee;

}

.oe-teams{

text-align:left;

}

.oe-teams img{

height:16px;
margin-right:5px;

}

.oe-toggle{

margin-right:6px;

}