/* Year Title */
.expanding-archives-title {
  background: #f1f1f1;
  margin: 2px 0 0 0;
  font-size: 145%;
}
  .expanding-archives-title a.fa-spinner::after {
    content: "\f021";
    display: inline-block;
    margin-left: 0.45em;
    font-family: "FontAwesome" !important;
    font-style: normal !important;
    font-weight: normal !important;
    text-decoration: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .expanding-archives-title a {
    display: block;
    padding: 5px 10px; }

/* The wrapper around the list of posts */
.expanding-archives-collapse-section {
  border: 1px solid #f1f1f1;
  display: none;
  padding: 10px; }
  .expanding-archives-collapse-section.expanding-archives-expanded {
    display: block; }
  .expanding-archives-collapse-section ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    .expanding-archives-collapse-section ul li {
      background: none;
      clear: both;
      padding: 0; }
      .expanding-archives-collapse-section ul li:before {
        display: none; }
        .expanding-archives-collapse-section ul li a {
          text-transform: capitalize;
          letter-spacing: 0px;
          display: block; }

/* The number of posts in a month */
.expanding-archive-count {
  float: right; }

/* The list of posts */
.expanding-archive-month-results {
  padding-left: 30px; }

/*# sourceMappingURL=expanding-archives.css.map */
