div.title-header {
   width:900px;
   height:30px;
   background-image:url('../../design/images/members-title.png');
}

div.count-members {
   width:900px;
   height:30px;
   background-image:url('../../design/images/members-count.png');
}


.title {
	margin: 0 auto;
	margin-top: 0px;
	padding: 0em 0 0em;
	width: 100%;
	max-width: 900px;
	overflow: hidden;
}

table {
    border-collapse: collapse;
    margin-bottom: 1em;
    width: 100%;
    background: #504070;
}
td, th {
    padding: 0.75em 0.3em;
    text-align: left;
}

tbody tr:nth-child(2n-1) {
    background-color: #ffffff;
    transition: all .125s ease-in-out;
}
tbody tr:hover {
    background-color: rgba(255,255,255,.3);
}