body {
    font-family: Graphik-Regular, "Gotham SSm A", "Gotham SSm B", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
	font-weight: 400;
	height: auto;
	letter-spacing: -0.16px;
	line-height: 24px;
	outline-style: none;
	outline-width: 0px;
}

h2 {
    width: 100%;
    text-align:center;
	color: #552DEC;
}

p {
    color: #444444;
	font-weight: 400;
}

li {
   color: #444444;
   font-weight:normal;
}

strong {
	color: #552DEC;
	
}

.table-container {
  width: 100%;
  max-width: 800px;
  padding: 10px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

table {
  width: 100%;
  border-collapse: collapse;
}

table th, 
table td {
  text-align: left;
  padding: 12px;
  border-bottom: 1px solid #ddd;
  font-weight:normal;
}

table th {
  background-color: #f4f4f4;
}

{
  box-sizing: border-box;
}

/* Create two equal columns that floats next to each other */
.column {
  float: left;
  width: 30%;
  padding: 10px;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}


@media screen and (min-width: 601px) {
	h2 {
		font-size: 20px;
	}

    p {
      font-size: 16px;
    }

    strong {
        font-size: medium;
    }
	
	sub {
        font-size: small;
    }
}
 
 
/* If the screen size is 600px wide or less, set the font-size of <div> to 30px */
@media screen and (max-width: 600px) {
	h2 {
		font-size: 16px;
	}
    p {
        font-size: 12px;
    }
    
    li {
        font-size: 12px;
    }

    td {
        font-size: 10px 
    }
  
    strong {
        font-size: small;
    }
	
	sub {
        font-size: small;
    }
	
	.column {
		width: 100%;
	}
	
}
  
 

