.class {
display: none;
position: absolute;
background: #eae3b3; 
width: 350px;
border-style: none;
padding:7px;
text-align: justify;
}
.classname {
font-weight: bold;
font-size: large;
color: #4bccc8;
text-align: center;
}
.classdesc {
font-size: smaller;
}
.classlevel {
font-weight: bold;
font-size: medium;
color: #442f2d;
text-align: center;
}
.thickhr {
height: 4px;
background-color: black;
}
.instructor {
display: none;
position: absolute;
background: #eae3b3; 
width: 500px;
border-style: none;
padding: 7px;
}
.instructorname {
font-weight: bold;
font-size: large;
color: #442f2d;
}
.instructordesc {
font-size: smaller;
text-align: justify;
}
.instructor img {
float: left;
padding: 5px;
}
