.tablesMap {
	display : block;
	background-color : #FFFFFF;
	border: none;
	padding : 3px;
	margin : 0px auto;
}

.tables_ {
}

.table_list {
  list-style-type : none;
  margin : 0;
}

.table_num {
  display: inline-block;
  width : 2em;
  text-align : right;
}

@media only screen and (max-width: 720px)
{
	.tables_ {
		column-count : 1;
	}
}