.blog-menu li {
  line-height: 40px;
  font-size: 18px;
}

.ci-text .highlight-text {
  font-weight: bolder;
  color: rgb(7, 73, 124);
}

.code {
  background-color: white;
  /* color: white; */
}

ol li {
  margin-left: 40px;
}

#pdflist {
  font-family: "Poppins", Helvetica, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

#pdflist td,
#pdflist th {
  border: 1px solid #ddd;
  padding: 8px;
}

#pdflist tr:nth-child(even) {
  background-color: #d5f6fc;
}

#pdflist tr:hover {
  background-color: #7dc1c8;
}

#pdflist th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #04b4e0;
  color: white;
}

#pdflist img {
  width: 50px;
}
