div.ccm-details-panel {
  cursor: pointer;
  transition: all 0.1s linear;
}
div.ccm-details-panel:hover {
  border-color: #09f;
}
