

.worldtable {
	border-collapse: collapse;
	width: 100%;
}

.worldtable tr td, .worldtable tr th
{
	padding-right: 40px;
	text-align: left;
}

.worldtable tr td:nth-child(1),
.worldtable tr th:nth-child(1)
{
	width: 200px;
}

.worldtable tr td:nth-child(2),
.worldtable tr th:nth-child(2)
{
	width: 100px;
}

/*
.worldtable tr td:nth-child(3),
.worldtable tr th:nth-child(3)
{
	width: 100px;
}
*/

.username
{
}
.mapname
{
}
.join
{
}

th b {
	border-bottom: 1px solid black;
}

th {
	font-size: 19px;
	padding-bottom: 14px;
}
