body{
background-color: #eee;
padding-left: 5%;
font-family: Sans, Helvetica;

}

a:target {
  border: 2px solid #D4D4D4;
  background-color: orange;
  color: white;
}

.idiv{
}

#vtable{
 margin-top: 6em;
 margin-bottom: 6em;
 background-color: #192a56;
 width: 80%;
}

#vtable tr td.ltitle{
text-align: center;
vertical-align: middle;
font-size: 115%;
}

#vtable img{
box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 13px 10px rgba(0,0,0,0.21);
}


#vtable img:hover{
box-shadow: 0 4px 18px rgba(0,0,0,0.25), 0 3px 0px rgba(0,0,0,0.21);
position:relative;
left: -5px;
top:-2px;
}

#vtable th{
  background-color: #ddd;
}

#vtable td{
  padding: 1em;
  background-color: #eee;
}

#vtable td p {
 margin:0em;
 margin-top:0.3em;
}


p.topics{
 padding-bottom: 1em;
 font-style: italic;
}

p.intro{
 padding: 1em;
}

p.lecture{
 font-size:110%;
}

p.title{
 font-size:135%;
}

p.subtitle{
 font-size:115%;
}

p.number{
 font-size:95%;
}

p.lecturer{
 font-size:95%;
}
