.classResultTable table, td{
    width: 100%;
    table-layout:fixed;
}

.classResultTable td, .classResultTable th {
    text-align: center;
    /* padding: 8px; */
    border: 1px solid gray;
    min-width: 30px;
}
.linkedDiscussions{
    text-align: center;
    /* padding: 8px; */
    border: 1px solid gray;
    min-width: 30px;
}

.linkedDiscussions td, th{
    text-align: center;
    /* padding: 8px; */
    border: 1px solid gray;
    min-width: 30px;
    width: fit-content
}

#meetingTimes{
    width: 14%;
    border: 1px solid gray;
    font-size: 10px;
}

#meetingTimes td{
    border: 1px solid gray;
    font-size: 10px;
    width: 10px;
    height: 10px;
    text-align: center;
    /* padding: 10px; */
}

#meetingTimes #active{
    background-color: #333333;
    color: white;
}

.LectureInfo {
    border: 1px solid gray;
    display: block;
    padding: 20px;
}
.Linked{
    border: 1px solid gray;
    display: block;
    padding: 20px;
    margin-left: 10%;
}
#className{
    font-weight: bold;
    font-size: large;
}

.footer{
    width: 100%;
}

.panels{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    width: 100%;
    
}
#summary-panel, #schedule-panel {
    margin: 20px;
    display: none;
}


.course-card {
    background: rgb(239, 239, 239);
    padding-left: 25px;
    padding-right: 35px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-radius: 20px;
    margin: 10px;

    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
}


.linked-card{
    background: rgb(239, 239, 239);
    margin-left: 10%;
    margin-right: 10px;
    margin-bottom: 10px;
    padding-left: 25px;
    padding-right: 35px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 20px;

    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);

}

#search-again-btn {
    background-color:cadetblue;
    color: white;
}

.add-section {
    display: flex;
    flex-direction: row;
    gap: 7px;
    align-items: center;
    cursor: pointer;
    background-color: white;
    padding: 0.5px;
    border-radius: 100px;
    font-size: 12px;
}

.linked-text, .linked-card {
    display:none;
}