.fm-table {

	padding: 0px;
	width: 100%;
	margin: 0px;
	cursor: default;
	border: 2px solid #007AC3;
	border-radius: 2px;
}

.fm-table .description {

	font-weight: 200;
	font-size: 8pt;
	color: black;
	padding-left: 10px;
	display: none;
	width: 97%;
}

.fm-table .divider {

	background-color: #007AC3;
	height: 20px;
	color: white;
	padding: 5px;
	padding-left: 1%;
	font-size: 12pt;
	text-align: left;
}

.fm-table tr {

	cursor: default;
}

.fm-table tr .phone-message {

	display: none;
	text-align: center;
	padding: .1em;
	margin: .1em 0em;
}

.fm-table tr:hover .description {

	display: block;
}

.fm-table tr img {

	margin: 0px;
	max-width: 100%;
}

.fm-table tr:first-child td {

	border-bottom: 0px;
}

.fm-table tr:hover:not(.divider) {

	background-color: lightgrey;
}

.fm-table tr:first-child:hover {

	background-color: white;
}

.fm-table tr td {

	border-left: 2px solid #007AC3;
	border-bottom: 1px solid #007AC3;
	text-align: center;
	padding: 10px;
	width: 20%;
}

.fm-table tr .resellers-img-container img {
	
	width: 48px;
}


.fm-table tr th:not(.divider) {

	padding: 10px;
	text-align: left;
	border-bottom: 1px solid #007AC3;
	width: 40%;
}

.fm-table tr:last-child td, .fm-table tr:last-child th {

	border-bottom: 0px;
}

.fm-table tr:nth-child(1) th {

	border: none;
}

.fm-table-bottom-container {

	position: relative;
	height: 65px;
}

.fm-table-bottom-container div {

	float: right;
	padding: 10px;
}

.fm-table-bottom-container div img {

	margin: 0px;
	padding: 0px;
	vertical-align: middle;
}

.fm-table-top-container {

	position: relative;
	height: 65px;
}

.fm-table-top-container div {

	float: right;
	padding: 15px 35px;
}

.fm-table-bottom {

	width: 100%;
	margin: 0px;
}

.fm-table-bottom td {

	padding: 10px;
	text-align: center;
	width: 21%;
	font-weight: bold;
}

.fm-table-bottom th {

	opacity: 0;
}

.fm-start-highlight {

	background-color: rgba(064, 174, 073, .4);
}

.fm-pro-highlight {

	background-color: rgba(000, 122, 195, .4);
}

.fm-enterprise-highlight {

	background-color: rgba(248, 155, 066, .4);
}

.fm-exacq-try-it-now-container img {
	
	max-width: 304px;
	width: 100%;
}


/**
	This should be at the bottom to trump other classes.
*/
.fm-special-table-top {

	border-left: 2px solid white;
	border-top: 2px solid white;
	border-right: 2px solid white;
	
	padding-right: 2%;
}

.fm-special-table-top tr:first-child td {

	border: none;
	
	
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.fm-special-table-bottom {

	border-left: 2px solid white;
	border-bottom: 2px solid white;
	border-right: 2px solid white;
	padding-right: 2%;
}

.fm-special-table-bottom tr:first-child td {

	border: none;
	
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

.help-link {
  
  position: relative;
  display: inline-block;
  border-radius: 2px;
  text-align: left;
  margin-top: 10px;
  padding: .5em 5em .5em 1em;
}

.help-link img {
  display: inline-block;
  vertical-align: middle;
  height: 30px;
  width: 30px;
}

.help-link .img {
  display: inline-block;
  vertical-align: middle;
  height: 30px;
  width: 30px;
  position: absolute;
  top: 5px;
  right: 5px;
}

.help-link .text {
  color: white;
  font-weight: bold;
  display: inline-block;
  vertical-align: middle;
  padding: 5px;
  font-size: 1.3em;
}

.help-link-container {

	text-align: center;
}

/**
	MEDIA QUERIES
*/

@media all and (max-width: 768px) {

	.help-link {
	
		padding: .5em;
	}
	
	.help-link img {
	
		display: none;
	}
	
	.help-link .text {
	
		text-align: center;
	}
}

@media all and (max-width: 480px) {

	.fm-table tr:first-child td {
	
		cursor: pointer;
	}

	.fm-table tr .highlighted .phone-message {
	
		display: block;
	}

	.fm-table tr td:not(.highlighted) {
	
		display: none;
	}
	
	.fm-table tr td {
	
		width: 40%;
	}
}