	.img {
		     vertical-align: middle;
		margin-right: 10px;
	}
.pricing-container {
  -ms-display: flexbox;
  display: flex;
	max-width: 100%;
	padding-top:5%;
		padding-bottom:5%;
}
.converted {
vertical-align: bottom;
	text-align:left;
}
.price {
	-ms-flex: 1;
  flex: 1;
	vertical-align:bottom;

	vertical-align:middle;
	}
			.link {
 -ms-flex:2;
  flex: 2;
float:right;
				clear:both;
		}
table th:first-child{
  border-radius:10px 0 0 0px;
}

table th:last-child{
  border-radius:0 10px 0px 0;
		text-align:left;
}
tr:nth-child(even) {
    background-color: #f8f8f8;

}

table td:last-child{
  border-radius:0 10px 0px 0;
		text-align:left;

}
th {
	
	background: #36304a;
	color: #fff;
	padding: 15px;
	}


/* 
Generic Styling, for Desktops/Laptops 
*/
table { 
  width: 100%; 
  border-collapse: separate; 
}
th { 
    background: #202040;
    color: #fff;
    padding: 15px;
	text-align:center;
}
/* Zebra striping */
tr:nth-of-type(odd) { 
  background: #f2f2f2; 
}

td, th { 
  padding: 6px; 
	text-align: center;
  border: none;


}
/* 
Max width before this PARTICULAR table gets nasty
This query will take effect for any screen smaller than 760px
and also iPads specifically.
*/
@media 
only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px)  {

	/* Force table to not be like tables anymore */
	table, thead, tbody, th, td, tr { 
		display: block; 
	border:none;
	}
	
	/* Hide table headers (but not display: none;, for accessibility) */
	thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	
	tr {
	margin-bottom:15px;
	border: 1px solid #eee;}
	
	td { 
		/* Behave  like a "row" */
		border-bottom: 1px solid #ddd; 
		position: relative;
		padding-left: 50%; 
		text-align: left;
	}
	
	td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
	}
	td:last-child {
		text-align:left;
			border-bottom: 1px solid #ddd; 

	}
	
	/*
	Label the data
	*/
td:before { content: attr(data-label); }
		


}

.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -60px;
  opacity: 0;
  transition: opacity 0.3s;
}

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}


.btn {
	min-width: 45px;
		min-height: 45px;
	line-height: 1.5;
padding: 6px;
	font-weight:900;
	font-size: 14pt;
	  border-radius: 50%;
	text-align:center;

}
.btn:hover {opacity: 1;
		  background-color: #202040;
	color: #fff;

	cursor: pointer;
  transition: 1s;
}
