@import url("font-awesome.css");

.g1-section.ct-table-title{
	padding-bottom: 0;
}
.g1-section.ct-table-title h2{
	margin-bottom: 0;
}
.ct-main-container{
	position: relative;
}
.ct-header-outer-container{
	width: 100%;
	overflow: hidden;
}
.ct-header-container{
	position: relative;
	background-color: #FFF;
	/*z-index: 100;*/
	width: 100%;
	height: 190px;
}
a.ct-move{
	position: absolute;
	opacity: .4;
	color: #333;
	top: 60px;
	/*display: inline-block;*/
	z-index: 500;
	transition: opacity .25s ease;
	-webkit-transition: opacity .25s ease;
    -moz-transition: opacity .25s ease;
	display: none;
}
a.ct-move:hover{
	opacity: .9;
}
a#ct-move-left{
	left: 10px;
}
a#ct-move-right{
	right: 10px;
}
.ct-table{
	display: table;
}
.ct-table-body{
	position: relative;
}
.ct-table-row{
	display: table-row;
}
.ct-table-header{
	/*display: table-header-group;*/
	position: relative;
	top: 0;
	left: 0;
	background-color: #FFF;
	height: 190px;
}
.ct-table-cell{
	display: table-cell;
	min-width: 130px;
	text-align:center;
	vertical-align:middle;
	max-width: 240px;
}
.ct-table-row .ct-table-cell{
	/*padding: 0.5em;*/
	/*min-height: 45px;*/
}
.ct-table-cell.th1{
	min-width: 250px;
	background-color: rgba(255,153,0,0.5);
}
.ct-table-header .ct-table-cell{
	position: relative;
	/*padding-top: 40px;
	padding-bottom: 40px; */
	height: 190px;
}
.ct-table-header .ct-table-cell a{
	height: 100%;
    display: table;
	color: #FFF !important;
	width: 100%;
}
.ct-table-header .ct-table-cell .ct-image-container{
	text-align: center;
	width: 100%;
}
.ct-table-header .ct-table-cell img{
	max-width: 110px;
    max-height: 100px;
}
.ct-table-header .ct-ranking {
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    display: block;
    width: 90%;
    color: #333;
    background-color: rgba(0,0,0,.1);
    margin: 5px 5%;
    border-radius: 5px;
    line-height: 2em;
    height: 30px;
    line-height: 30px;
    font-weight: bold;
}
.ct-table-header .ct-ranking.gold-prize {
    background-color: #F90;
    color: #FFF;
}
.ct-table-header .ct-ranking.ct-review {
    bottom: 0;
    top: inherit;
	font-weight: normal;
}
.ct-table-header  .ct-overlay {
    padding: 0 5%;
    font-size: 0.8em;
    font-weight: normal;
    white-space: normal;
    line-height: normal;
	background: rgba(58,71,85,.95);
    color: #FFF;
    text-align: center;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 90%;
    height: 100%;
    opacity: 0;
    -webkit-transition: opacity .25s ease;
    -moz-transition: opacity .25s ease;
	display: table-cell;
	vertical-align:middle;
}
.ct-table-header .ct-readmore {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.ct-table-header .ct-table-cell:hover .ct-overlay {
    opacity: 1;
}
.ct-table .g1-button--small {
    margin: 5%;
    padding: 5px 10px !important;
}
.ct-table-body .free{
	color: #FFF;
	font-weight: 800;
	background-color: #1CA12C;
	font-size: .9rem;
	padding: 3px 5px;
	border-radius: 4px;
}
.ct-table-body .tbl-editors .free{
	background-color: #f90;
}
.ct-table i.g1-icon--small {
    width: 20px;
    height: 20px;
    top: 0;
    margin: 0;
}
.ct-table-body .ct-table-row:nth-child(2n+1) {
    background-color: #f5f5f5;
    transition: all .125s ease-in-out;
}
.ct-table-body .ct-table-row:hover {
	background-color: rgba(255,153,0,.2);
}
.ct-table-body .ct-table-cell{
	padding: 0.5em 0;
}
.ct-table-body .th1 {
    background-color: #FF9900;
}
.ct-table-body .th1 div {
	color: #FFF;
	font-weight: bold;
	text-align: left;
	margin: 0 1em;
}
.ct-table-body .ct-table-row:nth-child(2n+1) .th1 {
    background-color: #EC8D00;
}
.ct-table-body .th1.half-saturation {
    background-color: rgba(255,153,0,0.5) !important;
}

.ct-header-container.ct-table-names{
	padding: 5px 0;
}
.ct-header-container.ct-table-names .ct-table-cell{
	font-size: .9rem;
	line-height:1.2rem;
}
.ct-header-container.ct-table-names, .ct-header-container.ct-table-names *{
	height: auto;
	background-color: #FFF;
}
.ct-header-container.ct-table-names .ct-table-header-name{
	padding: 0 5px;
}

/* edit to hard coded pages replaced in table pages */

.hide-on-compare{
	display: none;
}
#email-marketing-compare-table.static-compare-table{
	margin: 2em 1em 0;
}
