.interview_item
{
  float:left;
  width:90px;
}

.person1 .interview_name, .person2 .interview_name
{
  font-weight: bold;
  font-variant:small-caps;
}

.person1 .interview_name
{
  color: #00A000;
}

.person2 .interview_name
{
  color: #0000A0;
}

.person1
{
  text-align: left;
  width:90%;
/*  color: #00A000; */
}

.person2
{
  text-align: left;
  width:90%;
  margin-left: 10%;
/*
  color: #0000A0;
  font-weight: bold;
*/
}


.item_prev
{
  clear:left;
  margin-bottom:10px;
}

.item_name
{
  clear: left;
  float: left;
}

.item_date
{
  float: right;
}