/* latin */
@font-face {
  font-family: 'Questrial';
  font-style: normal;
  font-weight: 400;
  src: local('Questrial'), local('Questrial-Regular'), url(https://fonts.gstatic.com/s/questrial/v8/QdVUSTchPBm7nuUeVf70viFluW44JQ.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
.curios_holder{
	font-family: Questrial;
}
	
.curio a{
    
    padding: 0.4em;
    transition: all 0.3s ease;
    color: #090e1d;
    text-decoration: none;
    cursor: pointer;
}

.spaff_imp {
    width:800px;
    padding:20px;
    border:10px;
    border-radius:5px;
    background:#ddd;
    margin:10px;
    float:left;
//    min-height: 520px;
    position:relative;
}



.spaff_text:hover{
    max-height: 500px;
    transition: max-height 0.25s ease-in;

}

.spaff_text{
    max-height: 200;
    transition: max-height 0.15s ease-out;
    overflow: hidden;
    margin-bottom:20px;

}

.spaff_footer{
//    position:absolute;
    margin-top:10px;
    width:100%;
    background:#000;
    color:#fff;
    bottom:0;
    left:0;
    color:#f
}
.spaff_footer a:link{
    color:#fff;
}
.curio_type{
    padding:5px;
    float:left;
    background:#222;
    border-radius:4px;
}
.issue{
    margin-left:10px;
    margin-right:10px;
    border-radius:4px;
    
    padding:5px;
    float:left;
    background:#222;
}
    .results{
    display: flex;
}


.fade-out {
  position: relative;
  max-height: 350px; // change the height
}
.fade-out:after {
  content: '';
  position: absolute;
 // top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: linear-gradient( rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 1) 100% );
}

.match{
    color:#f00;
}


.tag{
    border: solid 1px;
    padding:5px;
    float:left;
    margin:5px;
}

.tagged{
    background-color:#0f0;
}
.not_tagged{
    background_color:#bbb;
}
