#proxsysContent table {
    width: 100%;
    margin-bottom: 2rem;
}

#proxsysContent thead {
    background-color: black;
    color: white;
    width: 100%;
}

#proxsysContent th, #proxsysContent tr {
    width: 33%;

}

#proxsysContent td, #proxsysContent th {
    padding: 1rem;
    border: solid 1px black;
}

#proxsysContent tbody tr:hover {
    background-color: red;
    color: white;
    font-weight: bold;
    cursor: pointer;
}