@media (min-width: 992px) {
    .page-template-packages .container {
        width: 96%;
    }
}

@media (min-width: 1200px) {
    .page-template-packages .container {
        width: 1170px;
    }
}

.page-template-packages #primary {
    margin: 30px 0;
}

.home h2#packages-title {
    font-size: 36px;
    color: #000000;
    font-weight: 400;
    margin: 0px 0px 60px;
    padding: 0px;
    text-align: center;
}

.dragscroll {
    overflow-x: scroll;
    overflow-y: hidden;
    -ms-overflow-style: none;
    -ms-scroll-chaining: none;
    -ms-scroll-snap-type: mandatory;
    -ms-scroll-snap-points-x: snapInterval(0%, 100%);
    -webkit-overflow-scrolling: touch;
    cursor: pointer;
}

table {
    display: table;
    width: 100%;
    margin-bottom: 12px;
    background-color: #fff;
}
table tbody {

}
table tbody tr {

}
table tbody tr td {
    border: 1px solid #e3e5da;
    font-size: 18px;
    padding: 20px;
}

table tbody tr td.simply-basique.active,
table tbody tr td.simply-basic.active,
table tbody tr td.simply-professionnel.active,
table tbody tr td.simply-professional.active,
table tbody tr td.simply-avance.active,
table tbody tr td.simply-advanced.active,
table tbody tr td.simply-executif.active,
table tbody tr td.simply-executive.active {
    background-color: #eeeeee;
}

table tbody tr td span{
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    display: block;
    width: 12px;
    height: 12px;
    background-color: #50bb6d;
    margin: 0 auto;
    vertical-align: middle;
    background-color: #FFF;
    border: 1px solid #c8c8c8;
}
table tbody tr td span.active{
    background-color: #f16529;
    border: 1px solid #f16529;
}
table tbody tr td strong {
    color: #282828;
}
table thead tr th,
table tbody tr th,
table tfoot tr th {
    background-color: #f16529;
    color: #fff;
    border: 1px solid #e3e5da;
    font-size: 16px;
    font-weight: bold;
    padding: 1em;
    line-height: 1.2em;
    text-align: center;
    min-width: 150px;
}

table thead tr th.features-title {
    background-color: #282828;
    width: 25%;
    min-width: 225px;
}

table tfoot tr th {
    background: #FFF;
    padding: 5px 15px;
}

table tfoot tr th a.btn {
    min-height: 10px;
    color: #000000;
    font-weight: 700;
    background: #f16529;
    padding: 6px 20px;
    border: 2px solid #f16529;
    border-radius: 14px;
}

table tfoot tr th a.btn:hover {
    color: #f16529;
    background: transparent;
}

.fixed{
    top:0;
    position:fixed;
    width:auto;
    display:none;
    border:none;
}