.card {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
	max-width: 300px;
	margin: auto;
	text-align: center;
	font-family: arial;
}


.cardTitle {
	color: grey;
	font-size: 18px;
}



#menu-outer {
	height: 84px;
	background: url(images/bar-bg.jpg) repeat-x;
}

.table {
	display: table;   /* Allow the centering to work */
	margin: 0 auto;
}

ul#horizontal-list {
	min-width: 696px;
	list-style: none;
	padding-top: 20px;
}
ul#horizontal-list li {
    display: inline;
}

.customtable {
	border-collapse: collapse;
	width: 100%;
  }
  td {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 0.6rem;
  }
  table {
	border-collapse: collapse;
	width: 100%;
  }
  td {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 0.6rem;
  }