.cg-details {
    /*display: grid;*/
    grid-template-columns: 1fr;
    grid-gap: 20px;
    font-size: 14px;
}
.cg-table, .cg-details{

}
.cg-details-item {
    padding: 30px;
    box-shadow: 0 0 8px rgba(0,0,0,.14);
    border:1px solid #ddd;
	margin-bottom: 25px;
}
.cg-details-item:hover {
    border-color: #7CBC1B;
}

.cg-details-top {
    display: flex;
    align-items: center;
    grid-gap: 40px;
}
.cg-details-top-desc {
    flex: 1;
}
.cg-details-top-desc ul {
    margin: 0;
    padding-left: 0;
}

.cg-details-top-desc ul li {
    line-height: 22px;
    position: relative;
    display: flex;
    align-items: center;
    grid-gap: 2px;
}
.cg-details-top-desc ul li i {
    display: inline-block;
    width: 20px;
    height: 20px;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: relative;
    margin-top: -11px;
}
.cg-details-top-desc ul li span {
    flex: 1;
}

.cg-details-top-desc ul li i:before {
    position: absolute;
    width: 8px;
    content: '';
    height: 3px;
    background-color: #7CBC1B;
    left: 6px;
    top: 16px;
}
.cg-details-top-desc ul li i:after {
    position: absolute;
    content: '';
    width: 3px;
    height: 13px;
    background-color: #7CBC1B;
    left: 11px;
    top: 6px;
}




.cg-details-desc {
    border-top: 1px solid #7CBC1B;
    border-bottom: 1px solid #7CBC1B;
    padding-bottom: 30px;
    margin-bottom: 30px;
    padding-top: 30px;
    margin-top: 30px;
}
.cg-details-desc p {

}
.cg-details-desc p:first-child {
    margin-top: 0;
}

.cg-details-desc p:last-child {
    margin-bottom: 0;
}

.cg-details-top-desc .cg-details-top-tag {
    margin-bottom: 15px;
}
.cg-details-top-desc .cg-details-top-tag small{
    display: inline-block;
    background-color: #E9F9D2;
    color: #7CBC1B;
    font-weight: bold;
    font-size: 13px;
    padding: 7px 17px;
    border-radius: 8px;

}
.cg-details-top-desc h3 {
    margin: 0;
    font-size: 20px;
    margin-bottom: 25px;
}
.cg-details-top-desc h3 a {
    color: #0F77BE;
    text-decoration: none;
    display: block;
}
.cg-details-top-desc h3 a:hover {
    text-decoration: underline;
}
.cg-details-top-desc ul {
    margin: 0;
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 10px;
}
.cg-details-top-button {
    display: inline-block;
    background-color: #7CBC1B;
    color: #ffffff;
    border-radius: 8px;
    padding: 13px 20px;
    text-decoration: none;
    margin-bottom: 0px;
    font-size: 14px;
    font-weight: bold;
}
.cg-details-top-button:hover {
    background-color: #8AD21E;
    color: #ffffff;
}



.cg-details-top-img img {
    width: auto;
    height: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    clear: left;
}

.cg-details-points {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 40px;
}
.cg-details-points ul {
    padding-left: 0;
    list-style: none;
    margin: 0;
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 13px;
}
.cg-details-points b {
    display: block;
    margin-bottom: 20px;
    font-size: 19px;
}
.cg-details-points ul li {
    display: flex;
    grid-gap: 8px;
	align-items: center;
}
.cg-details-points ul li i {
	font-size: 20px;
}
.cg-details-points ul li span {
    flex: 1;
}
.cg-details-points ul li:before {
    /*content: "";
    height: 10px;
    width: 10px;
    border-radius: 100%;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    top: 4px;*/
}
.cg-details-points-positive b {
    color: #7CBC1B;
}
.cg-details-points-negative b {
    color: #E64D51;
}

.cg-details-points-positive i {
	color:#7cbc1b
}
.cg-details-points-negative i {
	color:#e64d51
}

.cg-details-points-positive ul li:before {
    background-color: #7CBC1B;
}
.cg-details-points-negative ul li:before {
    background-color: #E64D51;
}

table.cg-table tbody {
	border-top:1px solid #ddd;
}

table.cg-table {
    border-spacing: 0;
    border-collapse: collapse;
    background-color: transparent;
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
    line-height: normal;
    border: none;
    font-size: 14px;
}
tbody, td, tfoot, th, thead, tr {
    border-color: inherit;
    border-style: solid;
    border-width: 0;
}

table.cg-table thead th {
    padding: 8px;
    position: relative;
    background-color: #0F77BE;
    color: #fff;
    text-align: center;
    font-weight: 700;
    vertical-align: middle;
    font-size: 14px;
    border: none;
}

table.cg-table tbody tr {
    border: 1px solid #ddd;
    border-top: none;
}
table.cg-table tbody tr td {
    border: none;
}
table.cg-table tbody td {
    padding: 8px;
    vertical-align: middle;
    position: relative;
    border: none;
}

