.selectorbutton
{
background-color: transparent;
/* top right bottom left */
padding: 10 10 10 10;
margin: 10 10 0 10;
border-width: 3px;
border-style: solid;
border-radius: 12px;
}

.titleclass 
  {
	text-decoration: none;
	width: 100%;
	/*height: 10vh;*/
  }
  
body
  {
	/* font-family: Arial, Helvetica, sans-serif; */
	margin: 0;
  }

.logo
  {
	padding: 5 5 5 5;
  }
  
.mainbody
{
margin: 10 10 10 10;
}


    .product_rows:nth-of-type(2n+1) {
    background-color: rgb(230, 230, 230);
}

.product_rows {

    display: table-row;
    vertical-align: middle;
    outline: 0px;
    cursor: pointer;
    border-bottom: 1px solid black;
    height: 40px;
}



.product_table {
    display: table;
    width: 90%;
    border-collapse: collapse;
    border-spacing: 0px;
    min-width: 750px;
    text-align: center;
    margin-left: 5%;
    font-size: medium;
}

.avatar{
    transform: translate(-10px,5px);
  width:2rem;
  border-radius:50%;
  text-align: center;
  float: right;
}
.avatar span{
  line-height: 2rem; 
  color:white;
  font-weight:700;
  font-size: 16pt;
}   

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.7); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
  box-shadow: 5px 10px gray;
}

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.b2b_filter
{
font-size:20px;
border: 1px solid #888;
width: 90%;
margin: 5px  auto 5px auto;
padding: 4px;
border-radius: 10px;
}

.imgContainer
{
    padding:4px;
}

html {
  scroll-behavior: smooth;
 }
 
 .gobutton{
     cursor:pointer;
 }
 .stopbutton{
     cursor:pointer;
 }