.program-dropdown {
    position: relative;
    display: flex;
    flex-direction: column;
    margin: 0px 20px 0px 20px;
}

.dropbtn {
    padding: 10px 0px 10px 0px;
    margin: 10px 0px 10px 0px;
    background-color: #005bbb;
    border-width: 1px;
    color: white;
    font-size: 20px;
}

.dropdown-content p {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content p:hover {
    background-color: #f1f1f1;
}

.show {
    display: block;
}

.tg {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}

.tg td {
    border-color: black;
    border-style: solid;
    border-width: 1px;
    font-family: Arial, sans-serif;
    overflow: hidden;
    padding: 10px 5px;
    word-break: normal;
}

.tg th {
    border-color: black;
    border-style: solid;
    border-width: 1px;
    font-family: Arial, sans-serif;
    overflow: hidden;
    padding: 10px 5px;
    word-break: normal;
}

.header{
    font-size: 20px;
    font-weight: bolder;
    background-color: #005bbb;
    color: white;
}

.tg .tg-0lax {
    text-align: center;
}

.bigger-text {
    font-size: 18px;
    text-align: left;
}

.center{
    text-align: center;
}

.bold{
    font-weight: bolder;
}