.gba_woostock {
 cursor:default;
 -webkit-user-select: none;  
 -moz-user-select: none;    
 -ms-user-select: none;      
 user-select: none;
}
.gba_woostock td:nth-child(odd) {
 background-color:#bbb;
 padding-left:3px !important;
}
.gba_woostock td:nth-child(even) {
 text-align:right;
 background-color:#f3f3f3;
 padding-right:3px !important;
}
/*.quantity {
 float:right !important;
}*/
.single_add_to_cart_button {
 float:right !important;
}
