
.table1

{
width: 95%;
margin: auto;
}

.table1 th {
   background: #b9c9fe;
   border-top: 3px solid #B3E5FC;
   border-bottom: 1px solid #fff;
   color: #039;
   padding: 5px;
   background: white;
   width: auto;
   border-collapse: collapse;
   text-align: center;
}

.table1 td {
   background: #E1F5FE;
   border-bottom: 1px solid #fff;
   color: #039;
   border-top: 1px solid transparent;
   text-align: justify;
   padding: 5px 10px 5px 10px;
   transition: .3s linear;
}

.table1 tr:hover td {
   background: #B3E5FC;
}