.resourceTables {
    border-collapse: collapse;
    width:100%;
    overflow-x:auto;
}

.resourceTables td, .resourceTables th {
    border: 1px solid #ddd;
    padding: 8px;
}

.resourceTables tr:nth-child(even){
    background-color: #f2f2f2;
}

.resourceTables th {
    padding-top:12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #4CAF50;
    color:white;
}

#loginBtn {
    color: white;
}

#logoutBtn {
    color:white;
}