table.cg-table tbody tr td:first-child {
    width: 20%;
}
.cg-table-tag, .cg-tbl-ul ul li:before {
    position: relative;
    display: inline-block;
    font-weight: 700;
}
.cg-table-tag {
    will-change: transform;
    transform: translateZ(0);
    margin: auto 0 5px -18px;
    background: #fff;
    box-shadow: 0 1px 3px rgba(0,0,0,.2);
    border: 2px solid #7CBC1B;
    padding: 6px 10px;
    color: #000;
    float: left;
    font-size: 13px !important;
    word-break: break-word;
    border-bottom-right-radius: 10px;
    border-top-left-radius: 10px;
    max-width: 150px;
}

.cg-table-tag:before {
    content: "";
    border-style: solid;
    border-width: 0 9px 10px 0;
    border-color: transparent #7CBC1B transparent transparent;
    position: absolute;
    left: -2px;
    top: calc(100% + 1px);
}

.cg-table-copy {
    display: table;
    margin: 0 auto;
    text-align: center;
}
.cg-table-cta {
    display: inline-block;
    background-color: #7CBC1B;
    color: #ffffff;
    border-radius: 8px;
    padding: 13px 20px;
    text-decoration: none;
    margin-bottom: 3px;
    font-size: 14px;
    font-weight: bold;
}
.cg-table-cta:hover {
	color: #ffffff;
    background-color: #8AD21E;
}

.cg-table-link-scroll {
    color: #888888;
    font-size: 11px;
}
.cg-table-link-scroll:hover {
    text-decoration: none;
}

.cg-table-img {
    width: auto;
    height: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    clear: left;
}
.cg-table-img img {
    display: block;
    max-width: 90%;
    max-height: 90%;
    height: auto;
    width: auto;
    max-width: 110px
}

.cg-table-ul ul {
    margin: 0;
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 6px;
}
.cg-table-ul ul li {
    line-height: 22px;
    position: relative;
    display: flex;
    align-items: center;
    grid-gap: 2px;
}
.cg-table-ul ul li span {
    flex: 1;
}

.cg-table-ul ul li i {
    display: inline-block;
    width: 20px;
    height: 20px;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: relative;
    margin-top: -11px;
}

.cg-table-ul ul li i:after {
    position: absolute;
    content: '';
    width: 3px;
    height: 13px;
    background-color: #7CBC1B;
    left: 11px;
    top: 6px;
}
.cg-table-ul ul li i:before {
    position: absolute;
    width: 8px;
    content: '';
    height: 3px;
    background-color: #7CBC1B;
    left: 6px;
    top: 16px;
}

table.cg-table h3 {
    margin: 0;
}
.cg-table-title {
    color: #0F77BE;
    text-decoration: none;
    font-size: 16px;
    display: block;
}
.cg-table-title:hover {
    text-decoration: underline;
}


@media screen and (max-width: 660px) {
    table.cg-table thead th {
        display: none;
    }
    .cg-details-top-img img,
    .cg-table-img {
        height: 90px;
    }
    .cg-details-top {
        grid-gap: 10px;
    }
    table.cg-table tbody tr {
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 20px;
        border: 1px solid #e6e6e6;
    }
    table.cg-table tbody tr td:first-child,
    table.cg-table tbody tr td {
        padding: 10px;
    display: block;
    width: 100%;
    border: none;
    text-align: center;
    }

    .cg-table-copy {
        margin-bottom: 15px;
        display: block;
        padding: 0 20px;
    }
    .cg-table-cta {
        display: block;
        margin-bottom: 0;
    }
    .cg-table-tag {
        padding: 8px 13px;
        font-size: 15px !important;
        position: absolute;
        left: 9px;
        }
        table.cg-table tbody tr td:nth-child(2) {
            padding-top: 0;
            padding-bottom: 0;
        }
    .cg-table-title {
        font-size: 16px;
        padding: 0;
    }
    .cg-table-ul ul {
        text-align: left;
        padding: 0 50px;
    }

    .cg-details-top {
        display: grid;
        grid-template-columns: 1fr;
        text-align: center;
    }
    .cg-details-top-desc ul {
        text-align: left;
        padding: 0 50px;
        margin-top: 10px;
        margin-bottom: 15px;
    }
    .cg-details-desc {
        padding-bottom: 20px;
        margin-bottom: 20px;
        padding-top: 20px;
        margin-top: 20px;
    }
    .cg-details-top-img {
        display: table;
        margin: 0 auto;
    }
    .cg-details-top-desc h3 {
        font-size: 16px;
        margin-bottom: 15px;
    }
    .cg-details-item {
        padding: 20px;
    }
    .cg-details-top-button {
        display: block;
        margin: 0 10px;
    }
    .cg-details-points {
        grid-template-columns: 1fr;
    }
    .cg-details-top-desc .cg-details-top-tag small {
        font-size: 14px;
    }

}