body { 
/*text-align: center; 
margin-top:20px;*/
} 

button 
{
      height: 50px;
      display: flex;
      gap: 12px;
      border-radius: 25px;
      background: var(--primary-color);
      padding: 0 17px;
      align-items: center;
      font-size: 16px;
      font-weight: 700;
      color: #fff;
      cursor: pointer;
}

.demo { 
    text-align: left; 
    width: auto;
    /*border:solid 5px #CBCAC6;*/
    /*background-color:#f9f9f9;*/
    /*padding: 20px 20px 20px 20px; */
    font-family:Verdana;
    font-size: 12px;
    margin: 0 auto; 
} 
table.Grid
{
	border-width: 5px;
	border-style: none;
	background-color: White;
	border-color: gray;
	font-family:Verdana;
	font-size: 12px;
}

table.Grid TD, table.Grid TH
{
	padding: 4px 6px 4px 6px;
	border: solid 1px #E1E1E1;
	vertical-align: top;
}

table.Grid TH
{
	background-color: #E1E1E1;
	font-weight: normal;
	color: #505050;
}