.entry-content table td, 
.entry-content table th {
    text-align: center;
    border: 1px solid #26262633;
    padding: 10px;
}

.water-evate {
    display: none; 
}

@media screen and (max-width: 768px) {
    .entry-content table{
        display: table!important;
    }
}