body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
	font-family: "Century Gothic", "CenturyGothic", sans-serif !important;
}

.mtable table td {border:1px solid#ccc; padding:15px; }
.mtable table {
  border-collapse: collapse;
  overflow-x: auto;
  width: 100%;
}

