@import url(http://fonts.googleapis.com/css?family=Open+Sans:300);

#shaon-pricing-table .metro *{
    font-family: 'Open Sans';
    font-weight: 300;
}

#shaon-pricing-table .offer-tag{
    position: absolute;
    right: -1px;
    top: 0;
    width: 53px;
    height: 40px;
    z-index: 11;
}

#shaon-pricing-table .pricing-table{
    width: 100%;
    margin: 20px;    
}

#shaon-pricing-table .col1, #shaon-pricing-table .col2, #shaon-pricing-table .col3{position: relative; float: left;}

#shaon-pricing-table .pricing-table .col1{
    width: 20%;
    text-align: center;
}

#shaon-pricing-table .pricing-table .col2{
    width: 30%;
    text-align: center;
}

#shaon-pricing-table .pricing-table .col3{
    width: 40%;
    text-align: center;
}

#shaon-pricing-table .pricing-table ul{
    margin: 0 !important;
    padding:  0 !important;
    
}

#shaon-pricing-table .pricing-table ul{
   border-bottom: 1px solid #fff; 
}
#shaon-pricing-table .pricing-table li{
    margin:  0 !important;
    padding: 5px 0;
    line-height: 25px;
    display: block;
    border-bottom: 0px solid #fff;
    border-top: 1px solid #fff;
    text-align: center;
    padding-right: 20px;
    font-weight: 300;
    font-size: 13px;
    color: #333;
    
}

#shaon-pricing-table .pricing-table li:first-child{
    border-top: none;
}

 

#shaon-pricing-table .feature-content, #shaon-pricing-table .price-content, #shaon-pricing-table .selectePrice-content{
    width: 100%;    
    border: 1px solid #fff;
    border-top:0px;   
    text-align: center; 
}
#shaon-pricing-table .feature-content  {background: #f1f1f1; } 
#shaon-pricing-table .price-content{ background: #e5e5e5;   }
#shaon-pricing-table .selectePrice-content  {background: #f9f9f9;position: absolute; z-index: 10;
border: 1px solid #fff !important; 
border-bottom: 3px solid #603CBA !important; 
border-top: 0px solid #6E7F0F !important; 
}

#shaon-pricing-table .feature-content li{
    border-top: 1px solid #ffffff !important;
}

                          
#shaon-pricing-table a.signup{
   margin: 20px auto;
    text-align: center;
    font-weight: normal;
    font-size: 10pt; 
    line-height: 35px;
    height: 35px;
    width: 110px;
    max-width: 90%;
    display: block;
    text-decoration: none;
    color: #fff;
    background: #45484d;
    font-size:11pt;
    font-weight: 300;
    -webkit-transition: all 400ms linear;
    -moz-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    -ms-transition: all 400ms linear;
    transition: all 400ms linear;
    
}


#shaon-pricing-table a.signup:hover{    
    
   background: #222;
color: #fff;   

}


#shaon-pricing-table .featureTitle, #shaon-pricing-table .priceTitle, #shaon-pricing-table .selectedpriceTitle{
    height: 80px;
    text-align: center;
    position: relative;
    font-size: 16px;
    font-weight: 300;
    font-family: arial;
    border-bottom: 0px;
}

#shaon-pricing-table .featureTitle span{
    border: 1px solid #fff;
    color:#4e4e4e;
    position: absolute;
    z-index: 1;
    width:100%;
    margin-top: 40px;
    bottom: 0px;
    line-height: 40px;
    height: 40px;
    display: block;
    background: #eee;
    border-bottom: 0px;
    font-size:18pt;
     
}

#shaon-pricing-table .featureTitle{
    margin-top:-1px;
}

#shaon-pricing-table .priceTitle span{
    color: #fff;
    border: 1px solid #fff;
    position: absolute;
    z-index: 2;
    width:100%;
    height: 60px;
    margin-top: 18px;
    line-height: 60px;
    display: block;
background: #2D89EE;
    border-bottom-width: 0px;    
    font-size:15pt;
    font-weight: 300;
    letter-spacing: 1px;
}  


#shaon-pricing-table .selectedpriceTitle span{
    color: #fff;
    position: absolute;
    z-index: 3;
    width:100%;
    height: 80px;
    margin-top: 0px;
    line-height: 80px;
    display: block;
background: #603CBA;
border: 1px solid #fff !important; 
border-bottom: 0px solid #6E7F0F !important; 
font-size:15pt;
    font-weight: 300;
    letter-spacing: 1px; 
border-bottom-width: 0px;
 
}

.pricing-table li:last-child{
    border-bottom: 0px !important;
}