@charset "utf-8";

/* Table columns for default browsers */

.catno {
 width:4em;
}

.name {
	width:26ex;
}

.strain {
 width:7ex;
}

.potency {
 width:auto;
}

.age {
 width:6ex;
}

.description {
	width:auto
}

.size {
	width:11ex;
}

.size_sm {
	width:7ex;
}

.price {
	width:4ex;
}

.order {
 width:2px;
	text-align:center;
}

/* Google CSE */

#google_cse {
	position:absolute;
	right:20px;
	top:84px;
}

input[type="submit"] {
	border:none;
	margin:0;
	padding:0px 8px 2px 8px;
	height:25px;
	position:absolute;
	top:2px;
	right:0px;
}

/* Misc */

.tombstone {
	width:45%;
	height:410px;
	margin:2em -10px 20px -15px;
}