
  
  
      body{
	font-family: arial;

background:black;
padding:20px 50px 50px 50px;
}
.card{

	text-align: center;
	color: white;
	overflow: wrap;	
	


}

.pagetitle {font-family:Futura, Arial;color:White;}


.container {  justify-content: space-between ;display:flex;width:100%;

flex-flow: row wrap;

}


.container::after {
  content: "";
  flex: auto;
  justify-content: start;
}

.title {display:none;}
.card img {width:100%;border:3px solid #f6cc02;  
height:110px;
width:80px;
background:url('../assets/img/back_thumb.png') #d9d9d9;

 border-radius: 4px;}
ul{
  list-style-type: none;
  
  margin-left: -25px;
}
li {
   display: inline;
}
.filter-button{
  width: 50px;
 margin-bottom: 5px;
  
}
.filter-button:hover{
	text-decoration: underline;
	color: blue;
	cursor: pointer;
}
    /* EOS */


.flexsearch--wrapper {
	height: auto;
	width: auto;
	max-width: 100%;
	overflow: hidden;
	background: transparent;
	margin: 0;
	position: static;
}
	
.flexsearch--form {
	overflow: hidden;
	position: relative;
}
	
.flexsearch--input-wrapper {
	padding: 0 66px 0 0; /* Right padding for submit button width */
	overflow: hidden;
}

.flexsearch--input {
  width: 100%;
}

/***********************
 * Configurable Styles *
 ***********************/
.flexsearch {
  padding: 0 25px 0 0px; /* Padding for other horizontal elements */
}

.flexsearch--input {
  -webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
 	height: 40px;
width:150px;
  padding: 0 50px 0 5px;
	border-color: #888;
  border-radius: 0px;
  border-style: none;
	border-width: 5px;
background:black;
  margin-left: 10px;
  margin-top: 0px;
  color: #fff;
  font-family: 'Helvetica', sans-serif;
	font-size: 16px;
	-webkit-appearance: none;
	-moz-appearance: none;
}
	
.flexsearch--submit {
  position: absolute;
	left: 15px;
	top: -5px;
	display: block;
	width: 30px;
	height: 30px;
  padding: 0;
  border: none;
	margin-top: 25px; /* margin-top + border-width */
  margin-right: 5px; /* border-width */
	background: transparent;
  color: #888;
  font-family: 'FontAwesome';
  font-size: 20px;
  line-height: 60px;
}

.flexsearch--input:focus {
  outline: none;
  border-color: #f6cc02;
}

.flexsearch--input:focus.flexsearch--submit {
 	color: #333; 
}

.flexsearch--submit:hover {
  color: #333;
  cursor: pointer;
}

::-webkit-input-placeholder {
	color: #888;  
}

input:-moz-placeholder {
  color: #888
}

.rarity {margin:10px;width:20px;}
.rarity_section {float:right;margin-right:20px;}





  @media (min-width:320px)  { 
  
  
  
      body{

padding:10px 20px 20px 20px;
}

.card{
	height: 115px;
	width: 80px;
	padding: 5px;
	margin: 5px;



}


.collection {display:none;margin:0 auto;text-align:center;}
.container {text-align:center;}

.flexsearch {
    padding: 0 0px 0 0px;
}


.rarity_section {
    float: right;
    margin-right: -8px;
}

.rarity {
    margin: 10px 8px 10px 8px;
    width: 20px;
}



.search { margin: 10px 0px 10px 15px;float:left; width: 20px;}



  }
@media (min-width:480px)  { /* smartphones, Android phones, landscape iPhone */ }
@media (min-width:600px)  { /* portrait tablets, portrait iPad, e-readers (Nook/Kindle), landscape 800x480 phones (Android) */ }
@media (min-width:801px)  { /* tablet, landscape iPad, lo-res laptops ands desktops */ }
@media (min-width:1025px) { /* big landscape tablets, laptops, and desktops */ }
@media (min-width:1281px) { /* hi-res laptops and desktops */ }

