/* plans table */

table.plans {
	font-size: 18px;
}

table.plans td {
	text-align: center;
	padding: 5px;
}

table a.button:hover {
	text-decoration: none;
}

tr.buttons td {
	height: 40px;
}

th {
	text-align: left;
	color: #595a55;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: normal;
	
	color: #000;
	font-weight: bold;
}

th img {
	cursor: pointer;
}

/* tool tips */
#tooltip{
  position:absolute;
  display:none;
  background: #000;
  color: #848480;
  width: 300px;
  padding: 15px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}