body {
margin:0px;
padding:0px;
}

a {
    color: #fff;
}

.boxcontent-small {
    background: black;
    width: 300px;
    margin: auto;
    font-family: helvetica;
    padding: 15px 0px;
    border-radius: 10px;
    font-family:helvetica;
}

.boxcontent {
    background: black;
    float:left;
    width: 500px;
    margin: auto;
    font-family: helvetica;
    padding: 15px 0px;
    border-radius: 10px;
    font-family:helvetica;
}

table {
    border:none;
    font-family:helvetica;
}

table th {
background:#000;
color:#fff;
padding:2px 5px;
}

table th:last-child {
border-right:none;
}

table td {
color:#fff;
padding:2px 8px;
}

table tbody tr td a {
color:#fff;
text-decoration:none;
}

table tbody tr td a:hover {
color:#F7BF4F;
}

table td:last-child {
border-right:none;
}

table tr:last-child td {
border-bottom:none;
}


table tr:hover td {
    background-color: #555;
}

tr:nth-child(even) {
    background-color: #444;
}

tr:nth-child(odd) {
    background-color: #000;
}