<style type="text/css">
[class*="col-"] {
  width: 100%;
}
@media only screen and (min-width: 600px) {
  .col-s-1 {width: 8.33%;}
  .col-s-2 {width: 16.66%;}
  .col-s-3 {width: 25%;}
  .col-s-4 {width: 33.33%;}
  .col-s-5 {width: 41.66%;}
  .col-s-6 {width: 50%;}
  .col-s-7 {width: 58.33%;}
  .col-s-8 {width: 66.66%;}
  .col-s-9 {width: 75%;}
  .col-s-10 {width: 83.33%;}
  .col-s-11 {width: 91.66%;}
  .col-s-12 {width: 100%;}
}
@media only screen and (min-width: 768px) {
  .col-1 {width: 8.33%;}
  .col-2 {width: 16.66%;}
  .col-3 {width: 25%;}
  .col-4 {width: 33.33%;}
  .col-5 {width: 41.66%;}
  .col-6 {width: 50%;}
  .col-7 {width: 58.33%;}
  .col-8 {width: 66.66%;}
  .col-9 {width: 75%;}
  .col-10 {width: 83.33%;}
  .col-11 {width: 91.66%;}
  .col-12 {width: 100%;}
}
.btn.color-1 {background: #CCCCCC;border-color: #CCCCCC;color: #000000;}
.btn.color-1:hover {background: #ffffff;color: #000000;}
.btn {
    display: inline-block;
    padding: 1px 5px;
    font-size: 16px;
    font-family: 'Open Sans Condensed', sans-serif;
    border: 3px solid #ddd;
    color: #ddd;
    text-decoration: none;
    margin: 0px 2px 3px 0;
    transition: all .6s;
 	min-width: 109px;
	max-width: 110px;
	text-align: center;
}
.btn:hover {
    background: #ddd;
    color: #fff;
}
.btn.style-1{
    border-radius: 10px;
}
a:link {
  color: black;
}
a:visited {
  color: black;
}
a:hover {
  color: black;
}
.ninamaheader {
  background-color: #a6a6a6;
  color: #ffffff;
  padding: 15px;
}
.ninamafooter {
  background-color: #a6a6a6;
  color: #ffffff;
  text-align: center;
  font-size: 16px;
  padding: 7px;
  text-shadow: rgb(115, 115, 115) 3px 0px 0px, rgb(115, 115, 115) 2.83487px 0.981584px 0px, rgb(115, 115, 115) 2.35766px 1.85511px 0px, rgb(115, 115, 115) 1.62091px 2.52441px 0px, rgb(115, 115, 115) 0.705713px 2.91581px 0px, rgb(115, 115, 115) -0.287171px 2.98622px 0px, rgb(115, 115, 115) -1.24844px 2.72789px 0px, rgb(115, 115, 115) -2.07227px 2.16926px 0px, rgb(115, 115, 115) -2.66798px 1.37182px 0px, rgb(115, 115, 115) -2.96998px 0.42336px 0px, rgb(115, 115, 115) -2.94502px -0.571704px 0px, rgb(115, 115, 115) -2.59586px -1.50383px 0px, rgb(115, 115, 115) -1.96093px -2.27041px 0px, rgb(115, 115, 115) -1.11013px -2.78704px 0px, rgb(115, 115, 115) -0.137119px -2.99686px 0px, rgb(115, 115, 115) 0.850987px -2.87677px 0px, rgb(115, 115, 115) 1.74541px -2.43999px 0px, rgb(115, 115, 115) 2.44769px -1.73459px 0px, rgb(115, 115, 115) 2.88051px -0.838247px 0px;
  margin-left: auto;
  margin-right: auto;
}
.ninamacontainer {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width:320px;
  max-width:320px;
  height: 440px;
  overflow: scroll;
  overflow-x: hidden;
}
.ninamacontainer > div {
  flex: 1; /*grow*/
}
#style-125::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1);
	background-color: #F5F5F5;
	border-radius: 10px;
}

#style-125::-webkit-scrollbar
{
	width: 15px;
	background-color: #F5F5F5;
}

#style-125::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	background-color: #FFF;
	height: 120px;
	background-image: -webkit-gradient(linear,
									   40% 0%,
									   75% 84%,
									   from(#a6a6a6),
									   to(#666666),
									   color-stop(.6,#000))
}
table.ninja {
	border: none;
	background-color: #FFF;
}
table.bottomninja {
  margin-left: auto;
  margin-right: auto;
}
th.ninja {
	text-align: center;
}
td.ninja {
	text-align: center;
}
td.titleninja div {
	text-align: center;
	height: 2.6em;
	overflow: hidden;
  	font-size: 18px;
	width: 250px;
	font-family: Garamond, serif;
}
td.3imgninja div {
	width: 70px;
	background-color: #ffffff;
}
td.priceninja {
	font-family: Verdana, sans-serif;
  	color: #B12704;
	font-weight: 990;
  	text-align: center;
  	font-size: 25px;
	background-color: #d9d9d9;
	height: 3.0em;
}
td.releaseninja {
	text-align: center;
	height: 2.8em;
	overflow: hidden;
  	font-size: 18px;
	font-family: Arial, sans-serif;
	background-color: #d9d9d9;
}
table.ninja tbody tr:nth-child(even) td,
table.ninja tbody tr.even td {
  background: white;
}
h1.ninama {
  color:#f2f2f2;
text-shadow: rgb(0, 0, 0) 3px 0px 0px, rgb(0, 0, 0) 2.83487px 0.981584px 0px, rgb(0, 0, 0) 2.35766px 1.85511px 0px, rgb(0, 0, 0) 1.62091px 2.52441px 0px, rgb(0, 0, 0) 0.705713px 2.91581px 0px, rgb(0, 0, 0) -0.287171px 2.98622px 0px, rgb(0, 0, 0) -1.24844px 2.72789px 0px, rgb(0, 0, 0) -2.07227px 2.16926px 0px, rgb(0, 0, 0) -2.66798px 1.37182px 0px, rgb(0, 0, 0) -2.96998px 0.42336px 0px, rgb(0, 0, 0) -2.94502px -0.571704px 0px, rgb(0, 0, 0) -2.59586px -1.50383px 0px, rgb(0, 0, 0) -1.96093px -2.27041px 0px, rgb(0, 0, 0) -1.11013px -2.78704px 0px, rgb(0, 0, 0) -0.137119px -2.99686px 0px, rgb(0, 0, 0) 0.850987px -2.87677px 0px, rgb(0, 0, 0) 1.74541px -2.43999px 0px, rgb(0, 0, 0) 2.44769px -1.73459px 0px, rgb(0, 0, 0) 2.88051px -0.838247px 0px;
}
body.ninama {background-color: #d9d9d9;}
</style>
