/**
 * main
 */

section .cell-other,
section .slideCell {
  font-size: 12px;
  line-height: 1.5;
}
section .cell-other img + p,
section .slideCell img + p {
  margin-top: 0px;
}
section .cell-other:hover,
section .slideCell:hover {
  background-color:#FFC;
  border-color: #7c7c7c;
}

