html {
  font-size: 5vw;
}
@media (min-width: 680px) {
  html {
    font-size: 16px;
  }
  body {
    font-size: 1rem;
  }
}


.entry {
  padding: 10px;
  text-align: left;
  border-bottom: 1px solid #7c0036;
  background: #f4f4f4;
  color: #000;
}
.entry:nth-child(2n+1) {
  background: #ffffff;
}

.entry h4 {
  margin: 0 0 5px 0;
  padding: 4px 6px;
  border-left: 4px solid #7c0036;
  line-height: 1;
}

.entry .date {
  padding: 0 0 5px;
  color: #7c0036;
  font-size: 12px;
}
.entry .comment {
  padding: 0 0 0 10px;
}


#pagelink {
  padding: 10px 0;
}

#pagelink span {
  position: relative;
  display: inline-block;
  margin: 0 3px;
  padding: 3px 4px;
  color: #ffffff;
  border: 1px solid #7c0036;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #7c0036;
  font-size: 12px;
  line-height: 1;

  behavior: url('PIE/PIE.htc');
}

#pagelink a span {
  color: #7c0036;
  background: #ffffff;
}

#pagelink a:hover span {
  color: #ffffff;
  background: #7c0036;
}
