body{
            max-width: 100%; /* 1180px;*/
            width: 100%; /* 98%; */
            margin: 0px auto;
            text-align: left;
font-family: Arial, Helvetica, sans-serif;
        }

/*
html, body {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
}
*/
 
/*
body {
/*  
Insert comments here 
*/
  font-family: Arial, Helvetica, sans-serif;

  margin: auto; 

 /*   margin:50px 0; */
    padding:0;
    text-align:left;
}
*/ 
.centered-wrapper {
    position: relative;
    text-align: center;
}
 

.main {
 
/*----------------old------*/
/*  width: 70%; /* perfect width = 70% padding: 0 60px;   */
/* max-width:  1024px; */
padding: auto;  
 position: center;
/* padding: 0 auto;  no effect */
  overflow: hidden; 
/*----------------old------*/

 width: 90%;
 padding: 0 20px;     
     
     
   /*  border:1px dashed #333;
    background-color:#eee; */

 
}

#Content {
    width:500px;
    margin:0 auto;
    text-align:left;
    padding:15px;
    border:1px dashed #333;
    background-color:#eee;
}
 
/*
.content {
  width: 80%;
  margin: 0 auto;
  justify-content: center;
 
/*  max-width: 1024px; */
 
}
*/
#myDiv {
  border: thin solid gray 
 /* border: #808080; */
}

.my_footer {
  float: none;
  width: 100%;
 overflow: hidden;
}

.right {
  background-color: lightblue;
  float: left;
  width: 20%;
  padding: 10px 15px;
  margin-top: 7px;
}


.topnav {
  overflow: hidden;
  background-color: #333;
}


.topnav a {
/*  position: relative; */
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

/*
  .topnav-centered a {
    position: relative;
    top: 0;
    left: 0;
    transform: none;
  }
*/

.topnav a:hover {
  background-color: #ddd;
  color: black;
}

.topnav a.active {
  background-color: #04AA6D;
  color: white;
}

.topnav .icon {
  display: none;
}



/*---------------------------------------------------------- */
@media screen and (max-width: 1024px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
 
  }
/*-----add something here to maximize the body width for desktop mode-----*/ 

}

@media screen and (max-width:1024px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
/*    position: absolute; */
 position: relative;
    right: 0;
    top: 0;

  }

  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;

  }
}



/*---------------------------------------------------------*/

/*
@media screen and (max-width: 600px) {

320px?—?480px: Mobile devices
481px?—?768px: iPads, Tablets
769px?—?1024px: Small screens, laptops
1025px?—?1200px: Desktops, large screens
1201px and more?—? Extra large screens, TV
*/


p.big {
  line-height: 2;
}

p.pstyle {
  text-align:justify;
	line-height:2;
}

ul.space_list li { margin-bottom: 1em; }

#footer #col1,
#footer #col2,
#footer #col3{
    float: left;
    width: 320px;
    padding: 0px 40px 0px 40px;
}

footer {
	font-family: Arial;
	font-size: 0.95em;
	text-align:center;
    background-color: black;
    /* you probably need to add some extra styles here */
	}   

}

/*-------------For table----------------------------*/
.tg  {border-collapse:collapse;border-spacing:0;}
.tg td{border-color:black;border-style:solid;border-width:1px;font-family:Arial, sans-serif;font-size:14px;
  overflow:hidden;padding:10px 5px;word-break:normal;}
.tg th{border-color:black;border-style:solid;border-width:1px;font-family:Arial, sans-serif;font-size:14px;
  font-weight:normal;overflow:hidden;padding:10px 5px;word-break:normal;}
.tg .tg-dq6x{font-family:Arial, Helvetica, sans-serif !important;font-size:15px;font-weight:bold;text-align:left;vertical-align:top}
.tg .tg-vox4{font-size:16px;font-weight:bold;text-align:left;vertical-align:top}
.tg .tg-wi55{font-family:Arial, Helvetica, sans-serif !important;font-size:15px;font-weight:bold;text-align:left;
  vertical-align:middle}
.tg .tg-a30q{font-family:Arial, Helvetica, sans-serif !important;font-size:15px;text-align:left;vertical-align:middle}
/*-------------For table----------------------------*/