table {
    width: 100%;
    border-collapse: collapse;
    color: #fff;
}

table th, table td {
    border: 1px solid #444;
    padding: 12px;
}
table td a
{
    color: #71DFBE;
}
table th {
    background-color: #444;
    color: #fff;
}

table tr:nth-child(odd) {
    background-color: #555;
}

table tr:nth-child(even) {
    background-color: #444;
}

form {
    margin: 0;
    padding: 0;
}

input[type="text"]{
    background-color: #333;
    color: #fff;
    border: none;
    padding: 5px;
    margin-right: 5px;
    font-size: 0.9em;
}

