/* hits.css */

table, table * {
        border: 1px solid black;
        background-color: white;
}

.agentId {
        display: none;
}

/* for the side by side tables for member hits */
.wrapper {
        width:100%;
}

.left {
        float:left;
        width:48%;
}
.right {
        float:right;
        width:48%;
}

#todayGuests, #todayGuests * {
        background-color: white;
        border: 1px solid black;
}
#todayGuests * {
        padding: 5px;
}
button {
        cursor: pointer;
}
input[type=submit] {
        cursor: pointer;
}
