.panel-body table.table {
    margin: 0 !important
}

.table tbody tr.active td,
.table tbody tr.active th {
    background-color: #f5f5f5 !important;
    color: #5a5a5a !important
}

.table tbody tr.active:hover td,
.table tbody tr.active:hover th {
    background-color: #f5f5f5 !important;
    color: #5a5a5a !important
}

.panel-title {
    font-weight: bold;
    color: #515151;
    font-size: 1.6em
}

.panel-heading {
    font-weight: bold
}

.panel-heading-bronze {
    background-color: #FFE8D7 !important;
    color: #000 !important
}

.panel-heading-silver {
    background-color: #D9EDF7 !important;
    color: #000 !important
}

.panel-heading-gold {
    background-color: #FFF18B !important;
    color: #000 !important
}

.panel-heading-platinum {
    background-color: #C5CEDA !important;
    color: #000 !important
}

.panel-heading-free {
    background-color: #ffffff !important;
    color: #000 !important
}

.panel-primary {
    border-width: 5px;
    border-color: #C5EBF3
}

.panel {
    text-align: center
}

.panel:hover {
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4), 0 1px 5px rgba(130, 130, 130, 0.35)
}

.panel-body {
    padding: 0px;
    text-align: center
}

.the-price {
    background-color: rgba(220, 220, 220, 0.17);
    box-shadow: 0 1px 0 #dcdcdc, inset 0 1px 0 #fff;
    padding: 20px;
    margin: 0
}

.the-price h1 {
    line-height: 1em;
    padding: 0;
    margin: 0;
    color: #004976;
    font-size: 3.5em;
    font-weight: bolder
}

.subscript {
    font-size: 25px
}

.cnrflash {
    position: absolute;
    top: -9px;
    right: -7px;
    z-index: 1;
    overflow: hidden;
    width: 100px;
    height: 100px;
    border-radius: 3px 5px 3px 0
}

.cnrflash-inner {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 145px;
    height: 145px;
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -webkit-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    -o-transform-origin: 100% 100%;
    -moz-transform-origin: 100% 100%;
    background-image: linear-gradient(90deg, transparent 50%, rgba(255, 255, 255, 0.1) 50%), linear-gradient(0deg, transparent 0%, rgba(1, 1, 1, 0.2) 50%);
    background-size: 4px, auto, auto, auto;
    background-color: #aa0101;
    box-shadow: 0 3px 3px 0 rgba(1, 1, 1, 0.5), 0 1px 0 0 rgba(1, 1, 1, 0.5), inset 0 -1px 8px 0 rgba(255, 255, 255, 0.3), inset 0 -1px 0 0 rgba(255, 255, 255, 0.2)
}

.cnrflash-inner:before,
.cnrflash-inner:after {
    content: " ";
    display: block;
    position: absolute;
    bottom: -16px;
    width: 0;
    height: 0;
    border: 8px solid #800000
}

.cnrflash-inner:before {
    left: 1px;
    border-bottom-color: transparent;
    border-right-color: transparent
}

.cnrflash-inner:after {
    right: 0;
    border-bottom-color: transparent;
    border-left-color: transparent
}

.cnrflash-label {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    padding-bottom: 5px;
    color: #fff;
    text-shadow: 0 1px 1px rgba(1, 1, 1, 0.8);
    font-size: 0.95em;
    font-weight: bold;
    text-align: center
}


/*# sourceMappingURL=packages.css.map */