

.itemHolder li
{
    list-style: none;
    text-align: left;
}

.headline
{
    font-weight: normal;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 20px;
}

table {
    width: 750px;
    border-collapse: collapse;
    margin:50px auto;
}
/* Zebra striping */
tr:nth-of-type(odd) {
    background: #eee;
}
th {
    background: #3498db;
    color: white;
    font-weight: bold;
}
td, th {

    padding: 10px;
    border: 1px solid #ccc;
    text-align: left;
    font-size: 18px;
}
tr.select:hover {
    background: #3498db;
}

input, textarea {

    font-family: "Times New Roman";
    font-size: 100%;
}
div{
    text-align: center;
}