h1.title {
    text-align: center;
    clear: left;
    padding-top: 10px;
}

div#info_div,
div#info_div h1  {
    text-align: right;
    margin-bottom: 0;
    padding-bottom: 0;
}

table#elements{
        table-layout: fixed;
	border: 0;
	width: 100%;
	height: 100%;
	border-collapse: collapse;
	clear: left;
	margin: 1em auto 1em;
}

table#elements td,
table#elements .element {
	/* width: 100%; */
	/* height: 100%; */
	text-align: center;
	padding: 0;
	margin: 0;
}

table#elements td {
    font: 45px/1 "Helvetica";
	padding: 2px;
	font-weight: normal;
	overflow: hidden;
	vertical-align: top;
}
/* Buttons */
table#elements button {
	background: white;
	color: black;
	cursor: pointer;
	line-height: 100%;
	width: 100%;
	height: 70%;
	margin-top: 30%;
	#margin: 0;
	opacity: 0.8;
	padding: 0;
	overflow: hidden;
	text-align: center;
	#position: relative;
	vertical-align: bottom;
	border-radius: 10px;
	-o-border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}


/* Icon */

ul#legend .icon,
table#elements td .icon {
	background: white;
	color: black;
	cursor: pointer;
	display: block;
	/* font: 45px/1 "Helvetica"; */
	/* font-size: 1.9em; */
	font-weight: bold;
	line-height: 100%;
	width: 100%;
	height: 100%;
	margin: 0;
	opacity: 0.8;
	padding: 0;
	overflow: hidden;
	text-align: center;
	position: relative;
	border-radius: 5px;
	-o-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
table#elements td h2 {
    #font: 45px/1 "Impact";
    #line-height: 100%;
    color: black;
    font-weight: bold;
    padding-top: 0px;
    padding-bottom: 4px;
    margin-bottom: 4px;
    margin-top: 4px;
}

table#elements td .icon span {
    color: black;
    font-weight: normal;
}

table#elements td .icon div {
    color: black;
    font-weight: normal;
    margin-bottom: 4px;
}

table#elementsr .active .icon,
table#elements td:hover .icon {
	left: -1px;
	opacity: 1 !important;
	padding: 0px;
	top: -1px;
	z-index: 100;
	box-shadow: rgba(0, 0, 0, 0.75) 0 0 4px;
	-o-box-shadow: rgba(0, 0, 0, 0.75) 0 0 4px;
	-moz-box-shadow: rgba(0, 0, 0, 0.75) 0 0 4px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.75) 0 0 4px;
}
table#elementsr .active .icon .occurences,
table#elements td:hover .icon .occurences {
        /* display: block; */
}

table#elements .icon .occurences {
	position: absolute;
	top: 4px;
	right: 6px;
	line-height: 4em;
	font-size: 0.9em;
	opacity: 0.7;
	display: none;
}

/* Info Box */

table#elements td .info {
	background: white !important;
	color: black;
	display: none;
	margin: 0 2px;
	min-height: 5em;
	padding: 0.75em;
	position: absolute;
	margin-top: 4.5em;
	width: 20em;
	z-index: 200;
	border-radius: 0.5em;
	-o-border-radius: 0.5em;
	-moz-border-radius: 0.5em;
	-webkit-border-radius: 0.5em;
	box-shadow: rgba(0, 0, 0, 0.75) 0 0 4px;
	-o-box-shadow: rgba(0, 0, 0, 0.75) 0 0 4px;
	-moz-box-shadow: rgba(0, 0, 0, 0.75) 0 0 4px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.75) 0 0 4px;
}

table#elements td .info h3 {
	color: black;
	font-weight: bold;
	margin-bottom: 0.5em;
	font-size: 1.6em;
}

table#elements td .info p {
	margin-bottom: 0.75em;
}

table#elements td .info a:active,
table#elements td .info a:hover {
	color: #FF8215;
}

table#elements td .info *:last-child {
	margin-bottom: 0;
}


table#elements td .links {
	margin: 0;
	padding: 0;
	list-style: none;
}

table#elements td .links li {
	margin: 0;
	padding: 0;
	display: inline;
}

table#elements td .links li:after {
	content: ", ";
}

table#elements td .links li:last-child:after {
	content: "";
}

span#attribution {
    float: left;
    padding-left: 20px;
    padding-right: 20px;
}

span#lastmodified {
    float: right;
    padding-left: 20px;
    padding-right: 20px;
}

