body {
    margin: 0;
    overflow: visible;
}


.go_up_btn {
    position: fixed;
    bottom: 30px;
    right: 30px;
    background: rgb(191, 191, 191);
    width: 55px;
    height: 55px;
    display: flex;
    justify-self: center;
    justify-content: center;
}
.arrow_up {
    font-size: 40px;
    font-weight: bold;
    color: black;
    text-decoration: none;
}



/*Body starts here*/
.body_content {
    width:95vw;
    margin:auto;
}

.page_nav {
    margin: 30px 0px 30px 0px;
}

.page_content {
    color: black;
    text-decoration: none;
    list-style-type: none;
    font-size: 1.5rem;
    height: fit-content;
    padding: 0px 30px 0px 0px;
}


/*page contetns start here*/
.heading {
    font-weight: bold;
    font-size: 1.5rem;
}

.text {
    font-size: 20px;
    text-decoration: none;
    color: black;
}

.text_wrap {
    font-size: 20px;
    text-decoration: none;
    color: black;

    white-space: normal;
}

.text_years {
    font-size: 20px;
    text-decoration: none;
    color: black;
}

/*TABLE*/
.heading_2 {
    font-weight: bold;
    font-size: 1.3rem;
}

table {
    border-collapse: collapse;
    display:block;
    overflow:auto;
    white-space: nowrap; /* Prevent text wrapping */
    width: 100%;
}
  
td {
    vertical-align: baseline;
}
tr:nth-child(even) {
    background-color: #dddddd;

}
tr:nth-child(odd) {
    background-color: #eeeeee;
}


.undergrad_set_height {
    width:auto; 
    height: 400px;
    overflow:scroll;
}

.WS_scroll {
    width: auto;
    height: 60px;
    overflow: scroll;
}

.text_bold {
    font-size: 20px;
    text-decoration: none;
    color: black;
    font-weight: bold;
}

.list_noBullet {
    list-style-type: none;
}

td {
    border: none;
    padding: 15px 30px;
}

th {
    font-weight: bold;
    padding: 15px 30px;
    text-align: left;
    word-wrap: break-word; /* Break long words */
    word-break: break-all; /* Break words to fit */
    white-space: normal;   /* Allow wrapping of text */
}

@media only screen and (min-width: 768px) {
    .body_content {
        width: 70%;
        margin: 0 auto;
    }
}
