/* go pricing - change design of first row as on standart tables */
ul.gw-go-body,
.go-pricing ul.gw-go-body > li,
.go-pricing .gw-go-col {
    border-width: 0!important;
}
.go-pricing ul.gw-go-body > li {
	padding: 14px 10px!important;
	color: #161616!important;
	line-height: 1.375!important;
}
/*
.go-pricing ul.gw-go-body > li:nth-of-type(2n){
    background-color: #f5f5f5!important;
}
.go-pricing ul.gw-go-body > li:nth-of-type(2n+1){
    background-color: #eee!important;
}
*/
.go-pricing ul.gw-go-body.go-emptyheader > li:first-child {
	background-color: #4895B4!important;
}
.go-pricing ul.gw-go-body.go-emptyheader > li:first-child  span {
    color: #fff!important;
	font-weight: 600;
}
/*
ul.gw-go-body>li .gw-go-body-cell {
	height: auto!important;
    line-height: 1.375;
}
*/