#pageContent {
    padding: 1em;
    background-attachment: fixed;
}

#allClassView a:link,
#allClassView a:visited
 {
    color: black;
    text-decoration: none;
}

#allClassView {
    position: relative;
}

#allClassView .classRow {
    position: relative;
    margin-bottom: 1.5em;

    display: flex;
    flex-direction: column;

    min-height: 9em;

    border: 0.25em solid var(--border-dark);
    background-color: #e9e0cca2;

}

#allClassView .cImgContainer {
    width: 20%;

    position: relative;
    overflow: hidden;
    padding: 0.5em;
    padding-right: 0em;
}

#allClassView .cImgContainer img {
   max-width: 80%;
   min-width: 25%;
}

#allClassView .cImgContainer .swiper-slide {
    text-align: center;
}


#allClassView .noImgAvail {
    margin: 0.5em;
}

#allClassView .upperbox {

    display: flex;
    flex-grow: 1;

}

#allClassView .ubTopbar {
    display: flex;   
}

#allClassView .ubTopbar h1 {
    margin: 0;
    padding: 0;
    flex-grow: 1;
}

#allClassView .upperbox .class {
    font-size: 0.8em;
    color: rgb(116, 116, 116);
}

#allClassView .upperbox .cContent {
    position: relative;
    flex-grow: 1;
}

#allClassView .kw {
    font-size: 0.8em;
    color: rgb(116, 116, 116);

    display: flex;
    justify-content: space-between;
    padding: 0.125em 0.5em;
}