@media (prefers-color-scheme: dark){
body {
  background-color: transparent !important;}
  
body .entries .entry .timetitle:before {
  background-color: #151515 !important;}
}

body {
  background-color: #fff;
  min-height: 100vh;
  margin: 0;
  font-family: arial, sans-serif;
}
body:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 50%;
  bottom: 0px;
  height: auto;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1px;
  background-color: #d4d4d4;
}
body .entries {
  width: calc(100% - 2px);
  max-width: 800px;
  margin: auto;
  position: relative;
  left: -5px;
}
body .entries .entry {
  width: calc(50% - 60px);
  float: left;
  padding: 20px;
  clear: both;
  font-size: 10pt;
  text-align: right;
}
body .entries .entry:not(:first-child) {
  margin-top: -5px;
}
body .entries .entry .timetitle {
  font-size: 11pt;
  font-weight: bold;
  margin-bottom: 12px;
  position: relative;
  color: #818181;
}
body .entries .entry .timetitle:before {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  border: 4px solid #B9775F;
  background-color: #fff;
  border-radius: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -53px;
  z-index: 1000;
}
body .entries .entry .timetitle.big:before {
  width: 24px;
  height: 24px;
  -webkit-transform: translate(8px, -50%);
          transform: translate(8px, -50%);
}
body .entries .entry .body {
  color: #818181;
}
body .entries .entry .body p {
  line-height: 1.4em;
}
body .entries .entry:nth-child(2n) {
  text-align: left;
  float: right;
}
body .entries .entry:nth-child(2n) .timetitle:before {
  left: -43px;
}
body .entries .entry:nth-child(2n) .timetitle.big:before {
  -webkit-transform: translate(-8px, -50%);
          transform: translate(-8px, -50%);
}