/* Main marketing message and sign up button */
.jumbotron {
    margin: 30px 0;
    text-align: center;
}
.jumbotron h1 {
    color: #444;
    line-height: 1;
    font-size: 35px;
    font-family: Consolas, ubuntu, sans-serif;
    font-weight: lighter !important;
    margin-bottom: 15px;
}
.jumbotron .lead {
    font-size: 24px;
    line-height: 1.05;
    color: #888;
}
.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}
.bullet {
    display: inline-block;
    text-align: center;
    background: #ddd;
    color: #888;
    border: 1px solid #ccc;
    border-radius: 50%;
    font-weight: bold;
}
.bullet-20px {
    width: 20px;
    height: 20px;
    line-height: 20px;
}
.bullet-30px {
    width: 30px;
    height: 30px;
    line-height: 30px;
}
.heading-30px {
    line-height: 30px;
    font-size: 16px;
    margin-left: 10px;
    font-weight: bolder;
    color: #777;
}
h2 {
    font-size: 19px;
    text-align: center;
    margin-bottom: 0;
}
h3 {
    text-align: center;
    font-size: 16px;
    line-height: 16px;
    color: #999;
    margin-top: 0;
    margin-bottom: 30px;
}
#comparison-table {
    /*border: 1px solid red;*/
    /**/
    position: relative;
    display: block;
    margin: 0 auto;
    text-align: center;
}
.row-fluid [class*="span"] {
    float: none !important;
}
#comparison-table > div {
    /*border: 1px solid blue;*/
    /**/
    width: 820px;
}
.center-text {
    text-align: center;
}

.plan-details {
    /*border: 1px solid red;*/
    border-top: 1px solid #ccc;
}
.plan-details li {
    border: 1px solid #ccc;
    border-top: 1px solid #fff;
    line-height: 35px;
    text-align: center;
    /*height: 19px;*/
    padding: 0 5px;
    position: relative;
    z-index: 5;
}
.plan-details li:nth-child(odd) {
    background: #f8f8f8;
}
.plan-details li:nth-child(even) {
    background: #f4f4f4;
}
.focused {
    box-shadow: 0 0 5px #aaa;
}
.span4 {
    float: none !important;
    display: inline-block !important;
    width: 32.9% !important;
}
.span4.main {
    /*border: 1px solid red;*/
    /*width: 37.9% !important;*/
}
.plans-holder {
    /*border: 1px solid blue;*/
    /**/
    text-align: center;
}
.plans {
    /*border: 1px solid red;*/
    /**/
    text-align: center;
    margin: 0 auto 30px;
    height: 200px;
    position: relative;
    width: 820px;
}
.plan {
    border: 1px solid #ccc;
    /**/
    background: #fff;
    display: inline-block;
    width: 210px;
    padding: 10px;
    cursor: pointer;
    box-shadow: 0 0 10px #ddd;
}
.plan h2 {
    margin-top: 0;
    font-family: consolas, ubuntu, sans-serif;
    font-weight: lighter;
    font-size: 150%;
}
.plan > .price {
    display: block;
    font-size: 220%;
    color: #444;
    font-weight: bold;
    margin: 20px 0;
    height: 20px;
}
.plan > .desc {
    /*border: 1px solid red;*/
    /**/
    display: block;
    font-size: 90%;
    color: #777;
    /*padding: 0 20px;*/
    text-align: center;
    margin: 0 auto;
    width: 90%;
}
.plan-left {
    /**/
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-right-width: 6px;
    position: absolute;
    top: 12px;
    left: 17px;
    z-index: 10;
}
.plan-center {
    width: 300px;
    border-radius: 5px;
    position: relative;
    z-index: 20;
    margin-top: 3px;
}
.plan-right {
    /**/
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    position: absolute;
    top: 12px;
    right: 17px;
    z-index: 10;
}
.plan-center h2 {
    font-size: 180%;
    margin-top: 10px;
}
.plan-center .desc {
    margin-bottom: 10px;
}
.plan:hover {
    border: 1px solid #999;
}
.focused-plan {
    /*background: #FAF0F0;*/
    background: #fff8df;
    border: 3px solid orange;
    box-shadow: 0 0 10px orange;
}
.plan-left.focused-plan {
    top: 10px;
    left: 15px;
}
.plan-center.focused-plan {
    margin-top: 1px;
}
.plan-right.focused-plan {
    top: 10px;
    right: 15px;
}
.focused-plan:hover {
    border: 3px solid orange;
}
.currency {
    color: #aaa;
    font-weight: normal;
    font-size: 70%;
    vertical-align: top;
    display: inline-block;
    margin-top: -6px !important;
}
.pull-up > span {
    margin-top: -15px;
}
.plan > div {
    margin-top: 5px;
}
.span4 ul {
    margin: 0 !important;
    box-shadow: 0 0 5px #ccc;
    cursor: pointer;
}
.comparison-table-column-1 {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 10;
}
.comparison-table-column-2 {
    position: relative;
    margin-left: 0 !important;
    z-index: 20;
    margin-top: -2px;
}
.comparison-table-column-3 {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 10;
}
.comparison-table-column-2 ul li:first-child {
    padding-top: 10px;
}
.comparison-table-column-2 ul li:last-child {
    padding-bottom: 10px;
}
.comparison-table-column-2 ul {
    box-shadow: 0 0 5px #aaa;
}
.focused-column {
    box-shadow: 0 0 5px orange !important;
    border-top: 1px solid orange;
}
.focused-column li {
    border: 1px solid orange;
    border-top: 1px solid #fff;
}
.focused-column li:nth-child(odd) {
    background: #FFF8DF;
}
.focused-column li:nth-child(even) {
    background: #FFF6CD;
}
.highlighted-line {
    background: #e9e9e9 !important;
    border: 1px solid #ccc;
    border-top: 1px solid #fff;
    z-index: 10 !important;
    box-shadow: 0 0 2px #bbb;
}
.highlighted-line-current {
    background: #ffdd95 !important;
    border: 1px solid orangered;
    border-top: 1px solid #fff;
    z-index: 10 !important;
    box-shadow: 0 0 2px orangered;
}
#comparison-table .iconfa-ok {
    color: orangered;
}
#comparison-table .iconfa-ban-circle {
    color: #999;
}
