@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&display=swap');

#competition-rankings-wpd-4187 table {
  border-spacing: 0;
  margin-bottom: 30px;
	padding:15px 80px 15px 80px;
  overflow: hidden;
}
.img-rotate{
  transform: rotate(180deg);	
}
td.position_row{
    width: 170px;
}
td.nickname_row{
    width: 460px; 
}
td.img_row{
     width: 170px; 
}
td.profitability_row{
	  width: 170px;
}
#competition-rankings-wpd-4187 .flag-img-square {
  width: 100%;
  width: 38px;
  height: 28px;
  aspect-ratio: 1 / 1;
  border-radius: 1.227px;
  overflow: hidden;
}

#competition-rankings-wpd-4187 .caption {
  margin-top: 30px;
  caption-side: bottom;
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.38;
  color: #fff;
  text-align: center;
}

#competition-rankings-wpd-4187 th {
color: #FFF;
font-family: Inter;
font-size: 18px;
font-style: normal;
font-weight: 700;
line-height: 28px; 
	    text-align: left;
}

#competition-rankings-wpd-4187 td {
  color: #FFF;
	    border-bottom:1px solid rgba(255, 255, 255, 0.30) !important;
font-family: Inter;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 28px; /* 155.556% */
  border: none;
/*   padding: 0 15px; */
    text-align: left;
 height: 70px;
  position: relative;
}

#competition-rankings-wpd-4187 tr:nth-child(odd)>td {
  background-color: transparent;
}

.updated-text{
	color: #FFF;
text-align: center;
font-family: Inter;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 28px; /* 155.556% */
}

#competition-rankings-wpd-4187 .load-more {
  margin-top: 32px;
  background-color: transparent;
  cursor: pointer;
  border: none;
  color: #FFFFFF;
  border-radius: 4px;
  padding: 8px 12px;
line-height: 28.8px;
  font-family: 'Inter', sans-serif;
  font-size: 18px;
  font-weight: 700;
	
}

#competition-rankings-wpd-4187 .show-less {
 margin-top: 16px;
  background-color: transparent;
  cursor: pointer;
  border: none;
  color: #FFFFFF;
  border-radius: 4px;
  padding: 8px 12px;
  line-height: 0%;
  font-family: 'Inter', sans-serif;
  font-size: 18px;
  font-weight: 700;
  margin: 4px;
}

@media (max-width: 767px) {
  #competition-rankings-wpd-4187 .flag-img-square {
width: 38px;
        height: 30px;
  }
	#competition-rankings-wpd-4187 table{
		padding:0px;
	}
  #competition-rankings-wpd-4187 .caption {
    text-align: center !important;
	  font-size:18px;
  }
.updated-text{padding-left: 15px;
	padding-right: 15px;}
  #competition-rankings-wpd-4187 th {
    height: 63px;
	  font-weight:400;
	  line-height:0;
    font-size: 14px;
    white-space: normal;
    border-width: 1px;
	  text-align:left;
  }

  #competition-rankings-wpd-4187 td {
    height: 75px;
    font-size: 16px;
  }
}
