/*!
 *
 * Timeline
 *
 */
 
#cm .reaction .timeline,
#tb .reaction .timeline {
  margin: 0 -14px;
  position: relative;
}
#cm .reaction .timeline::before,
#tb .reaction .timeline::before {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -2px;
  width: 3px;
  height: 100%;
  background-color: #eee;
}
#cm .reaction .timeline article,
#tb .reaction .timeline article {
  float: left;
  position: relative;
  margin: 14px;
  padding: 10px 0;
  background-color: #fff;
  border: 1px solid #eee;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
#cm .reaction .timeline article > *,
#tb .reaction .timeline article > * {
  margin-left: 10px;
  margin-right: 10px;
}
#cm .reaction .timeline article::after,
#tb .reaction .timeline article::after {
  content: "";
  display: block;
  height: 11px;
  width: 20px;
  position: absolute;
  pointer-events: none;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAALCAYAAAA9St7UAAABVUlEQVRIS2P8DwTv379nEBISYmQgDFihSriANDMQ/wXib1Cx34S1Y6ig2Lx37979FxQUZGAEeQRkPBGeYRWxdhV1jiut5OITSWRlY+P+/evX12+f3szfu6i7/c3R3a+BxpDiGYrNg3kC5H64Rwh4Bmypb2bbQS99WRUHJUEGES42hjfffjEcuPeeYdvFx3c2T6+yJ8EzFJuH7AkMj+DxDGv4zF19oVZ6OcE64hjpY+2Vlwyrj12asjLdrYjIWCFo3tojl6ctz3QtwGYeuiewegSHZ/gTl5972uWnzQ2KCXQAipmyTVe/zo80kgbKfSQir5BtHjZP4PQIFs8Ipa298nZmkDZON6avu8owK1hHGKjgHREeIcs8XJ4Y3jGCo/RijZy+e0KwjW4WvfIIvjxHMI/gKYIpLmXQkhvF5uEstYZFPUKEJ2ABSnFNjB4zUD7ZLQVYzAAAz8SE74GVNXMAAAAASUVORK5CYII=) no-repeat 0 0;
}
#cm .reaction .timeline article.left::after,
#tb .reaction .timeline article.left::after {
  top: 10px;
  right: -20px;
}
#cm .reaction .timeline article.right::after,
#tb .reaction .timeline article.right::after {
  top: 30px;
  left: -20px;
  background-position: -30px 0;
}
