﻿/* WEED BOARD ITEMS -------------------------------- */
.wb_address {
	font-size: 12px;
	color: #666666;
}
.wb_col1 {
	width: 300px;
	font-size: 12px;
}
.wb_col2 {
	width: 75px;
	font-size: 12px;
}
.wb_col3 {
	width: 75px;
	font-size: 12px;
}

.weedname {
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	width: 320px;
	background-color: #042c06;
	text-align: center;
	height: 25px;
}
.photoinstruct {
	color: #333333;
}

