.navbar {
    background-color: #645A4B !important;
    color: white;
}

.navbar button, a {
    font-weight: bold !important;
    color: white !important;
}

.dropdown-menu {
    background-color: #645A4B !important;
}

.dropdown-item:hover {
    color: #645A4B !important;
}

.listRow {
    border: none;
    margin-top: 5px;
}

.listRow:hover {
    background-color: #D7DE8C;
    color: #0D3D35;
}

table, th, td {
  
  }

table {
    width: 793px !important;
    margin: 10px;
}

tr {
    height: 46px !important;
}

td {
    height: 176px !important;
    width: 240px !important;
    text-align: left;
    vertical-align: top;
}

.brevColumn {
    height: 100px;
    width: 200px;
    margin-top: 5pX;
    margin-left: 5px;
}