

#product-matrix  ol, ul, li, h3 {
    list-style: none;
	margin: 0;
	padding: 0;
	border: 0;
}

#product-matrix {
    font-family: "Segoe UI","Helvetica Neue",Arial,sans-serif;
	background: #fff;
    font-size: 16px;
	position: relative;
}

#product-matrix:after {
	content: ".";
	visibility: hidden;
	display: block;
	height: 0;
	clear: both
}

#product-matrix .popover {
	position: absolute;
	background: #fff;
	border: 1px solid #999;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.5);
	border-radius: 4px;
	max-width: 220px;
	font-size: 13px;
	line-height: 1.5;
	padding: 15px;
	color: #555;
	left: 190px;
	z-index: 20;
	display: none;
	pointer-events: none
}

#product-matrix .popover:after {
	content: "";
	position: absolute;
	left: -6.5px;
	top: 50%;
	margin-top: -8px;
	width: 0;
	height: 0;
	border-right: 8px solid #fff;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent
}

#product-matrix .popover:before {
	content: "";
	position: absolute;
	left: -8px;
	top: 50%;
	margin-top: -8px;
	border-right: 8px solid #999;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent
}

#product-matrix .popover.active {
	display: block
}

#product-matrix .title {
    font-size: 18px;
    margin-bottom: 20px;
    margin-left: 230px;
	font-weight: bold;
	margin-top:0
}

#product-matrix .desctitle {
    color: #333;
    font-size: 16px;
    margin-bottom: 20px;
    margin-left: 230px;
	margin-top:0
}

#product-matrix .legends, #product-matrix .plan {
	display: block;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-ms-box-sizing: border-box
}

#product-matrix .legends {
	width: 230px;
	/*width: 195px;*/
	margin-top: 105px;
	text-align: right
}

#product-matrix .legends li {
	color: #333;
	padding-right: 20px;
	cursor: default;
	-webkit-transition: color 200ms linear;
	-moz-transition: color 200ms linear;
	transition: color 200ms linear
}

#product-matrix .legends li * {
	cursor: default;
}

#product-matrix .legends li.hover {
	color: #000
}

#product-matrix .legends li[data-description] {
	cursor: help
}

#product-matrix .legends li[data-description] span {
	cursor: inherit;
	/*border-bottom: 1px dashed #999*/
}

#product-matrix .plans .plan {
	text-align: center;
	width: 250px;
	border: 1px solid #b9b9b9;
	border-left-width: 0;
	background: #f4f4f4;
	position: relative
}

#product-matrix .plans .plan:first-child {
	border-radius: 6px 0 0 6px;
	border-left-width: 1px
}

#product-matrix .plans .plan:last-child {
	border-radius: 0 6px 6px 0;
	border-right-width: 1px
}

#product-matrix .plans .plan ~.plan {
	/*border-right-width: 0 */
	border-right-width: 1
}

#product-matrix .plans .plan .big-button {
	display: block;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-ms-box-sizing: border-box
}

#product-matrix .plans .plan.featured {
	width: 250px;
	box-shadow: 0 1px 10px #1697ea, 0 6px 15px rgba(0, 0, 0, 0.2);
	z-index: 10;
	position: relative;
	margin-top: -10px;
	border-radius: 6px;
	border-color: #1697ea;
	border-width: 1px !important;
	background: #e5f1fa
}

#product-matrix .plans .plan.featured header {
	height: 115px;
	border-color: #a2d5fd;
	background: -webkit-linear-gradient(rgba(255, 255, 255, 0), #fff);
	background: -moz-linear-gradient(rgba(255, 255, 255, 0), #fff);
	background: -ms-linear-gradient(rgba(255, 255, 255, 0), #fff);
	background: linear-gradient(rgba(255, 255, 255, 0), #fff)
}

#product-matrix .plans .plan.featured+.plan {
	border-left-width: 0;
	border-right-width: 1px
}

#product-matrix .plans .plan.featured ul li.checked:after {
	background-image:
		url(../images/checked-green.png)
}

#product-matrix .plans .plan.featured ul li.unchecked:after {
	background-image:
		url(../images/checked-red.png)
}

