body {
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
    background: #E0E4E8;
    /* HACK: create tow separate colors for infinite height and width */
    background-image: linear-gradient(to right, #111111 280px, #E0E4E8 280px);
    background-repeat: repeat-y;
    /* FIX: border on mobile chrome */
    background-size: 100% 200%;
}

a {
    color: #FFFFFF;
    text-decoration: none;
}

table {
    border-collapse: collapse;
}

tr:hover {
    background: #E8E8E8;
}

th,
td {
    margin: 0;
    padding: 0;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    border: 1px solid #CCCCCC;
}

th {
    padding: 3px;
    font-weight: normal;
    background-color: #DDDDDD;
    box-sizing: border-box;
}

#viewport {
    width: 1160px;
}
