/*
body{ background:#8FFFDF; }
.was{ color: #0000D0; font-weight: bold;}
*/
#logo{
  background-image: url("TUEpsilon.svg");
  background-repeat:   no-repeat;
  background-position:right center;
  background-size:     contain;  
}
#logo h1 {color: #009966;margin:0 0 0.1em 0;padding-top:0.2em;padding-bottom:0.1em;}
hr{border-color:#009966;color:#009966;background-color:#009966;}
h1{border-bottom-color: #009966;}
h2{border-bottom-color: #009966;}

table .mgttable {
  border-spacing:15px
}

.mgttable td{padding:10px;border:0;vertical-align: top;
} 
.mgttable tr:nth-child(even) {
    background-color: #EEEEEE;
}
.mgttable tr:nth-child(odd) {
    background-color: #DDDDDD;
}

.mgttitle {font-style: italic;}
.mgtspeaker {font-weight: bold;}
.mg li{margin: 0.5em;}
