#cat-themes-system {
  margin: 0 0 20px 0;
}

#cat-themes-list {
  width: auto;
  border: 1px solid #77BFBE;
  background-color: #CCECEB;
  color: #01458C;
  font-size:12px;
  font-weight: bolder;
  padding: 1px;
}

/**************
  AGENDA
**************/
.agenda-item {
	clear: both;
	margin-bottom:20px;
}

.agenda-item .title {
	font-weight: bolder;
}

.agenda-item .entry {
  padding-top:10px;
}

.agenda-item .agenda-date {
  float:left;
  width: 150px;
}

.agenda-item .agenda-content {
  margin-left: 150px;
}
