#mm_grid_wrapper table{
  width: 100%;
}

#mm_grid_wrapper table th{
  padding-bottom: 10px;
  text-align: center;
}

#mm_grid_wrapper table td{
  border-bottom: 1px solid #ccc;
  padding: 2px 0px 5px 5px;
  text-align: center;
}

#mm_grid_wrapper table .mm_grid_last_tr td{
  border-bottom: 0px;
}

#mm_grid_wrapper table.mm_2d_grid td.mm_grid_last_td{
  border-right: 0px;
}

#mm_grid_wrapper table td.mm_grid_qty{

}

#mm_grid_wrapper table td.mm_grid_price .price{
  font-weight: bold;
  color: #c76200;

}

#mm_grid_wrapper td.mm_gird_add_to_cart button{
  float: right;

}

/*Stuff for 2d grid*/
#mm_grid_wrapper table.mm_2d_grid td{
    border-right: 1px solid #ccc;
}


#mm_grid_wrapper table td.mm_gird_add_to_cart{
  padding: 20px 0px 0px 0px;
  border: 0px;
}