/* css for pricing.mak */

.container {
    margin-top: 30px;
    padding-top: 30px;
    padding-bottom: 50px;
    width: 1200px;
    text-align: center;
    color: rgb(200, 199, 216);
}

.container .title {
    font-weight: bold;
    color: #fff;
}

#price-grid-container {
    margin-top: 50px;
}

.table {
    margin-top: 50px;
    color: rgb(154, 157, 173);
}

.table-dark {
    background-color: #282828;
}

.table .highlight {
    background-color: #343434;
    border: 1px solid #444;
}

.table .top-highlight {
    padding-top: 20px;
    background-color: #343434;
    border: 1px solid #444;
}

.table .bottom-highlight {
    background-color: #343434;
    border: 1px solid #444 !important;
}

.table thead th {
    border-top: None;
    border-bottom: 1px solid #333;
}

.table tbody td {
    padding-top: 18px;
    padding-bottom: 18px;
    border-bottom: 1px solid #333;
}

.plan-title {
    color: rgb(132, 157, 255);
    font-size: 21px;
    font-weight: 500;
}

.plan-price {
    margin-top: 3px;
    color: #fff;
    font-size: 30px;
    font-weight: 500;
}

.plan-desc {
    margin-top: 8px;
    font-size: 15px;
    font-weight: 500;
}

.table td {
    border-top: None;
}

.feat-item i {
    color: rgb(132, 157, 255);
}

.feat-bracket {
    margin-top: 3px;
    font-size: 15px;
    font-weight: 100;
}

.extra-top-padding {
    padding-top: 30px !important;
}

.cta-td {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
    border: None !important;
}

.plan-toggle {
    width: 172px;
    padding-left: 5px;
    padding-top: 5px;
    padding-bottom: 6px;
    margin: auto;
    margin-top: 30px;
    border: 1px solid #444;
    border-radius: 30px;
    font-size: 15px;
    color: rgb(154, 157, 173);
    overflow: hidden;
}

.plan-btn {
    float: left;
    width: 80px;
    margin-top: 3px;
    cursor: pointer;
}

.plan-highlight {
    background-color: #0082e9;
    margin-top: 0px;
    color: #fff;
    border-radius: 18px;
    padding: 3px 10px;;
}



