/*
 * CSS for ce-2col FCE in link lists
 */
.ce-2col {
  border-bottom: 1px solid #333;
  padding-bottom: 6px;
  margin-bottom: 6px;
}

.ce-2col .ce-2col-left {
  min-height: 75px;
  overflow: hidden;
}

.ce-2col .ce-2col-right {
  min-height: 75px;
  overflow: hidden;
}

.ce-2col .ce-2col-right p.bodytext, .ce-2col .ce-2col-left p.bodytext {
  padding-bottom: 0px;
  margin-bottom: 0px;
}



