html {
  height: 100%;
  width: 100%;
}

#act_list .member{
  margin: 2px;
  font-size: 0.8em;
  height: 1.5em;
}

#act_list .member.conflict{
  background-color: red;
  color:white;
}

#act_list .act.filler{
  background-color: #f4f4cb;
}
#act_list .act.fixed{
  background-color: #f1cbf4;
}

#input_names{
  height: 5em;
  background: gainsboro;
  border: thin solid #c0c0c0;
}