.version_history td.date {
  width: 15%;
  font-weight: bold;
  color: Maroon;
  vertical-align: top;
}

.version_history td.version {
  width: 15%;
  color: Teal;
  vertical-align: top;
}

.version_history td.desc {
  width: 70%;
  color: navy;
}

.version_history td {
  padding-bottom: 25px;
  width: 100%;
  border-style: none;
}

table.version_history {
  border-collapse: separate;
  border-spacing: 15px;
  width: 95%;
}

table.version_history th {
  text-align: left;
  padding-left: 10px;
}

#id_interior ul { list-style-image: none; list-style-type: none; font-size: 11pt; margin-left: 0px; }
#id_interior li { margin-bottom: 5px; margin-left: 0px; padding-left: 0px;}

