body {
  min-height: 100vh;
  margin: 0;
  font-family: Oswald, Helvetica, Arial, Verdana, sans-serif;
}
a {
  color: inherit;
  text-decoration: inherit;
}
a:hover {
  text-decoration: underline;
}
td:hover {
  color: #FFFFFF;
  background-color: #25ceff !important;
}
td {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 25ch;
}
@media (min-width: 1024px) {
body:before {
  content: "";
  position: fixed;
  top: 0px;
  left: 40px;
  bottom: 0px;
  transform: translateX(-50%);
  width: 4px;
  background-color: #A4A4A4;
}
}
body .entries {
  width: calc(100% - 80px);
  margin: auto;
  position: relative;
  left: -5px;
}
body .entries .entry {
  width: calc(100% - 80px);
  padding: 20px 60px 80px 0px;
  clear: both;
  text-align: left;
  float: left;
}
body .entries .entry:last-child {
  padding: 20px 60px 20px 60px;
}
@media (min-width: 1024px) {
body .entries .entry {
  padding: 20px 60px 80px 60px;
}
}
@media (max-width: 1024px) {
body .entries .entry {
  padding: 20px 60px 80px 0px !important;
}
}
body .entries .entry:not(:first-child) {
  margin-top: -60px;
}
body .entries .entry .title {
  font-size: 32px;
  margin-bottom: 12px;
  position: relative;
  color: #484848;
  white-space: nowrap;
  /*overflow: hidden;*/
  text-overflow: ellipsis;
}
@media (min-width: 1024px) {
body .entries .entry .title:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border: 4px solid #484848;
  background-color: #FFFFFF;
  border-radius: 100%;
  top: 50%;
  transform: translateY(-50%);
  right: -73px;
  z-index: 1000;
  left: -63px;
}
}
body .entries .entry .title.big:before {
  width: 24px;
  height: 24px;
  transform: translate(-8px, -50%);
}
body .entries .entry .body {
  color: #484848;
}
body .entries .entry .body p {
  line-height: 1.4em;
}
th {
    border-bottom: 1px solid #f0f0f5;
    border-right: 1px solid #f0f0f5;
    padding: 5px 5px 5px 5px;
}
th:last-child {
    border-right: 0px solid #f0f0f5;
}
th:nth-child(even) {
    border-right: 0px solid #f0f0f5;
}
td {
    border-bottom: 1px solid #f0f0f5;
    border-right: 1px solid #f0f0f5;
    padding: 5px 5px 5px 5px;
    white-space: nowrap;
}
tr:last-child td {
    border-bottom: 0px solid #f0f0f5;
}
td:first-child {
    text-align: center;
}
td:last-child {
    border-right: 0px solid #f0f0f5;
}
td:nth-child(even) {
    border-right: 0px solid #f0f0f5;
}
@media (max-width: 1024px) {
td:nth-child(4) {
    display:none;
}
td:nth-child(5) {
    display:none;
}
td:nth-child(6) {
    display:none;
}
td:nth-child(7) {
    display:none;
}
th:nth-child(4) {
    display:none;
}
th:nth-child(5) {
    display:none;
}
th:nth-child(6) {
    display:none;
}
th:nth-child(7) {
    display:none;
}
}
table {
    border-spacing: 0px;
    font-family: 'Roboto', sans-serif;
    width: 100%;
}
img {
    width: 24px;
}
