<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.menu_central{
  text-align: center;
  padding-bottom: .75rem;
}

.menu_lateral{
  display: block;
  text-align: left;
}

.text-btn {
  color: #000;
  font-weight: 500;  
}

.match_division{
  background: #f00;
  color: #fff;
  font-weight: 700;
  padding: 1rem 0 1rem 1rem;  
}

.match_row_home {
  display: flex;
  flex: 1 1;
  letter-spacing: .025rem;    
  position: relative; 
}

.match_row_badge{
  margin-right: .625rem;
}

.feed-item2 {
    position: relative;
    margin: 0 0 .25rem;
    padding: .5rem 0;
    width: 100%;
    background-color: #fff;
    border: .1rem solid #eaeaea;
    border-radius: .4rem;
}

.full-table{
  font-weight: 500;
  width: 100%;
}

.full-table_header-row{
  border-bottom: .1rem solid #eaeaea;
  height: 2rem;
}

.full-table_header-cell--position {
  text-align: center;    
  width: 10%;
}

.full-table_header-cell--club {
  width: 40%;
}

.full-table_header-cell {
  width: 6.25%;
}

.full-table_position {
  position: relative;
  text-align: center;
}

.full-table_badge {
  float: left;
  margin-right: .75rem;
}

.full-table_row{
  border-bottom: 1px solid #eaeaea;
  height: 2.5rem;
}

.trimBefore {
    z-index: 1;
    width: 20px;
    border-top-left-radius: 5px;
    position: absolute;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%;
    bottom: 0;
    height: 5px;
    border-top-right-radius: 5px;
}

.trimcircle {
    width: 10px;
    height: 10px;
    border-radius: 5px;
    margin: 2px 20px 2px 0;
    float: left;
}

.trimrow {
    display: flex;
    padding: 7px 20px;
    font-weight: 700;
    line-height: 14px;
}

.leaguephases {
    font-size: 11px;
    position: relative;
    padding: 1rem 0;
}

.dark-green {
    background-color: #185b07;
}

.medium-orange {
    background-color: #ab5e03;
}

.dark-red {
    background-color: #961a3d;
}

.dark-yellow {
    background-color: #fd4;
}

.red{
  color: #f00;
}

.menu_match{
  -webkit-overflow-scrolling: touch;
  -webkit-user-select: none;
  -ms-user-select: none;
  justify-content: inherit;
  overflow-x: scroll;
  padding: .75rem 2rem;
  scrollbar-width: none;
  user-select: none;
  width: 100%;
}

.border1{
  border: .1rem solid #eaeaea;
  border-radius: .4rem;	
}

.menu_inner{
  align-items: center;
  display: flex;
  padding: 0 .625px;
}

.menu_button1{
  color: #212529; 
  cursor: pointer;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.14285714;
  text-align: center;  
  text-decoration: none;
  white-space: nowrap;
  width: 16%
}

.menu_button2{
  color: #212529; 
  cursor: pointer;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.14285714;
  text-align: center;  
  text-decoration: none;
  white-space: nowrap;
  width: 20%
}

.menu_button:hover {
  color: #a1a5a9;
}

.txt_lightgrey{
  color: #a1a5a9;
}

.pills {
  font-size: 11px;
  padding-right: 0;
  text-transform: uppercase;
  border: 1px solid #aaa;
  border-radius: 19px;
  margin-right: 10px;
  text-align: center;
  padding: 8px 12px;
}

.pills.active{
    color: #fff;
    background-color: #f00;	
    border: 0;
}

.menu_button1.pills {
  display: flex;
  justify-content: center;
}

.menu_button2.pills {
  display: flex;
  justify-content: center;
}

.menu_button1.pills:hover {
  color: #a1a5a9;
}

.menu_button2.pills:hover {
  color: #a1a5a9;
}
  
@media (min-width: 64.0625em) {
  .u-show-desktop {
    display: none !important; }
}

@media (max-width: 64.0625em) {
  .u-hide-desktop {
    display: none !important; }
}

@media (max-width: 39.99em) {
  .lateral {
  	 display: none;
  }
}</pre></body></html>