@charset "UTF-8";

.flex-l {
    flex: 11;
}

.flex-m {
    flex: 3;
}

.flex-r {
    flex: 9;
}


#tea_picking_machine .nth-flex-container:nth-child(odd) {
	background-color: #FFFFFF;
}

#tea_picking_machine .nth-flex-container:nth-child(even) {
	background-color: #F8F8F8;
}


#trimmer .nth-flex-container:nth-child(odd) {
	background-color: #FFFFFF;
}

#trimmer .nth-flex-container:nth-child(even) {
	background-color: #F8F8F8;
}


#blade .nth-flex-container:nth-child(odd) {
	background-color: #FFFFFF;
}

#blade .nth-flex-container:nth-child(even) {
	background-color: #F8F8F8;
}

