<style>
    
table.categories {
    border-collapse: collapse;
    background-color: #fff;
    width: 100%;
    }
    
table.categories tr {
  border: solid #ccc;
  border-width: 1px 0;
}


/* Style The Dropdown Button */
.cdropbtn { 
    border: none;
    cursor: pointer;
}

/* The container <div> - needed to position the dropdown content */
.cdropdown {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.cdropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    margin-left: 30px;
    white-space: nowrap;
    padding: 8px;
     font-size: 10pt;
}

/* Links inside the dropdown */
.cdropdown-content a {
    color: black;
    padding: 4px 4px;
    text-decoration: none;
    display: block;
}

/* Change color of dropdown links on hover */
.cdropdown-content a:hover {
    color: #999999;
}

/* Show the dropdown menu on hover */
.cdropdown:hover .cdropdown-content {
    display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.cdropdown:hover .cdropbtn {
    color: #999999;
}
</style>