#product-matrix .plans .plan.featured footer .big-button {
	margin-bottom: 10px
}

#product-matrix .plans .plan header {
	height: 105px;
	border-bottom: 1px solid #b9b9b9;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-ms-box-sizing: border-box;
	display: table-cell;
	width: 250px;
	vertical-align: middle
}

#product-matrix .plans .plan header h3 {
	font-size: 17px;
	text-transform: uppercase;
	color: #297bb2;
	font-weight: bold;
	text-shadow: 0 1px 3px #fff
}

#product-matrix .plans .plan header .note {
	display: block;
	margin-top: 3px;
	margin-bottom: 3px;
	font-size: 14px;
	white-space: nowrap
}

#product-matrix .plans .plan footer .note {
	margin-top: 3px;
	margin-bottom: 3px;
	font-size: 14px;
	color: #555
}

#product-matrix .plans .plan ul li {
	height: 16px;
	/* height: 24px;*/
	-webkit-transition: all 50ms ease-out;
	-moz-transition: all 50ms ease-out;
	transition: all 50ms ease-out
}

#product-matrix .plans .plan ul li  a{
	text-decoration: none;
	color: #555
}

#product-matrix .plans .plan ul li  a:hover{
	text-decoration: underline;
	color: #555
}	


#product-matrix .plans .plan ul li.hover {
	background: -webkit-linear-gradient(#fff, rgba(255, 255, 255, 0.5));
	background: -moz-linear-gradient(#fff, rgba(255, 255, 255, 0.5));
	background: -ms-linear-gradient(#fff, rgba(255, 255, 255, 0.5));
	background: linear-gradient(#fff, rgba(255, 255, 255, 0.5));
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1), 0 -1px 0 rgba(0, 0, 0, 0.1), 0
		2px 2px rgba(0, 0, 0, 0.1), 0 -2px 2px rgba(0, 0, 0, 0.1), 0 5px 5px
		rgba(0, 0, 0, 0.05), 0 -5px 5px rgba(0, 0, 0, 0.05);
	position: relative;
	z-index: 2
}

#product-matrix .plans .plan footer {
	background: -webkit-linear-gradient(#fff, rgba(255, 255, 255, 0));
	background: -moz-linear-gradient(#fff, rgba(255, 255, 255, 0));
	background: -ms-linear-gradient(#fff, rgba(255, 255, 255, 0));
	background: linear-gradient(#fff, rgba(255, 255, 255, 0));
	padding: 20px
}

#product-matrix .plans .plan footer a.big-button {
	display: block;
	white-space: nowrap
}

/*#product-matrix .plans .plan footer a.big-button:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: transparent
}*/

#product-matrix ul li {
	display: block;
	padding: 10px 0;
	font-size: 14px;
	white-space: nowrap;
	color: #555;
	/*line-height: 24px*/
	line-height: 16px
}

#product-matrix ul li:nth-child(even) {
	background: rgba(255, 255, 255, 0.7)
}

#product-matrix ul li.checked {
	position: relative;
	color: transparent;
	font-size: 0
}

#product-matrix ul li.unchecked {
	position: relative;
	color: transparent;
	font-size: 0
}

#product-matrix ul li.checked:after {
	content: "";
	position: absolute;
	width: 28px;
	height: 28px;
	display: block;
	background: url(../images/checked-green.png) no-repeat;
	background-size: 28px 28px;
	top: 50%;
	left: 50%;
	margin-left: -14px;
	margin-top: -14px
}

#product-matrix ul li.unchecked:after {
	content: "";
	position: absolute;
	width: 28px;
	height: 28px;
	display: block;
	background: url(../images/checked-red.png) no-repeat;
	background-size: 28px 28px;
	top: 50%;
	left: 50%;
	margin-left: -14px;
	margin-top: -14px
}

#product-matrix .big-button {
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	display: block;
	padding: 5px 2px;
	background: #c7c7c7;
	border-radius: 5px;
}

#product-matrix .big-button:hover {
	background: #2f6fbb;
}
