body {
    padding: 0;
    margin: 0 auto;
    box-shadow: 1px 1px 50px;
    border: 2px solid #df0174;
    vertical-align: middle;
    border-radius: 8px;
    border-color: #df0174;
    font: 14px Arial;
    background: none repeat scroll 0 0;
    font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
    font-weight: 500;
    font-size: 14px;
    color: #9b9b9b;
    background-color: #FFF;
}
    header {
      background-color: #e60073;
      color: white;
      font-weight: bold;
      text-align: center;
      font-size: 18px;
      padding: 8px 0;
      user-select: none;
	  font-family: cursive;
    }
    form {
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 4px 0;
      border: 1px solid #ccc;
      border-top: none;
    }
    label {
      font-size: 10px;
      color: #888;
      margin-right: 4px;
    }
    input[type="text"] {
      font-size: 10px;
      padding: 2px 4px;
      width: 80px;
      border: 1px solid #ccc;
    }
    button {
      font-size: 10px;
      padding: 2px 8px;
      margin-left: 4px;
      border: 1px solid #ccc;
	  color: red;
      background: white;
      cursor: pointer;
    }
    button:hover {
      background: #f0f0f0;
    }
    .bookmark {
      border: 1px solid #ccc;
      border-top: none;
      text-align: center;
      font-size: 12px;
      padding: 4px 0;
      color: #666;
    }
    .bookmark strong {
      color: #e60073;
      font-weight: 700;
    }
    .info-title {
      border: 1px solid #ccc;
      border-top: none;
      font-weight: 600;
      font-size: 10px;
      color: #888;
      padding: 4px 4px 2px 4px;
      user-select: text;
    }
    .info-text {
      border: 1px solid #ccc;
      border-top: none;
      font-size: 13px;
      color: #888;
      padding: 4px 4px 4px 4px;
      line-height: 1.1;
      user-select: text;
    }
    .section-header {
      background-color: #e60073;
      color: white;
      font-weight: 600;
      font-size: 11px;
      padding: 7px 7px;
      user-select: none;
    }
    .list {
      font-size: 13px;
      padding: 4px 4px 4px 4px;
      user-select: text;
    }
    .list div {
      border-bottom: 1px solid #ccc;
      padding-bottom: 7px;
      margin-bottom: 7px;
    }
    .list div:last-child {
      border-bottom: none;
      margin-bottom: 0;
      padding-bottom: 0;
    }
    .gray-bold {
      color: #666;
      font-weight: 700;
	  text-decoration: none;
    }
    .pink-bold {
      color: #d60000;
      font-weight: 700;
	  text-decoration: none;
    }
    .green-bold {
      color: #1a6e1a;
      font-weight: 600;
	  text-decoration: none;
    }
    .added-badge {
      font-size: 8px;
      font-weight: 700;
      color: white;
      background-color: #e60073;
      border-radius: 9999px;
      padding: 3px 4px;
      margin-left: 4px;
      vertical-align: middle;
      display: inline-block;
      line-height: 1.2;
    }
    .line-through {
      text-decoration: line-through;
    }
    .icon-pdf {
      color: #d60000;
      margin-right: 4px;
    }
    .icon-caret {
      color: #666;
      margin-right: 4px;
    }
    .hot-label {
      font-size: 8px;
      font-weight: 700;
      color: #d60000;
      text-transform: uppercase;
      margin-left: 4px;
      vertical-align: middle;
      display: inline-block;
      line-height: 1;
      animation: blink 1.2s linear infinite;
      user-select: none;
    }
    @keyframes blink {
      0%, 100% { opacity: 1; }
      50% { opacity: 0; }
    }
    footer {
      background-color: #e60073;
      color: white;
      font-weight: bold;
      text-align: center;
      font-size: 11px;
      padding: 8px 8px;
      user-select: none;
      font-style: italic;
    }
    /* Icons from FontAwesome */
    @font-face {
      font-family: "Font Awesome 5 Free";
      font-style: normal;
      font-weight: 900;
      src: url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/webfonts/fa-solid-900.woff2") format("woff2");
    }
    .fas {
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      font-style: normal;
      display: inline-block;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
    }
    .fa-file-pdf:before {
      content: "\f1c1";
    }
    .fa-caret-right:before {
      content: "\f0da";
    }
.an {
    display: inline;
    border: 2px solid #d60000;
    border-radius: 3px;
    padding: 1px 6px 1px 3px;
}
a {
    text-decoration: none;
	color: #d60000;
}
.pagination {
      text-align: center;
      padding: 8px 0;
      user-select: none;
    }
    .pagination a, .pagination span {
      display: inline-block;
      margin: 0 2px;
      padding: 4px 8px;
      font-size: 10px;
      font-weight: 700;
      color: #e60073;
      border: 1px solid #e60073;
      border-radius: 3px;
      text-decoration: none;
      cursor: pointer;
      user-select: none;
    }
    .pagination a:hover {
      background-color: #e60073;
      color: white;
    }
    .pagination .current {
      background-color: #e60073;
      color: white;
      cursor: default;
    }
    .pagination .disabled {
      color: #ccc;
      border-color: #ccc;
      cursor: default;
    }
	.page-jump {
      text-align: center;
      padding: 4px 0 12px 0;
      user-select: none;
    }
    .page-jump label {
      font-size: 10px;
      color: #666;
      margin-right: 4px;
    }
    .page-jump input[type="number"] {
      width: 40px;
      font-size: 10px;
      padding: 2px 4px;
      border: 1px solid #ccc;
      text-align: center;
    }
    .page-jump button {
      font-size: 10px;
      padding: 2px 8px;
      margin-left: 4px;
      border: 1px solid #e60073;
      background: white;
      color: #e60073;
      font-weight: 700;
      cursor: pointer;
      border-radius: 3px;
      user-select: none;
    }
    .page-jump button:hover {
      background-color: #e60073;
      color: white;
    }
.path {
    padding: 6px;
    color: #000000;
    font-weight: bold;
    margin: 1px;
    font-size: 14px;
}

    .size {
      color: #6b7280;
      margin-top: 1px;
    }
	.info{
	background: #e6e7e7;
    margin: 2px;
	}

  .download-button img {
    width: 16px;
    height: 16px;
    display: block;
  }
  .download-button {
    background: #ede9dd;
    position: relative;
    z-index: 1;
    font-size: 11pt;
    font-weight: bold;
    padding: 5px 1px 5px 1px;
    color: #aba494;
    text-align: left;
    text-shadow: 0px 1px 0px #ffffff;
    border-top: 1px solid #ddd7c6;
    border-bottom: 1px solid #ddd7c6;
}
  .download-button span {
    font-family: Arial, sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 1;
    color: #004a80;
    white-space: nowrap;
  }
  .downLink {
    margin: 10px 10px;
    background: #e60073;
    max-width: 250px;
    padding: 6px;
    font-size: 14px;
    text-align: center;
    border-radius: 10px;
}
.blue-bold {
      color: #104374;
      font-weight: 600;
	  text-decoration: none;
    }
	h1, h2, h3 {
background: #e6e7e7;
    font-size: medium;
    margin: 2px;
}