title{
   display: block;
   font-size: x-large;
   background: white;
   color: black;
   text-align: center;
   padding: 1em;
}

description{
   display: block;
   background: white;
   color: black;
   text-align: center;
}

lecturer{
   display: block;
   background: white;
   color: black;
   text-align: center;
}

organization{
   display: block;
   background: white;
   color: black;
   text-align: center;
   padding-bottom: 1em;
}

content{
   display: block;
   padding-left: 2em;
   padding-top: 1em;
   padding-bottom: 1em;
}

topic{
   display: list-item;
}

language{
   display: none;
}

goal{
   display: none;
}

homepage{
   display: block;
   background: white;
   color: black;
   text-align: center;
   text-decoration: underline;
}

homepage:hover{
   background: white;
   color: red;
}

schedule{
   color: black;
   display: table;
   border-spacing: 3px;
   background: gray;
   text-align: center;
   margin-left: 2em;
   margin-top: 1em;
   margin-bottom: 1em;
}

event{
   display: table-row;
   padding: 2px;
}

date{
   color: black;
   display: table-cell;
   font-weight: bolder;
   padding: 0.5em;
   background: #c0c0c0;
}

event title{
   font-size: medium;
   color: black;
   display: table-cell;
   padding: 0.5em;
   background: lightblue;
}

slides{
   color: black;
   display: table-cell;
   padding: 0.5em;
   background: lightgreen;
   text-decoration: underline;
}

slides:hover{
   background: lightgreen;
   color: red;
}