.pwnrow li {
    float: left;
    font-size: 19px;
    list-style: none;
	padding: 31px 58px;
	
}
.pwnrow li a{
	color: #FFF;
	text-decoration:none;
	text-align:center;
	 -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none;   /* Chrome/Safari/Opera */
  -khtml-user-select: none;    /* Konqueror */
  -moz-user-select: none;      /* Firefox */
  -ms-user-select: none;       /* Internet Explorer/Edge */
  user-select: none;      
}
.pwnrow li span{
	display:block;
	font-size: 29px;
}
.pwnrow.odd  li:nth-child(even) {
	background: #211F21;
	color: #FFF;
}
.pwnrow.odd  li:nth-child(odd) {
	background: #1A1A1A;
	color: #FFF;
}

.pwnrow.even  li:nth-child(odd) {
	background: #211F21;
	color: #FFF;
}
.pwnrow.even  li:nth-child(even) {
	background: #1A1A1A;
	color: #FFF;
}
.pwnrow li span:after {
    content:"\000A";
    white-space: pre;
}
.pwnrow li a.pwn-selected{
	color:red;
}