﻿.section-content {
    margin-top: -76px;
}
.section-content > .inner {
    background-color: #fff;
    box-shadow: 0 0 5px #ddd;
    border-radius: 10px;
    
}
#sectionTop h2 {
    padding-top: 25px;
    font-size: 20pt;
}
.line-tip1 {
    position: relative;
    padding: 25px 12px 10px 12px;
    border-bottom: 1px solid #ddd;
}
    .line-tip1 p {
        font-size: 14pt;
        margin: 0;
        line-height: 40px;
        padding-right: 100px;
    }
    .line-tip1 a.btn {
        position: absolute;
        top: 25px;
        right: 12px;
        line-height: 40px;
    }
table.functions {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
}
table.functions td {
    padding: 10px 12px;
    line-height: 1.5em;
    border-bottom: 1px solid #dddddd;
    background-position: center center;
    background-image: url("images/checked-yes-64.png");
    background-size: 24px auto;
    background-repeat: no-repeat;
}
    table.functions td.cell-title {
        background: #f4f4f4;
        font-weight: bold;
    }
table.functions td.cell-name {
    background: none;
}
table.functions td.cell-plan {
    text-align: center;
    padding-top: 20px;
    background: none;
    vertical-align: top;
}
    table.functions td.cell-plan h3 {
        margin-bottom: 5px;
        font-size: 12pt;
    }
    table.functions td.cell-plan p {
        color: #999;
        margin: 0px;
        font-size: 9pt;
        margin-bottom: 10px;
    }
table.functions td.cell-plan div {
    font-size: 12pt;
    color: #ff3300;
    font-weight: bold;
}
    table.functions td.cell-plan div.price-old {
        color: #999;
        text-decoration: line-through;
    }
    table.functions td.cell-plan div.price-pro {
        font-weight: bold;
    }
table.functions tr:hover td {
    background-color: #f8f8f8;
}
    table.functions tr:hover td.cell-title {
        background-color: #f4f4f4;
    }
table.functions tr:hover td.cell-plan {
    background-color: #fff;
}
table.functions tr > td.cell-value {
    text-align: center;
    background-image: none;
    font-size: 10pt;
}
.section-try {
    text-align: center;
    padding: 50px 0;
}
.section-try h2 {
    margin-bottom: 20px;
}
.section-try a.btn {
    
}
.section-contact {
    text-align: center;
    padding: 25px 0;
}
.section-contact h3{
    margin-bottom: 20px;
    font-weight: normal;
    font-size: 13pt;
}
    .section-contact img {
        border-radius: 5px;
        box-shadow: 0 0 5px #ddd;
        display: block;
        width: 120px;
        height: 120px;
        margin: 0 auto;
        margin-bottom: 10px;
    }
.section-contact p {
    line-height: 1.5em;
}
col.col-ok {
    width: 200px;
}

.list-plans {
    display: none;
}
.icon-info {
    display: inline-block;
    width: 40px;
    height: 40px;
    vertical-align: bottom;
    background: url("images/info-48.png") center center no-repeat;
    background-size: 24px auto;
}
.cell-warn {
    color: #ff6600;
}
.cell-tip {
    color: #999;
    display: block;
    line-height: 18px;
}
i.icon-ok,
i.icon-no {
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url("images/checked-yes-64.png") center center no-repeat;
    background-size: 24px auto;
}
i.icon-no {
    background-image: url("images/checked-no-64.png")
}