body {
    background-color: #f7f7f7;
   }

.boxed {
    border: 0px solid black ;
    padding-top: 0px;
    padding-right: 50px;
    padding-bottom: 0px;
    padding-left: 50px;
    text-align: justify;
    text-justify: inter-word;
  }

.boxed2 {
    border: 0px solid #512888 ;
    width: 800px;
    height: 72px;
    text-align: justify;
    text-justify: inter-word;
    display: flex;
    justify-content: center;
  }

.boxed3 {
    border: 0px solid #512888 ;
    text-align: justify;
    text-justify: inter-word;
    display: flex;
    justify-content: center;
    min-width: 100%;
  }

.bigtable {
    border: 0px solid #512888 ;
    text-align: justify;
    text-justify: inter-word;
    display: flex;
    justify-content: center;
    width: 100%;
  }

/*
Copy this to javascript code
var none   = "#cccccc" ; //No info
var level0 = "#bae4bc" ; //Zero
var level1 = "#7bccc4" ; //1-999
var level2 = "#228c99" ; //1000-1999
var level3 = "#43a2ca" ; //2000-2999
var level4 = "#0868ac" ; //Above 3000
*/