.torneos-mes {
	border: solid;
	border-radius: 20px;		
    #table-layout: fixed;
    width: 100%;
	}

.torneos-mes th {
	background-color: lightblue;
	font-weight: bold;
	text-align:center;
}

.torneo-partgan-title {	
	background-color: lightblue;
	font-weight: bold;
	width: 60%;
	text-align: center;
}
	
.torneos-mes tr td.trophy-img {
	width: 5%;
}

.torneos-mes tr td.torneo-partgan, tr td.torneo-partgan-w {
	width: 5%;
}

.torneos-mes tr td.torneo-partgan-w {
	font-weight: bold;
	color: #900C3F;
}

.torneos-mes tr td.torneo-partgan-w {
    font-weight: bold;
}

.torneos-mes>tbody>tr>td,
.torneos-mes>tbody>tr>th {
  border-top: none;
}