
#products { padding-top: 2rem; }
.description { text-indent: 0px !important; }
.productTitle { display: block; width: 100%; padding-top: 0.5rem; padding-bottom: 0.5rem; }
.out { background-color: #777777; color: white;}
.out:hover { background-color: #9e9e9e; transition: all .7s linear; -webkit-transition: all .7s linear; cursor: not-allowed; }
/* small screens only */
@media only screen and (max-width:40em){}

/* medium screens and up */
@media only screen and (min-width:40.063em){}

/* large screens and up */
@media only screen and (min-width:64.063em){
	.description { font-size: 0.8rem; line-height: 1.5em; }
}