.titleclass 
  {
	color: white;
	background-color: grey;
  }
	  
.selectorbutton
  {
  border-color: red;
  }

.product_rows.css-table-header {
    background-color: black !important;
    color: white;

}

body
  {
    font-family: Arial, Helvetica, sans-serif; 
  }

.stopbutton
{
background: #f9657f;
}

.gobutton
{
    background: limegreen;
}

.avatar{
    background: #000000;
}

.carticon
{
    color:white;
}

.carticon:hover
{
    color:lightgrey;
}