/****** PLACE YOUR CUSTOM STYLES HERE ******/

#pricing .table {
    overflow: visible;
    overflow-y: scroll;
}

#pricing .table tr h3 strong {
    color: #666 !important;
}

.table-valign-top thead tr, .table-valign-top tr th, .table-valign-top tr td {
    vertical-align: top !important;
}

.table-valign-top tbody tr td {
    vertical-align: middle !important;
    padding-top: 15px;
    padding-bottom: 15px;
}

.popular_badge {
    background: #666;
    text-transform: uppercase;
    position: relative;
    left: 0;
    bottom: 22px;
    text-align: center;
    font-size: 11px;
    padding: 10px;
    color: #fff;
    max-width: 160px;
    margin: auto;
}

.table tr h3 {
    margin-bottom: 0;
}

.table tr {
    line-height: 1.3 !important;
}

.table thead th h4 {
    margin-top: 45px !important;
}

.table thead th.feature h4 {
    margin-top: 0 !important;
}

.table-striped-column > tbody > tr:nth-of-type(odd) td:nth-of-type(odd) {
    /*background-color: #f9f9f9;*/
}

.table-striped-column > tbody > tr:nth-of-type(odd) td:nth-of-type(even) {
    background-color: #eaeaea;
}

.table-striped-column > tbody > tr:nth-of-type(even) td:nth-of-type(odd) {
    background-color: #f9f9f9;
}

.table-striped-column > tbody > tr:nth-of-type(even) td:nth-of-type(even) {
    background-color: #eaeaea;
}

.table td.feature, .table th.feature {
    background-color: #0598E2 !important;
    color:#fff;
    border-top: 1px solid rgb(59, 163, 216) !important;
}

.table th.feature h4, .table td.feature h2, .table td.feature h2 small {
    color: #fff !important;
}

#pricing .table tr td.feature h3 strong, #pricing .table tr td.feature h4 strong {
    color:#fff !important;
}

.table td.feature a {
    background-color: #eaeaea !important;
    color: #0598E2 !important;
    margin-bottom: 0px !important;
    border-color: #eaeaea !important;
}

.table td.feature a:hover {
    background-color: #fff !important;
    color: #0598E2 !important;
    border-color: #fff !important;
}

.table td.blank {
    background-color: #fff !important;
}

.table td.blank a {
    margin-bottom: 0px !important;
}



#auth input.mb0 {
    margin-top: 15px !important;
}


#auth .checkbox label {
    color: #fff !important;
}


#powered-by-eventslive {
    cursor: pointer;
}

#datatable {
    width: 100% !Important;
}

@media (max-width: 768px) {
    #pricingtable1 {
        display: none;
        visibility: hidden;
    }
}

@media (min-width: 769px) {
    #pricingtable2 {
        display: none;
        visibility: hidden;
    }
}


 video::-webkit-media-controls {
     display: none !important
 }