.class {
display: none;
position: absolute;
background: #eae3b3; 
width: 400px;
border-style: dotted;
}
.classname {
font-weight: bold;
font-size: medium;
color: #4bccc8;
text-align: center;
}
.classdesc {
font-size: smaller;
}
.classlevel {
font-weight: bold;
font-size: smaller;
color: #808000;
}
.thickhr {
height: 4px;
background-color: black;
}
.instructor {
display: none;
position: absolute;
background: #eae3b3; 
width: 500px;
border-style: dotted;
}
.instructorname {
font-weight: bold;
}
.instructordesc {
font-size: smaller;
}
