@charset "UTF-8";
/* CSS Document */
p {
  margin-bottom: 0.5em;
}
.live {
  font-weight: bold;
  font-size: 1.25em;
  color: darkblue;
}
.time {
  text-align: left;
  font-szie: 0.75em;
  color: #aaa;
}
.role {
  display: inline-block;
  font-size: 12px;
  padding: 3px 9px;
  margin-bottom: 0.5em;
  background-color: darkslateblue;
  color: white;
  border-radius: 3px;
}
.inst {
  font-size: 0.8em;
  
}
.sponsored {
  text-align: right;
  font-size: 0.9em;
  color: #666;
	margin-bottom:2em;
}
.ml {
  font-weight: bold;
  font-size: 1em;
  color: darkblue;
}
.mlArea{
	background-color:aliceblue;
}
.mlTitle {
  font-weight: bold;
  font-style: oblique;
}