.zoteroposts .et_pb_blurb h4 a {
    color: #227ade;
}
.zoteroposts .et_pb_blurb h4 {
    font-size: 14px;
}
.zoteroposts .et_pb_blurb_position_left .et_pb_main_blurb_image {
    width: 100px;
}
.zoteroposts .et_pb_blurb_content{
   max-width: unset;
}
.zoteroposts .et_pb_text_2 p {
    /* display: none; */
}
[zotero-type='search-button']{
  padding: 8px 16px;
  border: none;
  background-color: #92b9a4;
  color: #fafafa;
  border-radius: 0px 5px 5px 0px;
  width:15%;
}

input.zotero-search {
font-size: 20px;
color: #232323;
border: 1px solid grey;
border-radius: 3px 0px 0px 3px;
padding: 3px 5px 6px;
width: 50%;
border-right:0px;
}

h1#ftpapers {
  font-size: 25px;
  font-weight: 600;
  margin: 0;
}
h1#allpapers {
  font-size: 25px;
  font-weight: 600;
  margin: 0;
}
hr{
	margin: 18px 0 26px;
	border-top: 2px solid rgba(0,0,0,0.05);
}
#labwiki_page .side-bar-title .button-separator hr {
	margin: 10px 0;
}
h2#searchfilter~hr {
    border-top: 2px solid #000;
    margin-bottom: 10px;
	margin-top:0;
}
h2#featuredheader {
  font-size: 15px;
  font-weight: 600;
}
div#ftcol1 {
  float: left;
  width: 20%;
  padding-top: 0px;
}
div#ftcol2 {
  float: left;
  width: 80%;
  padding-left: 20px;
}
#ftcol1 img {
  width: 100%;
    height: 100%;
  /* position: relative; */
}
  li#featuredli {
  list-style: none;
  display: inline-block;

  margin-bottom: 20px;
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 10px;
}

center button {
  margin-bottom: 40px;
}

h2#total {
  font-size: 14px;
  opacity: 0.8;
  margin: auto;
}
button#prev {
  border: 0px;
  padding: 5px 10px 5px 10px;
  background-color: #65b2b2;
  color: #fafafa;
  cursor: pointer;
  margin-left: 10px;
}
button#next {
  border: 0px;
  padding: 5px 10px 5px 10px;
  background-color: #65b2b2;
  color: #fafafa;
  cursor: pointer;
  margin-left: 10px;
}


  .transition, p, ul li i:before, ul li i:after {
      transition: all 0.25s ease-in-out;
  }

  .flipIn, h1, ul li {
      animation: flipdown 0.5s ease both;
  }

  .no-select, h2 {
      -webkit-tap-highlight-color: transparent;
      -webkit-touch-callout: none;
      -webkit-user-select: none;
      -khtml-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
  }
li{
  list-style:none;
}

  h1, #contentheader {
      color: black;
  }

  h1 {
      text-transform: uppercase;
      font-size: 36px;
      line-height: 42px;
      letter-spacing: 3px;
      font-weight: 100;
  }

/*
  #contentheader {
      font-size: 15px;
      line-height: 34px;
      font-weight: 500;
      display: block;
      margin: 0;
      cursor: pointer;
      color:black;
  }
*/

#contentheader {
  font-size: 12px;
  line-height: 14px;
  cursor: pointer;
}

  #contentdetail {
      color: black;
    /*  line-height: 26px; 
      color: rgba(48, 69, 92, 0.8); */
      font-size: 14px;
      letter-spacing: 1px;
      position: relative;
      overflow: hidden;
      max-height: 800px;
      opacity: 1;
      transform: translate(0, 0);
      margin-top: 14px;
      z-index: 2;
  }

  #contentul {
      list-style: none;
      perspective: 900;
      padding: 0;
      margin: auto;
      margin-left: 0;
      width: 95%;
  }

  #contentul li {
      position: relative;
      padding: 0;
      margin: 0;
      padding-bottom: 4px;
      padding-top: 18px;
      border-top: 1px dotted #dce7eb;
  }

  #contentul li:nth-of-type(1) {
      animation-delay: 0.5s;
  }

  #contentul li:nth-of-type(2) {
      animation-delay: 0.75s;
  }

  #contentul li:nth-of-type(3) {
      animation-delay: 1.0s;
  }

  #contentul li:last-of-type {
      padding-bottom: 0;
  }

  #contentul li i {
      position: absolute;
      transform: translate(15px, 0);
      margin-top: 16px;
      right: 0;
  }

  #contentul li i:before, #contentul li i:after {
      content: '';
      position: absolute;
      background-color: #65b2b2;
      width: 3px;
      height: 9px;
  }

  #contentul li i:before {
      transform: translate(-2px, 0) rotate(45deg);
  }

  #contentul li i:after {
      transform: translate(2px, 0) rotate(-45deg);
  }

  #contentul li input[type=checkbox] {
      position: absolute;
      cursor: pointer;
      width: 100%;
      height: 100%;
      z-index: 1;
      opacity: 0;
  }

  #contentul li input[type=checkbox]:checked ~ p {
      margin-top: 0;
      max-height: 0;
      opacity: 0;
      transform: translate(0, 50%);
  }

  #contentul li input[type=checkbox]:checked ~ i:before {
      transform: translate(2px, 0) rotate(45deg);
  }

  #contentul li input[type=checkbox]:checked ~ i:after {
      transform: translate(-2px, 0) rotate(-45deg);
  }

  @keyframes flipdown {
      0% {
          opacity: 0;
          transform-origin: top center;
          transform: rotateX(-90deg);
      }

      5% {
          opacity: 1;
      }

      80% {
          transform: rotateX(8deg);
      }

      83% {
          transform: rotateX(6deg);
      }

      92% {
          transform: rotateX(-3deg);
      }

      100% {
          transform-origin: top center;
          transform: rotateX(0deg);
      }
  }
