.table-container {
    display: flex;
    justify-content: center;
}
.style-table1 {
	
  border-collapse: collapse;
   
   width:30%;
  margin: 5px 0;
  font-size: 0.9em;
  font-family: sans-serif;
  min-width: 300px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

.style-table1 thead tr {
  background-color: #FFFFFF;
  color: #324655;
  text-align: left;
}

.style-table1 th,
.style-table1 td {
	 background-color: #FFFFFF;
  padding: 12px 5px;
}
.img2{
	  border: 2px solid black;
  height: 80px;
  width: 80px;
 
}

.container div {
   
    display: inline-table;
}

.one { 
 
 }
.two { }
.three {

	}
a:link {
  text-decoration: none;
}
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a:active {
  text-decoration: underline;
}


@media screen and (max-width: 1280px)
{
	 .container { display: flex; flex-flow: column; }
    .two { order: 1; }
    .one { order: 2;  }
    .three { order: 3; }
   

.style-table1 {	
  width:99%;
  font-size: 1.3em;
}
.img2{
	  
  height: 150px;
  width: 150px;
 
}


}