* {
  cursor: url(https://cur.cursors-4u.net/food/foo-3/foo262.png), auto !important;
}

body {
    background-color: #000000;
}

#blog-container {
  margin: 0% 10% 5%;
}

ul {
  list-style-type: disc;
  margin-left: 20px;
}

.title {
  font-size: 1.5em;
  font-family: VCR;
}

.date {
  font-size: 1em;
  opacity: 0.7;
  font-family: VCR;
}

.date::before {
  content: " ⇄ ";
}

.entry-split {
  display: grid;
  grid-template-columns: 75% 25%;
}

.entry-item {
  padding-right: 20px;
}

.entry-note {
  margin: 20px 0px;
  padding: 0px 10px;
  border-left: 1px solid #666666;
  font-size: 0.85em;
}

.entry-ask {
  display: grid;
  grid-template-columns: 40% 60%;
}

.entry-question {
  margin: 20px 0px;
  padding: 0px 10px;
  border-right: 1px solid #666666;
}

.entry-answer {
  padding: 20px;
}

#blog-content {
  opacity: 1;
  transition: opacity 0.4s ease;
}

#blog-content.fade-out {
  opacity: 0;
}

#blog-nav {
  text-align: center;
}

.greyedout {
  opacity: 0.5;
  pointer-events: none;
}

table {
  width: 100%;
  border-collapse: collapse;
  clear: both;
  table-layout: fixed;
  border: solid black 1px;
  border-radius: 6px;
}

td,
th {
  border-left: solid black 1px;
  border-top: solid black 1px;
  table-layout: fixed;
  padding: 5px;
  clear: both;
  vertical-align: top;
  overflow: auto;
}

td:first-child,
th:first-child {
  border-left: none;
}

blockquote {
  border: 1px dotted #666666;
  padding: 10px 10px 0px;
  font-family: 'Times New Roman', Times, serif;
  margin-bottom: 10px;
}

.bqsrc {
  text-align: right;
  font-style: italic;
  font-size: 0.8em;
}

.bqsrc::before {
  content: "→ ";
}

.top-title {
  padding: 2% 10% 0px;
}

.top-links {
  float: right;
  font-size: 1.2em;
  font-family: GungsuhChe;
}

@media screen and (max-width:768px) {
  #blog-container {
    margin: 0% 5% 5%;
  }

  .entry-split,
  .entry-ask {
    display: block;
  }

  .entry-item,
  .entry-question {
    padding: 5px 0px;
  }

  #blog-nav {
    text-align: left;
  }

    .top-title {
    padding: 2% 5% 0px;
  }

}