﻿.compare-table {
    display: table;
    width: 100%;
    max-width: 920px;
    margin: 0 auto;
}
.compare-table.price .title{
    cursor: pointer;
      -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none;
}
.compare-table.price .title > div:first-child{
    padding-left: 30px;
    position: relative;
}
.compare-table.price .title > div:first-child:after{
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    content: '';
    top: 50%;
    left: 15px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 6px solid #200868;
    transform: translate(-50%, -50%);
}
.compare-table.price .title.closed > div:first-child:after{
    border-top: 6px solid #200868;
    border-bottom: none;
}
.compare-table > * {
    display: table-row;
}

.compare-table > * > * {
    display: table-cell;
    border: 1px solid #9295A8;
    border-collapse: collapse;
        
    padding: 10px;
    box-sizing: border-box;
    border-left: 0;
    border-top: 0;
    vertical-align: top;
}
.compare-table > *:first-child > * {
    border-top: 1px solid #9295A8;
}
.compare-table > * {
    color: #6b6b6b;
}
.compare-table > .title {
    font-weight: bold;
}
.compare-table > .title > * {
    border-right: 0;
}
.compare-table > .title > *:last-child {
    border-right: 1px solid #9295A8;
}
.compare-table > .row {
    line-height: 30px;
    font-size: 14px;
}
    .compare-table > .header > * {
        color: #200868;
    }
.compare-table > * > *:first-child {
    border-left: 1px solid #9295A8;
}
.compare-table > * > .plan {
        width: 180px;
        table-layout: fixed;
    }
.compare-table > .header > .plan {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}
.compare-table > .header > .plan b
{
    display: block; 
    line-height: 30px;
    display: block;
    height: 30px;
    font-size: 12px;
    text-align: center;
}
.compare-table > .header > .name {
    background-color: #F4F6F8;
    vertical-align: middle;
    font-size: 20px;
    font-weight: bold;
}
    .compare-table > .header > .plan .button {
        font-size: 14px;
        display: block;
        width: 100%;
        line-height: 35px;
        border-radius: 5px;
        font-weight: bold;
        color: #fff;
        background-color: #200868;
        text-align: center;
        margin-top: 15px;
        text-decoration: none;
    }
.compare-table > .header > .plan .button:hover {
    background-color: #FF1800;
}
.compare-table .description {
    line-height: 21px;
    color: #2C3155;
    text-align: center;
}
    .compare-table .row {
        text-align: center;
        color: #200868;
    }
.compare-table .fa.fa-check
{
    font-size: 20px;
}
.compare-table .row > *:first-child {
    text-align: left;
    color: #6b6b6b;
}
.compare-table .price {
    color: #2C3155;
    font-size: 35px;
    text-align: center;
}
.compare-table .price b {
    font-size: 20px;
    line-height: 24px;
    vertical-align: top;
}


.breadcrumbs 
{
    display: none;
}
@media only screen and (max-width: 500px) {
    .compare-table > .header > .name
    {
        font-size: 17px;
    }
}
.compare-table .row .fa.fa-times{
    font-size: 20px;
}
.comparison .compare-table .row .fa.fa-times {
    color: #F0665B;
}
.comparison .compare-table .row .fa.fa-check {
    color: #200868;
}
.data-visualization-page.comparison .compare-table > * > .plan {
    width: 200px;
}
@media only screen and (max-width: 800px) {
    .compare-table
    {
        max-width: 500px;
        margin: 0 auto;
    }
    .compare-table.team > * > *:nth-child(2),
    .compare-table.team > * > *:nth-child(4) {
        display: none;
    }

    .compare-table.grow > * > *:nth-child(2),
    .compare-table.grow > * > *:nth-child(3) {
        display: none;
    }

    .compare-table.starter > * > *:nth-child(4),
    .compare-table.starter > * > *:nth-child(3) {
        display: none;
    }

    .compare-table.starter > .title > *:nth-child(2),
    .compare-table.team > .title > *:nth-child(3),
    .compare-table.grow > .title > *:nth-child(4) {
        border-right: 1px solid #9295A8;
    }

    .breadcrumbs {
        display: block;
        line-height: 50px;
        margin: 0 auto;
        display: block;
        margin-bottom: 20px;
        max-width: 500px;
    }

    .breadcrumbs span {
        width: 33.333%;
        display: inline-block;
        text-align: center;
        border: 1px solid #dfe3e8;
        color: rgb(99, 115, 129);
        font-size: 13px;
        border-left: 0;
        cursor: pointer;
        box-sizing: border-box;
    }

    .data-visualization-page.comparison .breadcrumbs span {
        width: 50%;
    }

    .breadcrumbs span:first-child {
        border-left: 1px solid #dfe3e8;
    }

    .breadcrumbs span.selected {
        background-color: #f4f6f8;
        color: #000;
    }
}