﻿section{background-color: #fff;}
h2{text-align:center;}
.plan1, .plan2{
    min-width: 190px;
    font-size: 18px;
    color: #1f445f;
}
.lic-price{
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 35px;
    color:#86c724; 
    font-weight: bold;
}

table{    
    width: 100%;
    border-spacing: 11px 5px;
    border-collapse: separate;
    color: #000;
    text-transform:uppercase;
    padding: 0;
    margin-left: -11px;
}
table td { padding: 10px; }

tr:nth-child(even)  { background: #f9f9f9; } 
tr:nth-child(odd) { background: #eee; } 
tr:nth-child(1), .last { background-color: transparent !important;}
.subhdr { background-color: #1f445f !important; color: #fff; }
td:nth-child(2), td:nth-child(3) ,td:nth-child(4){ text-align: center; vertical-align: middle; }

section i{
    text-decoration: none;
    border-bottom: none;
    text-align: center;
    background: #fff;
    border-radius: 100%;
    display: inline-block;
    padding: 5px;
}
.fa-check { color: #86c724; }
.fa-times { color: #990000;}
.comingsoon{color: #ddd;}
.fa45{font-size: 14px;}

a.header-link{margin-left: 20px; color: #00db12;}