.Stud_status table {
    width: 100%;
    border-collapse: collapse;
}

.Stud_status th,
.Stud_status td {
    border: 1px solid #ddd;
    padding: 8px;
    text-align: center;
}

.Stud_status th {
    font-size: 18px !important;
    font-weight: bold;
    font-family: 'lato', sans-serif !important;
    color: #a00e09 !important;
}

.Stud_status td {
    font-size: 17px !important;
    font-weight: 500;
    font-family: 'lato', sans-serif !important;
    color: #000 !important;
}


.accordion-button:not(.collapsed)::after {
    background-image: var(--bs-accordion-btn-active-icon);
    display: none !important;
}

@media only screen and (max-width: 900px) {
    .pub-flex {
        display: flex;
        flex-direction: column;
    }
}

.left-pub {
    padding-left: 10px;
    border-bottom: solid #F4F0EB 3px;
}


.pub-flex {
    padding-bottom: 15px;
}

.pub-link {
    padding-top: 10px;
    color: var(--brown, #A00E09);
    text-align: justify;
    /* Button label */
    font-family: Lato;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

@media only screen and (max-width: 900px) {
    .pub-main {
        display: flex;
        flex-direction: column;
    }
}

.pub-icon {
    flex: 0 0 auto;
    padding: 10px;
}

.pub-content {
    flex: 1 1 auto;
    padding: 10px;
}

.pub-main {
    display: flex;
    border-top: solid #F4F0EB 3px;
    padding-top: 10px;
}

.pub-title {
    color: #000;
    font-family: Lato;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1px;
    padding-bottom: 10px;
}

.pub-author,
.pub-year {
    color: #717171;
    text-align: justify;
    /* Body Text */
    font-family: Lato;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.36px;
    padding-bottom: 0px !important;
    padding-top: 5px !important;
}

.span-author,
.span-year {
    color: #000;
    text-align: justify;
    font-family: Lato;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.8px;
}

.pub-year,
.span-year {
    display: inline;
}

.about_prof {
    padding: 20px 0 20px 0;
    color: #000;
    border-bottom: 2px #A00E09 dashed;
}

/* Inner-faculty-page */
.inner-faculty-col {
    display: grid;
    padding-left: 30px;
    align-items: center;

}

.about_prof {
    padding: 20px 0 20px 0;
    color: #000;
    border-bottom: 2px #A00E09 dashed;
}

.about_prof .education p {
    padding-left: 10px;
    font-family: 'Lato', sans-serif;
    margin-bottom: 0px !important;
}

.contact_details .education p {
    color: #000;
    padding-left: 10px;
    font-family: 'Lato', sans-serif;
    margin-bottom: 0px !important;
}

.accordion .accordion-item .accordion-button {
    padding: 20px 10;
    background-color: #f4f4f4;
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    font-weight: 500;
}

.accordion-button:focus {
    box-shadow: none !important;
}

.accordion-button:not(.collapsed) {
    color: #000 !important;
}

.faculty-member {
    width: 100%;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    border-radius: 50%;
}

.name {
    font-size: 24px;
    font-family: 'Lato', sans-serif;
}

.designation {
    font-size: 18px;
    font-family: 'Lato', sans-serif;
}

.education p {
    font-size: 17px;
    font-family: 'Lato', sans-serif;
}

.accordion-header span {
    font-family: 'Lato', sans-serif;
}

.accordion-body li {
    font-family: 'Lato', sans-serif;
}

.accordion-button:not(.collapsed)::after {
    background-image: var(--bs-accordion-btn-active-icon);
}

@media only screen and (max-width: 900px) {
    .contact_details {
        flex-direction: column;
    }
}