/**
 * Table Pagination
 */
#menuTable td, #menuTable2 td { 
  border: 1px solid black; 
}

#menuTable, #menuTable2 { 
  border: thick solid black; 
  width: 100%; 
}

#testTable, #testTable2 { 
  width : 350px; 
  margin-left: auto; 
  margin-right: auto;
}

.indent { 
  margin-left: 30px 
}

#demo2 { 
  margin-left: auto; 
  margin-right: auto; 
  display: block;
}

#tablePagination { 
  background-color: #DCDCDC; 
  font-size: 0.8em; 
  padding: 0px 5px; 
  height: 20px
}

#tablePagination_paginater { 
  margin-left: auto; 
  margin-right: auto;
}

#tablePagination img { 
  padding: 0px 2px; 
}

#tablePagination_perPage { 
  float: left; 
}

#tablePagination_paginater { 
  float: right; 
}

#testTable2 #tablePagination { 
  background-color: #73AE2B; 
  color: #980E30; 
  font-size: 0.8em; 
  padding: 0px 5px; 
  height: 20px 
}

#tablePaginationOptions li { 
  font-variant: normal; 
  list-style-type: disc; 
  font-size: small;
}
@media screen and (max-width: 769px) {
    /* STYLES HERE */
    #tablePagination_paginater{
        display: none;
    }
}