
div.impact-counter-div {
	margin-bottom:  -75px;
	padding-bottom: -75px;
}

table.impact-table {
	overflow:       hidden; 
	margin-bottom:  0px;
	padding-bottom: 0px;
}

th.impact-hover-zoom {
	width:            150px; 
	 /* height: 50px; Modify this according to your need */
	overflow:         hidden; /* Removing this will break the effects */
	text-align:       center;
	vertical-align:   middle;
	background:       white;
	color:            black;
	/*Animation: 
	transform-origin: top;
	transition:       transform 1s, filter 0.5s ease-in-out;
	filter:           brightness(100%);  
	*/
}

/* Animation:
th.impact-hover-zoom:hover  {
	filter:       brightness(100%);
	transform:    scale(1.2);
}
*/
a.impact-link:link {
	outline:           none;
	text-decoration:   none;
}

img.impact-img {
	display:        block;
	margin-left:    auto;
	margin-right:   auto;
	height:         50px;
}

img.impact-arrow-img {
	display:        block;
	margin-left:    auto;
	margin-right:   auto;
	height:         50px;
}
p.impact-text-p {
	font-size:      17px;
}

span.impact-counter-span {
	font-size:      35px;
	font-weight:    bold;
}


