<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */






.timeline_um-flat {
  margin: 0 !important;
  padding: 0 !important;
}



.timeline_um-flat .even {
  clear: left;
  float: left;
}
.timeline_um-flat .odd {
  clear: right;
  float: right;
  margin-top: 100px !important;
}


.timeline_um-flat .timeline_um-item {
  display: inline-block;
  margin: 10px 0;
  padding-bottom: 20px;
  position: relative;
  vertical-align: top;
  width: 50%;
  z-index: 100;
}


.timeline_um-flat  .timeline_um-post {
  padding-bottom: 20px;
  background: none repeat scroll 0 0 rgb(255, 255, 255);
  border: 1px solid rgb(174, 173, 173);
  position: relative;
  width: 90%;
  border-radius: 4px;
  
}






.timeline_um-flat .even .timeline_um-post {
  float: left;
  margin-left: 15px;
}


.timeline_um-flat .odd .timeline_um-post {
  float: right;
  margin-right: 15px;
}







.timeline_um-flat .timeline_um-item .timeline_um-arrow {
  background: none repeat scroll 0 0 rgb(221, 221, 221);
  height: 0;
  position: absolute;
  top: 35px;
  width: 0;
}

.timeline_um-flat .even .timeline_um-arrow {
  right: -1px;
}

.timeline_um-flat .even .timeline_um-arrow {
  right: -1px;
}








.timeline_um-flat .even .timeline_um-arrow { background: #ffffff; border: 1px solid #a3a3a3; }
.timeline_um-flat .even .timeline_um-arrow:after,
.timeline_um-flat .even .timeline_um-arrow:before { left: 100%; top: 50%; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none; }
.timeline_um-flat .even .timeline_um-arrow:after { border-color: rgba(255, 255, 255, 0); border-left-color: #ffffff; border-width: 8px; margin-top: -8px; }
.timeline_um-flat .even .timeline_um-arrow:before { border-color: rgba(163, 163, 163, 0); border-left-color: #a3a3a3; border-width: 9px; margin-top: -9px; }





.timeline_um-flat .odd .timeline_um-arrow{background: #ffffff; border: 1px solid #a3a3a3; } .timeline_um-flat .odd .timeline_um-arrow:after,
.timeline_um-flat .odd .timeline_um-arrow:before { right: 100%; top: 50%; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none; }
.timeline_um-flat .odd .timeline_um-arrow:after { border-color: rgba(255, 255, 255, 0); border-right-color: #ffffff; border-width: 8px; margin-top: -8px; }
.timeline_um-flat .odd .timeline_um-arrow:before { border-color: rgba(163, 163, 163, 0); border-right-color: #a3a3a3; border-width: 9px; margin-top: -9px; }





.timeline_um-flat .timeline_um-button {
  background: none repeat scroll 0 0 rgb(40, 200, 168);
  border-radius: 50%;
  box-shadow: 0 0 3px -1px rgb(0, 0, 0);
  height: 15px;
  position: absolute;
  top: 30px;
  width: 15px;
}

.timeline_um-flat .even .timeline_um-button {
  right: -8px;
}


.timeline_um-flat .odd .timeline_um-button {
  left: -7px;
}





.timeline_um-container .load-more {
  clear: both;
  display: block;
  text-align: center;
}


.timeline_um-container .loading span {
  background: url("images/ajax-loader.gif") no-repeat scroll 5px 13px rgb(255, 89, 16) !important;
}



.timeline_um-container .load-more span {
  background: none repeat scroll 0 0 rgb(255, 89, 16);
  border-radius: 3px;
  color: rgb(255, 255, 255);
  cursor: pointer;
  display: inline-block;
  margin-top: 16px;
  padding: 7px 25px;
  position: relative;
  text-align: center !important;
  z-index: 57;
}


























.timeline_um-flat .timeline_um-thumb {
  overflow: hidden;
  padding: 10px;
}

.timeline_um-flat .timeline_um-thumb img {
  border-radius: 0;
  box-shadow: none;
  width: 100%;
}


.timeline_um-flat .items-info{}


.timeline_um-flat .timeline_um-title {
  font-size: 15px;
  padding: 10px;
  text-align: left;
}

.timeline_um-flat .timeline_um-meta {
  font-size: 12px;
  padding: 0 10px 10px;
  text-align: left;
}


.timeline_um-flat .timeline_um-content {
  padding: 0 10px;
  text-align: left;
}


































</pre></body></html>