.liferibbonlist table td:nth-child(odd) {
  vertical-align: middle; 
  text-align: center; 
}

.liferibbonlist table td:nth-child(even) {
  padding-left: 20px;
  vertical-align: top;
}

.liferibbonlist table td:nth-child(even) h3 {
  margin: 0 0 10px 0;
}

.liferibbonlist table td:nth-child(even) .cltime {
  margin: 0 0 5px 0;
  font-weight: bold;
}

.liferibbonlist table td:nth-child(even) .cltext {
  margin: 0 0 5px 0;
}

.liferibbonlist table td:nth-child(even) .cltype {
  background-color: #000;
  display: inline-block;
  color: #fff;
  padding: 8px 20px;
  font-weight: bold;
  text-decoration: none;
}
