
/* added by Tocsindata */

.nobullet  {
  list-style-type: none; /* Remove bullets */
  padding: 2px; /* Remove padding */
  margin: 2px; /* Remove margins */ 
}

.nobullet  li:nth-child(even) {background: #858383}

.nobullet  li:nth-child(odd) {background: #3D3D3D}


.nobullet ul li {
	
}

