/*bot begin*/
@import "cutts.css"; 
/*bot end*/
.azp-each-product {
    position: relative;
    margin: 0 0 30px;
    border: 1px solid #ececec;
}
.azp-product-content {
    padding: 20px;
}
.azp-img-wrapper a {
    overflow: hidden;
    display: inherit;
    cursor: pointer;
}
.azp-img-wrapper a,
.azp-img-wrapper a:hover {
    text-decoration: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.azp-img-wrapper img {
    display: block;
    height: auto;
    max-height: 200px;
    margin: 0 auto 15px;
    max-width: 100%;
    width: auto;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.star-rating {
    position: relative;
    display: inline-block;
    background-image: url(../images/v1.svg?13216ad383d8627a288021648aea0854);
    background-repeat: repeat-x;
    background-position: 0;
    height: 16px;
    width: 80px;
    background-size: 16px 16px;
}
.star-rating,
.star-rating a:hover {
    text-decoration: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.star-rating span.azp_star_ratings {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    display: block;
    background-image: url(../images/v1-active.svg?765ae2e76928bbbfb1cdf524b841c1bb);
    background-repeat: repeat-x;
    background-position: 0;
    background-size: 16px 16px;
    height: 16px;
}
.azp-total-reviews {
    margin-top: 5px;
    font-size: 12px;
    opacity: 0.7;
}
.azp-product-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.azp-product-meta div {
    margin: -4px -1px 0;
}
.azp-product-meta div span {
    display: inline-block;
    padding: 0 15px;
    color: #fff;
    font-weight: 300;
    font-size: 12px;
    line-height: 20px;
    text-transform: uppercase;
}
.azp-product-meta .azp-best span {
    background: #e47911;
}
.azp-title .azp-url {
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: 700;
}
.azp-title .azp-url a {
    text-decoration: none !important; /* bot begin bot end */
} /*bot begin @media only screen and (max-width:767px){.azp-feature-list{display:none}} bot end*/
.azp-feature-list .azp-feature {
    padding: 0 0 0 1.12em;
    margin: 0 0 5px;
}
.azp-price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: nowrap;
}
.azp-price span {
    display: inline-block;
    margin-right: 15px;
    margin-top: 11px;
    margin-bottom: 11px;
}
.azp-price span:last-child {
    margin-right: 0;
}
.azp-price .azp-real-price {
    font-size: 14px;
    text-decoration: line-through;
    opacity: 0.7;
}
.azp-price .azp-off {
    border-radius: 2px;
    background: #27ae60;
    background: rgba(39, 174, 96, 0.8);
    padding: 4px 6px;
    color: #fff;
    font-size: 12px;
    line-height: 12px;
}
.azp-price .azp-recent-price {
    font-size: 20px;
    font-weight: 700;
}
@media only screen and (max-width: 767px) {
    .azp-price .azp-recent-price {
        font-size: 16px;
    }
}
.azp-has-prime a,
.azp-has-prime a:active,
.azp-has-prime a:focus,
.azp-has-prime a:hover {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    text-decoration: none;
    background-image: url(../images/icon-check-prime@2x.png?f91e385514b5f579146c24ed0452955e);
    background-size: 55px 16px;
    display: inline-block;
    width: 55px;
    height: 16px;
    vertical-align: middle;
}
.azp-no,
.azp-yes {
    display: inline-block;
    height: 16px;
    width: 16px;
    background-image: url(../images/icon-yes.svg?96e77097c21cacb4ba3b6fc0222436c8);
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: 50%;
    vertical-align: -15%;
}
.azp-no {
    background-image: url(../images/icon-no.svg?6beecab9187aa0e39986bf879fb40b2e);
}
.azp_component_description {
    margin-bottom: 20px;
}
.azp-box-style .azp-product-content {
    display: -webkit-box;
    display: -ms-flexbox; /*bot begin display:flex bot end*/
}
@media only screen and (max-width: 767px) {
    .azp-box-style .azp-product-content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.azp-box-style .azp-product-content .azp-visual-part {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 160px;
    flex-basis: 160px;
    margin-right: 20px;
    margin-bottom: 30px;
    text-align: center;
}
@media only screen and (max-width: 767px) {
    .azp-box-style .azp-product-content .azp-visual-part {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        margin-right: 0;
    }
}
.azp-box-style .azp-product-content .azp-visual-part img {
    max-height: 160px;
}
.azp-box-style .azp-product-content .azp-info-part {
    font-size: 15px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: calc(100% - 160px);
    flex-basis: calc(100% - 160px);
}
@media only screen and (max-width: 767px) {
    .azp-box-style .azp-product-content .azp-info-part {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }
}
.azp-box-style .azp-product-content .azp-info-part .azp-box-review {
    margin-bottom: 10px;
}
.azp-box-style .azp-product-content .azp-info-part .azp-box-review > * {
    display: inline-block;
    margin: 0 10px 0 0;
}
.azp-box-style .azp-product-content .azp-info-part .azp-box-review > * p {
    margin: 0;
    font-size: 15px;
}
.azp-box-style .azp-product-content .azp-info-part .box-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
} /*bot begin*/
@media only screen and (max-width: 470px) {
    .box-footer {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
} /*bot end*/
@media only screen and (max-width: 767px) {
    .azp-box-style .azp-product-content .azp-info-part /*bot begin .box-footer bot end*/ {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.azp-box-style .azp-product-content .azp-info-part .box-footer > * {
    margin-right: 10px;
}
.azp-box-style .azp-product-content .azp-info-part .box-footer .azp-buy-button {
    margin-right: 0;
}
.azp-box-style .azp-product-content .azp-info-part .box-footer .azp-buy-form-amazon {
    min-width: 150px;
}
.azp-grids-style {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
    .azp-grids-style {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.azp-grids-style.azp-grid-col-2 .azp-each-product {
    -ms-flex-preferred-size: 48%;
    flex-basis: 48%;
    margin-left: 4%;
}
@media only screen and (max-width: 767px) {
    .azp-grids-style.azp-grid-col-2 .azp-each-product {
        width: 100%;
        margin-left: 0;
    }
}
.azp-grids-style.azp-grid-col-2 .azp-each-product:nth-child(odd) {
    margin-left: 0;
}
.azp-grids-style.azp-grid-col-3 .azp-each-product {
    width: 30.66%;
    margin-left: 4%;
}
@media only screen and (max-width: 767px) {
    .azp-grids-style.azp-grid-col-3 .azp-each-product {
        width: 100%;
        margin-left: 0;
    }
}
.azp-grids-style.azp-grid-col-3 .azp-each-product:nth-child(3n + 1) {
    margin-left: 0;
}
.azp-grids-style.azp-grid-col-4 .azp-each-product {
    width: 23.5%;
    margin-left: 2%;
}
@media only screen and (max-width: 767px) {
    .azp-grids-style.azp-grid-col-4 .azp-each-product {
        width: 100%;
        margin-left: 0;
    }
}
.azp-grids-style.azp-grid-col-4 .azp-each-product:nth-child(4n + 1) {
    margin-left: 0;
}
.azp-grids-style .azp-product-content .azp-visual-part {
    text-align: center;
}
.azp-grids-style .azp-price {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.azp-grids-style .azp-price span {
    margin-top: 0;
}
.azp-grids-style .azp-price .azp-recent-price {
    font-size: 15px;
}
.azp-grids-style .azp-price .azp-off,
.azp-grids-style .azp-price .from {
    display: none;
}
.azp-grids-style .azp-buy-button {
    text-align: center;
    margin-right: 0;
}
.azp-grids-style .price-notice {
    text-align: center;
}
.azp-list-style .azp-product-meta .azp-sale {
    position: absolute;
    top: -3px;
    right: -3px;
}
.azp-list-style .azp-product-content {
    padding: 20px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media only screen and (max-width: 767px) {
    .azp-list-style .azp-product-content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.azp-list-style .azp-product-content .azp-visual-part {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 115px;
    flex-basis: 115px;
    margin-right: 10px;
    text-align: center;
}
@media only screen and (max-width: 767px) {
    .azp-list-style .azp-product-content .azp-visual-part {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        margin-right: 0;
        margin-bottom: 30px;
    }
}
.azp-list-style .azp-product-content .azp-visual-part img {
    margin-bottom: 0;
}
@media (min-width: 768px) {
    .azp-list-style .azp-product-content .azp-visual-part img {
        max-height: 115px;
    }
}
.azp-list-style .azp-product-content .azp-info-part {
    font-size: 14px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: calc(100% - 75px);
    flex-basis: calc(100% - 75px);
}
@media only screen and (max-width: 767px) {
    .azp-list-style .azp-product-content .azp-info-part {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }
}
.azp-list-style .azp-product-content .azp-info-part .azp-title .azp-url {
    font-size: 15px;
    margin-bottom: 10px;
}
.azp-list-style .azp-product-content .azp-info-part .azp-info-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 10px;
}
@media only screen and (max-width: 767px) {
    .azp-list-style .azp-product-content .azp-info-part .azp-info-footer {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.azp-list-style .azp-product-content .azp-info-part .azp-info-footer .star-rating {
    margin-right: 15px;
}
@media only screen and (max-width: 767px) {
    .azp-list-style .azp-product-content .azp-info-part .azp-info-footer .star-rating {
        margin-right: 0;
    }
}
.azp-list-style .azp-product-content .azp-info-part .azp-price {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.azp-list-style .azp-product-content .azp-info-part .azp-price span {
    margin-top: 0;
    margin-bottom: 0;
}
.azp-list-style .azp-product-content .azp-info-part .azp-price .azp-recent-price {
    font-size: 15px;
    font-weight: 600;
}
.azp-list-style .azp-product-content .azp-info-part .azp-price .azp-recent-price .from {
    display: none;
}
.azp-list-style .azp-product-content .azp-info-part .azp-buy-button {
    text-align: right;
    margin-right: 0;
}
.azp-table-style {
    margin-bottom: 30px;
}
.azp-table-style .azp-each-product {
    margin: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.azp-table-style .azp-each-product:nth-child(odd) {
    background: #f9f9f9;
}
.azp-table-style .azp-each-product:first-child {
    background: #ececec;
}
@media only screen and (max-width: 767px) {
    .azp-table-style .azp-each-product:first-child {
        display: none;
    }
}
@media only screen and (max-width: 767px) {
    .azp-table-style .azp-each-product {
        margin-bottom: 30px;
    }
}
.azp-table-style .azp-product-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 1px;
    width: 100%;
    padding: 0;
}
@media only screen and (max-width: 767px) {
    .azp-table-style .azp-product-content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.azp-table-style .azp-product-content > div {
    padding: 15px 0 15px 15px;
}
.azp-table-style .azp-product-content > div:last-child {
    padding-right: 15px;
}
@media only screen and (max-width: 767px) {
    .azp-table-style .azp-product-content > div {
        display: block;
        text-align: center;
        width: 100% !important;
        padding: 15px 15px 0;
    }
    .azp-table-style .azp-product-content > div:last-child {
        padding-bottom: 15px;
    }
}
.azp-table-style .azp-product-content .best-sale {
    width: 30px;
}
.azp-table-style .azp-product-content .best-sale span {
    display: none;
}
@media only screen and (max-width: 767px) {
    .azp-table-style .azp-product-content .best-sale span {
        display: inline;
    }
}
.azp-table-style .azp-product-content .azp-visual-part {
    width: 70px;
}
.azp-table-style .azp-product-content .azp-visual-part img {
    margin: 0 auto;
}
@media (min-width: 768px) {
    .azp-table-style .azp-product-content .azp-visual-part img {
        max-height: 60px;
    }
}
.azp-table-style .azp-product-content .azp-title {
    width: calc(100% - 416px);
}
.azp-table-style .azp-product-content .azp-title .azp-url {
    margin: 0;
}
.azp-table-style .azp-product-content .azp-price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 140px;
}
@media only screen and (max-width: 767px) {
    .azp-table-style .azp-product-content .azp-price {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}
.azp-table-style .azp-product-content .azp-price span {
    margin: 0 5px;
}
.azp-table-style .azp-product-content .azp-price .azp-off {
    display: none;
}
.azp-table-style .azp-product-content .azp-price .azp-recent-price {
    font-size: 14px;
    font-weight: 600;
}
.azp-table-style .azp-product-content .azp-price .azp-recent-price .from {
    display: none;
}
.azp-table-style .azp-product-content .azp-buy-button {
    width: 176px;
    margin: 0 !important;
    padding: 0 !important;
}
.azp-widget-style .azp-each-product {
    max-width: 100%;
    text-align: center;
    margin: 0 auto 30px;
}
.azp-widget-style .azp-visual-part img {
    max-height: 200px;
}
.azp-widget-style .star-rating {
    margin-bottom: 15px;
}
.azp-widget-style .price-notice {
    padding: 15px 0 0;
}
.azp-widget-small-style .azp-each-product {
    max-width: 100%;
}
.azp-widget-small-style .azp-product-meta .azp-sale {
    position: absolute;
    top: -3px;
    right: -3px;
    font-size: 11px;
    padding: 0 10px;
}
.azp-widget-small-style .azp-product-content {
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.azp-widget-small-style .azp-product-content .azp-visual-part {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 75px;
    flex-basis: 75px;
    margin-right: 10px;
    text-align: center;
}
.azp-widget-small-style .azp-product-content .azp-visual-part img {
    margin-bottom: 0;
    max-height: 73px;
}
.azp-widget-small-style .azp-product-content .azp-info-part {
    font-size: 14px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: calc(100% - 75px);
    flex-basis: calc(100% - 75px);
}
.azp-widget-small-style .azp-product-content .azp-info-part .azp-title .azp-url {
    font-size: 14px;
    margin-top: 5px;
    margin-bottom: 8px;
}
.azp-widget-small-style .azp-product-content .azp-info-part .azp-info-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.azp-widget-small-style .azp-product-content .azp-info-part .azp-info-footer .star-rating {
    margin-right: 15px;
}
.azp-widget-small-style .azp-product-content .azp-info-part .azp-price {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.azp-widget-small-style .azp-product-content .azp-info-part .azp-price span {
    margin-top: 0;
    margin-bottom: 0;
    display: none;
}
.azp-widget-small-style .azp-product-content .azp-info-part .azp-price .azp-recent-price {
    font-size: 15px;
    font-weight: 600;
    display: inline-block;
}
.azp-widget-small-style .azp-product-content .azp-info-part .azp-buy-button {
    text-align: right;
}
.azp_comp_table_wrapper {
    max-width: 100%;
    overflow-x: auto;
}
.azp_comp_wrapper {
    display: table;
    width: 100%;
    font-size: 13px;
}
.azp_comp_wrapper .azp_data_title {
    word-break: break-word;
}
/* bot begin */
.azp_comp_wrapper .azp_data_title .azp-url {  
    text-decoration: none !important;
}
/* bot end */
@media only screen and (max-width: 767px) {
    .azp_comp_wrapper {
        display: none !important;
    }
}
.azp_comp_wrapper.azp_comp_col_2 .azp_com_data,
.azp_comp_wrapper.azp_comp_col_2 .azp_comp_row .azp_comp_thead,
.azp_comp_wrapper.azp_comp_col_2 .azp_comp_thead {
    width: 50%;
}
.azp_comp_wrapper.azp_comp_col_3 .azp_com_data,
.azp_comp_wrapper.azp_comp_col_3 .azp_comp_row .azp_comp_thead,
.azp_comp_wrapper.azp_comp_col_3 .azp_comp_thead {
    width: 33.33%;
}
.azp_comp_wrapper.azp_comp_col_4 .azp_com_data,
.azp_comp_wrapper.azp_comp_col_4 .azp_comp_row .azp_comp_thead,
.azp_comp_wrapper.azp_comp_col_4 .azp_comp_thead {
    width: 25%;
}
.azp_comp_wrapper.azp_comp_col_5 .azp_com_data,
.azp_comp_wrapper.azp_comp_col_5 .azp_comp_row .azp_comp_thead,
.azp_comp_wrapper.azp_comp_col_5 .azp_comp_thead {
    width: 20%;
}
.azp_comp_wrapper.azp_comp_col_6 .azp_com_data,
.azp_comp_wrapper.azp_comp_col_6 .azp_comp_row .azp_comp_thead,
.azp_comp_wrapper.azp_comp_col_6 .azp_comp_thead {
    width: 16.66%;
}
.azp_comp_wrapper.azp_comp_col_7 .azp_com_data,
.azp_comp_wrapper.azp_comp_col_7 .azp_comp_row .azp_comp_thead,
.azp_comp_wrapper.azp_comp_col_7 .azp_comp_thead {
    width: 14.285%;
}
.azp_comp_wrapper.azp_has_featured .azp_comp_row:first-child .azp_com_data,
.azp_comp_wrapper.azp_has_featured .azp_comp_row:first-child .azp_comp_thead {
    padding-top: 40px;
}
.azp_comp_wrapper .azp_comp_row {
    display: table-row;
}
.azp_comp_wrapper .azp_comp_row:nth-child(2n) {
    background: #f5f5f5;
}
.azp_comp_wrapper .azp_comp_row:first-child .azp_data_highlight {
    border-top: 1px solid #1e90ff;
}
.azp_comp_wrapper .azp_comp_row:first-child .azp_data_highlight .azp_ribbon {
    background: #1e90ff;
    overflow: hidden;
    display: block;
    color: #fff;
    padding: 5px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
.azp_comp_wrapper .azp_comp_row:last-child .azp_data_highlight {
    border-bottom: 1px solid #1e90ff;
}
.azp_comp_wrapper .azp_comp_row .azp_com_data,
.azp_comp_wrapper .azp_comp_row .azp_comp_thead {
    display: table-cell;
    vertical-align: middle;
    border: 1px solid #ececec;
    padding: 10px;
    text-align: center;
}
.azp_comp_wrapper .azp_comp_row .azp_comp_thead {
    font-weight: 600;
    font-size: 120%;
    text-align: right;
}
.azp_comp_wrapper .azp_comp_row .azp_data_highlight {
    position: relative;
    border-left: 1px solid #1e90ff;
    border-right: 1px solid #1e90ff;
    border-top: 0;
    border-bottom: 0;
}
.azp_comp_wrapper .azp_data_image a {
    overflow: hidden;
    display: block;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.azp_comp_wrapper .azp_data_image img {
    max-height: 150px;
    max-width: 100%;
    margin: auto; /* bot begin */
    float: none !important; /* bot end */
}
.azp_comp_wrapper .azp-buy-form-amazon {
    min-width: inherit;
}
@media (min-width: 768px) {
    .azp_com_mobile {
        display: none;
    }
}
.azp_com_mobile .azp_com_mobile_each {
    display: table;
    width: 100%;
    min-height: 1px;
    margin-bottom: 30px;
}
.azp_com_mobile .azp_comp_mobile_row {
    display: table-row;
}
.azp_com_mobile .azp_comp_mobile_row:nth-child(2n) {
    background: #f5f5f5;
}
.azp_com_mobile .azp_comp_mobile_row .azp_data_highlight {
    position: relative;
    border-left: 1px solid #1e90ff;
    border-right: 1px solid #1e90ff;
    border-top: 0;
    border-bottom: 0;
}
.azp_com_mobile .azp_comp_mobile_row:first-child .azp_data_highlight {
    border-top: 1px solid #1e90ff;
    padding-top: 40px;
}
.azp_com_mobile .azp_comp_mobile_row:first-child .azp_data_highlight .azp_ribbon {
    background: #1e90ff;
    overflow: hidden;
    display: block;
    color: #fff;
    padding: 5px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
.azp_com_mobile .azp_comp_mobile_row:last-child .azp_data_highlight {
    border-bottom: 1px solid #1e90ff;
}
.azp_com_mobile .azp_comp_mobile_product,
.azp_com_mobile .azp_comp_mobile_thead {
    display: table-cell;
    vertical-align: middle;
    width: 50%;
    padding: 10px;
    border: 1px solid #ececec;
    font-weight: 600;
}
.azp_com_mobile .azp_comp_mobile_product img,
.azp_com_mobile .azp_comp_mobile_thead img {
    max-height: 150px;
}
.azp_com_mobile .azp_comp_mobile_product {
    text-align: center;
    font-weight: 400;
}
@media (max-width: 480px) {
    .hide_on_mob {
        display: none !important;
    }
}
.azp-feature_box {
    border: 1px solid #eeb933;
    margin-bottom: 20px;
    display: block;
}
.azp-feature_box .azp_feature_header {
    padding: 10px;
    text-align: center;
    background: #ffd979;
    color: #000;
    font-weight: 500;
}
.azp-feature_box .azp_feature_body {
    padding: 20px;
}
.azp-feature_box .azp_feature_body .azp_feature_action {
    text-align: center;
}
.azp-feature_box .azp_feature_body .azp_feature_action a.azp-feature-button {
    padding: 7px 45px;
    font-weight: 700;
    border-radius: 3px !important;
    -webkit-box-shadow: 0 1px 0 hsla(0, 0%, 100%, 0.4) inset;
    box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, 0.4);
    background: #f0c14b !important;
    background: -webkit-gradient(linear, left top, left bottom, from(#f7dfa5), to(#f0c14b)) repeat scroll 0 0 transparent;
    background: linear-gradient(180deg, #f7dfa5, #f0c14b) repeat scroll 0 0 transparent;
    color: #111 !important;
}
.azp_table_wrapper {
    background-color: #fff;
    display: block;
    overflow: auto;
    margin-bottom: 25px;
}
.azp_table_wrapper table {
    max-width: 100%;
    border-spacing: 0;
}
.azp_table_wrapper table * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.azp_table_wrapper table.vertical_centered tbody > tr > td,
.azp_table_wrapper table.vertical_centered thead > tr > th {
    vertical-align: middle !important;
}
.azp_table_wrapper table tbody tr td.azp_column_title {
    word-break: break-word;
}
.azp_table_wrapper table tbody td.azp_align_center,
.azp_table_wrapper table thead th.azp_align_center {
    text-align: center !important;
}
.azp_table_wrapper table tbody td.azp_align_left,
.azp_table_wrapper table thead th.azp_align_left {
    text-align: left !important;
}
.azp_table_wrapper table tbody td.azp_align_right,
.azp_table_wrapper table thead th.azp_align_right {
    text-align: right !important;
}
.azp_table_wrapper.bootstrap3_wrapper table {
    background-color: transparent;
}
.azp_table_wrapper.bootstrap3_wrapper caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777;
    text-align: left;
}
.azp_table_wrapper.bootstrap3_wrapper th {
    text-align: left;
}
.azp_table_wrapper.bootstrap3_wrapper .table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}
.azp_table_wrapper.bootstrap3_wrapper .table > tbody > tr > td,
.azp_table_wrapper.bootstrap3_wrapper .table > tbody > tr > th,
.azp_table_wrapper.bootstrap3_wrapper .table > tfoot > tr > td,
.azp_table_wrapper.bootstrap3_wrapper .table > tfoot > tr > th,
.azp_table_wrapper.bootstrap3_wrapper .table > thead > tr > td,
.azp_table_wrapper.bootstrap3_wrapper .table > thead > tr > th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
}
.azp_table_wrapper.bootstrap3_wrapper .table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd;
}
.azp_table_wrapper.bootstrap3_wrapper .table > caption + thead > tr:first-child > td,
.azp_table_wrapper.bootstrap3_wrapper .table > caption + thead > tr:first-child > th,
.azp_table_wrapper.bootstrap3_wrapper .table > colgroup + thead > tr:first-child > td,
.azp_table_wrapper.bootstrap3_wrapper .table > colgroup + thead > tr:first-child > th,
.azp_table_wrapper.bootstrap3_wrapper .table > thead:first-child > tr:first-child > td,
.azp_table_wrapper.bootstrap3_wrapper .table > thead:first-child > tr:first-child > th {
    border-top: 0;
}
.azp_table_wrapper.bootstrap3_wrapper .table > tbody + tbody {
    border-top: 2px solid #ddd;
}
.azp_table_wrapper.bootstrap3_wrapper .table .table {
    background-color: #fff;
}
.azp_table_wrapper.bootstrap3_wrapper .table-condensed > tbody > tr > td,
.azp_table_wrapper.bootstrap3_wrapper .table-condensed > tbody > tr > th,
.azp_table_wrapper.bootstrap3_wrapper .table-condensed > tfoot > tr > td,
.azp_table_wrapper.bootstrap3_wrapper .table-condensed > tfoot > tr > th,
.azp_table_wrapper.bootstrap3_wrapper .table-condensed > thead > tr > td,
.azp_table_wrapper.bootstrap3_wrapper .table-condensed > thead > tr > th {
    padding: 5px;
}
.azp_table_wrapper.bootstrap3_wrapper .table-bordered,
.azp_table_wrapper.bootstrap3_wrapper .table-bordered > tbody > tr > td,
.azp_table_wrapper.bootstrap3_wrapper .table-bordered > tbody > tr > th,
.azp_table_wrapper.bootstrap3_wrapper .table-bordered > tfoot > tr > td,
.azp_table_wrapper.bootstrap3_wrapper .table-bordered > tfoot > tr > th,
.azp_table_wrapper.bootstrap3_wrapper .table-bordered > thead > tr > td,
.azp_table_wrapper.bootstrap3_wrapper .table-bordered > thead > tr > th {
    border: 1px solid #ddd;
}
.azp_table_wrapper.bootstrap3_wrapper .table-bordered > thead > tr > td,
.azp_table_wrapper.bootstrap3_wrapper .table-bordered > thead > tr > th {
    border-bottom-width: 2px;
}
.azp_table_wrapper.bootstrap3_wrapper .table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}
.azp_table_wrapper.bootstrap3_wrapper .table-hover > tbody > tr:hover {
    background-color: #f5f5f5;
}
.azp_table_wrapper.bootstrap3_wrapper table col[class*="col-"] {
    position: static;
    display: table-column;
    float: none;
}
.azp_table_wrapper.bootstrap3_wrapper table td[class*="col-"],
.azp_table_wrapper.bootstrap3_wrapper table th[class*="col-"] {
    position: static;
    display: table-cell;
    float: none;
}
.azp_table_wrapper.bootstrap3_wrapper .table > tbody > tr.active > td,
.azp_table_wrapper.bootstrap3_wrapper .table > tbody > tr.active > th,
.azp_table_wrapper.bootstrap3_wrapper .table > tbody > tr > td.active,
.azp_table_wrapper.bootstrap3_wrapper .table > tbody > tr > th.active,
.azp_table_wrapper.bootstrap3_wrapper .table > tfoot > tr.active > td,
.azp_table_wrapper.bootstrap3_wrapper .table > tfoot > tr.active > th,
.azp_table_wrapper.bootstrap3_wrapper .table > tfoot > tr > td.active,
.azp_table_wrapper.bootstrap3_wrapper .table > tfoot > tr > th.active,
.azp_table_wrapper.bootstrap3_wrapper .table > thead > tr.active > td,
.azp_table_wrapper.bootstrap3_wrapper .table > thead > tr.active > th,
.azp_table_wrapper.bootstrap3_wrapper .table > thead > tr > td.active,
.azp_table_wrapper.bootstrap3_wrapper .table > thead > tr > th.active {
    background-color: #f5f5f5;
}
.azp_table_wrapper.bootstrap3_wrapper .table-hover > tbody > tr.active:hover > td,
.azp_table_wrapper.bootstrap3_wrapper .table-hover > tbody > tr.active:hover > th,
.azp_table_wrapper.bootstrap3_wrapper .table-hover > tbody > tr:hover > .active,
.azp_table_wrapper.bootstrap3_wrapper .table-hover > tbody > tr > td.active:hover,
.azp_table_wrapper.bootstrap3_wrapper .table-hover > tbody > tr > th.active:hover {
    background-color: #e8e8e8;
}
.azp_table_wrapper.bootstrap3_wrapper .table > tbody > tr.success > td,
.azp_table_wrapper.bootstrap3_wrapper .table > tbody > tr.success > th,
.azp_table_wrapper.bootstrap3_wrapper .table > tbody > tr > td.success,
.azp_table_wrapper.bootstrap3_wrapper .table > tbody > tr > th.success,
.azp_table_wrapper.bootstrap3_wrapper .table > tfoot > tr.success > td,
.azp_table_wrapper.bootstrap3_wrapper .table > tfoot > tr.success > th,
.azp_table_wrapper.bootstrap3_wrapper .table > tfoot > tr > td.success,
.azp_table_wrapper.bootstrap3_wrapper .table > tfoot > tr > th.success,
.azp_table_wrapper.bootstrap3_wrapper .table > thead > tr.success > td,
.azp_table_wrapper.bootstrap3_wrapper .table > thead > tr.success > th,
.azp_table_wrapper.bootstrap3_wrapper .table > thead > tr > td.success,
.azp_table_wrapper.bootstrap3_wrapper .table > thead > tr > th.success {
    background-color: #dff0d8;
}
.azp_table_wrapper.bootstrap3_wrapper .table-hover > tbody > tr.success:hover > td,
.azp_table_wrapper.bootstrap3_wrapper .table-hover > tbody > tr.success:hover > th,
.azp_table_wrapper.bootstrap3_wrapper .table-hover > tbody > tr:hover > .success,
.azp_table_wrapper.bootstrap3_wrapper .table-hover > tbody > tr > td.success:hover,
.azp_table_wrapper.bootstrap3_wrapper .table-hover > tbody > tr > th.success:hover {
    background-color: #d0e9c6;
}
.azp_table_wrapper.bootstrap3_wrapper .table > tbody > tr.info > td,
.azp_table_wrapper.bootstrap3_wrapper .table > tbody > tr.info > th,
.azp_table_wrapper.bootstrap3_wrapper .table > tbody > tr > td.info,
.azp_table_wrapper.bootstrap3_wrapper .table > tbody > tr > th.info,
.azp_table_wrapper.bootstrap3_wrapper .table > tfoot > tr.info > td,
.azp_table_wrapper.bootstrap3_wrapper .table > tfoot > tr.info > th,
.azp_table_wrapper.bootstrap3_wrapper .table > tfoot > tr > td.info,
.azp_table_wrapper.bootstrap3_wrapper .table > tfoot > tr > th.info,
.azp_table_wrapper.bootstrap3_wrapper .table > thead > tr.info > td,
.azp_table_wrapper.bootstrap3_wrapper .table > thead > tr.info > th,
.azp_table_wrapper.bootstrap3_wrapper .table > thead > tr > td.info,
.azp_table_wrapper.bootstrap3_wrapper .table > thead > tr > th.info {
    background-color: #d9edf7;
}
.azp_table_wrapper.bootstrap3_wrapper .table-hover > tbody > tr.info:hover > td,
.azp_table_wrapper.bootstrap3_wrapper .table-hover > tbody > tr.info:hover > th,
.azp_table_wrapper.bootstrap3_wrapper .table-hover > tbody > tr:hover > .info,
.azp_table_wrapper.bootstrap3_wrapper .table-hover > tbody > tr > td.info:hover,
.azp_table_wrapper.bootstrap3_wrapper .table-hover > tbody > tr > th.info:hover {
    background-color: #c4e3f3;
}
.azp_table_wrapper.bootstrap3_wrapper .table > tbody > tr.warning > td,
.azp_table_wrapper.bootstrap3_wrapper .table > tbody > tr.warning > th,
.azp_table_wrapper.bootstrap3_wrapper .table > tbody > tr > td.warning,
.azp_table_wrapper.bootstrap3_wrapper .table > tbody > tr > th.warning,
.azp_table_wrapper.bootstrap3_wrapper .table > tfoot > tr.warning > td,
.azp_table_wrapper.bootstrap3_wrapper .table > tfoot > tr.warning > th,
.azp_table_wrapper.bootstrap3_wrapper .table > tfoot > tr > td.warning,
.azp_table_wrapper.bootstrap3_wrapper .table > tfoot > tr > th.warning,
.azp_table_wrapper.bootstrap3_wrapper .table > thead > tr.warning > td,
.azp_table_wrapper.bootstrap3_wrapper .table > thead > tr.warning > th,
.azp_table_wrapper.bootstrap3_wrapper .table > thead > tr > td.warning,
.azp_table_wrapper.bootstrap3_wrapper .table > thead > tr > th.warning {
    background-color: #fcf8e3;
}
.azp_table_wrapper.bootstrap3_wrapper .table-hover > tbody > tr.warning:hover > td,
.azp_table_wrapper.bootstrap3_wrapper .table-hover > tbody > tr.warning:hover > th,
.azp_table_wrapper.bootstrap3_wrapper .table-hover > tbody > tr:hover > .warning,
.azp_table_wrapper.bootstrap3_wrapper .table-hover > tbody > tr > td.warning:hover,
.azp_table_wrapper.bootstrap3_wrapper .table-hover > tbody > tr > th.warning:hover {
    background-color: #faf2cc;
}
.azp_table_wrapper.bootstrap3_wrapper .table > tbody > tr.danger > td,
.azp_table_wrapper.bootstrap3_wrapper .table > tbody > tr.danger > th,
.azp_table_wrapper.bootstrap3_wrapper .table > tbody > tr > td.danger,
.azp_table_wrapper.bootstrap3_wrapper .table > tbody > tr > th.danger,
.azp_table_wrapper.bootstrap3_wrapper .table > tfoot > tr.danger > td,
.azp_table_wrapper.bootstrap3_wrapper .table > tfoot > tr.danger > th,
.azp_table_wrapper.bootstrap3_wrapper .table > tfoot > tr > td.danger,
.azp_table_wrapper.bootstrap3_wrapper .table > tfoot > tr > th.danger,
.azp_table_wrapper.bootstrap3_wrapper .table > thead > tr.danger > td,
.azp_table_wrapper.bootstrap3_wrapper .table > thead > tr.danger > th,
.azp_table_wrapper.bootstrap3_wrapper .table > thead > tr > td.danger,
.azp_table_wrapper.bootstrap3_wrapper .table > thead > tr > th.danger {
    background-color: #f2dede;
}
.azp_table_wrapper.bootstrap3_wrapper .table-hover > tbody > tr.danger:hover > td,
.azp_table_wrapper.bootstrap3_wrapper .table-hover > tbody > tr.danger:hover > th,
.azp_table_wrapper.bootstrap3_wrapper .table-hover > tbody > tr:hover > .danger,
.azp_table_wrapper.bootstrap3_wrapper .table-hover > tbody > tr > td.danger:hover,
.azp_table_wrapper.bootstrap3_wrapper .table-hover > tbody > tr > th.danger:hover {
    background-color: #ebcccc;
}
.azp_table_wrapper.bootstrap3_wrapper .table-responsive {
    min-height: 0.01%;
    overflow-x: auto;
}
@media screen and (max-width: 767px) {
    .azp_table_wrapper.bootstrap3_wrapper .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd;
    }
    .azp_table_wrapper.bootstrap3_wrapper .table-responsive > .table {
        margin-bottom: 0;
    }
    .azp_table_wrapper.bootstrap3_wrapper .table-responsive > .table > tbody > tr > td,
    .azp_table_wrapper.bootstrap3_wrapper .table-responsive > .table > tbody > tr > th,
    .azp_table_wrapper.bootstrap3_wrapper .table-responsive > .table > tfoot > tr > td,
    .azp_table_wrapper.bootstrap3_wrapper .table-responsive > .table > tfoot > tr > th,
    .azp_table_wrapper.bootstrap3_wrapper .table-responsive > .table > thead > tr > td,
    .azp_table_wrapper.bootstrap3_wrapper .table-responsive > .table > thead > tr > th {
        white-space: nowrap;
    }
    .azp_table_wrapper.bootstrap3_wrapper .table-responsive > .table-bordered {
        border: 0;
    }
    .azp_table_wrapper.bootstrap3_wrapper .table-responsive > .table-bordered > tbody > tr > td:first-child,
    .azp_table_wrapper.bootstrap3_wrapper .table-responsive > .table-bordered > tbody > tr > th:first-child,
    .azp_table_wrapper.bootstrap3_wrapper .table-responsive > .table-bordered > tfoot > tr > td:first-child,
    .azp_table_wrapper.bootstrap3_wrapper .table-responsive > .table-bordered > tfoot > tr > th:first-child,
    .azp_table_wrapper.bootstrap3_wrapper .table-responsive > .table-bordered > thead > tr > td:first-child,
    .azp_table_wrapper.bootstrap3_wrapper .table-responsive > .table-bordered > thead > tr > th:first-child {
        border-left: 0;
    }
    .azp_table_wrapper.bootstrap3_wrapper .table-responsive > .table-bordered > tbody > tr > td:last-child,
    .azp_table_wrapper.bootstrap3_wrapper .table-responsive > .table-bordered > tbody > tr > th:last-child,
    .azp_table_wrapper.bootstrap3_wrapper .table-responsive > .table-bordered > tfoot > tr > td:last-child,
    .azp_table_wrapper.bootstrap3_wrapper .table-responsive > .table-bordered > tfoot > tr > th:last-child,
    .azp_table_wrapper.bootstrap3_wrapper .table-responsive > .table-bordered > thead > tr > td:last-child,
    .azp_table_wrapper.bootstrap3_wrapper .table-responsive > .table-bordered > thead > tr > th:last-child {
        border-right: 0;
    }
    .azp_table_wrapper.bootstrap3_wrapper .table-responsive > .table-bordered > tbody > tr:last-child > td,
    .azp_table_wrapper.bootstrap3_wrapper .table-responsive > .table-bordered > tbody > tr:last-child > th,
    .azp_table_wrapper.bootstrap3_wrapper .table-responsive > .table-bordered > tfoot > tr:last-child > td,
    .azp_table_wrapper.bootstrap3_wrapper .table-responsive > .table-bordered > tfoot > tr:last-child > th {
        border-bottom: 0;
    }
}
.azp_table_wrapper.bootstrap4_wrapper .table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    background-color: transparent;
}
.azp_table_wrapper.bootstrap4_wrapper .table td,
.azp_table_wrapper.bootstrap4_wrapper .table th {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #e9ecef;
}
.azp_table_wrapper.bootstrap4_wrapper .table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #e9ecef;
}
.azp_table_wrapper.bootstrap4_wrapper .table tbody + tbody {
    border-top: 2px solid #e9ecef;
}
.azp_table_wrapper.bootstrap4_wrapper .table .table {
    background-color: #fff;
    color: #000;
}
.azp_table_wrapper.bootstrap4_wrapper .table-sm td,
.azp_table_wrapper.bootstrap4_wrapper .table-sm th {
    padding: 0.3rem;
}
.azp_table_wrapper.bootstrap4_wrapper .table-bordered,
.azp_table_wrapper.bootstrap4_wrapper .table-bordered td,
.azp_table_wrapper.bootstrap4_wrapper .table-bordered th {
    border: 1px solid #e9ecef;
}
.azp_table_wrapper.bootstrap4_wrapper .table-bordered thead td,
.azp_table_wrapper.bootstrap4_wrapper .table-bordered thead th {
    border-bottom-width: 2px;
}
.azp_table_wrapper.bootstrap4_wrapper .table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.05);
}
.azp_table_wrapper.bootstrap4_wrapper .table-hover tbody tr:hover {
    background-color: rgba(0, 0, 0, 0.075);
}
.azp_table_wrapper.bootstrap4_wrapper .table-primary,
.azp_table_wrapper.bootstrap4_wrapper .table-primary > td,
.azp_table_wrapper.bootstrap4_wrapper .table-primary > th {
    background-color: #b8daff;
}
.azp_table_wrapper.bootstrap4_wrapper .table-hover .table-primary:hover,
.azp_table_wrapper.bootstrap4_wrapper .table-hover .table-primary:hover > td,
.azp_table_wrapper.bootstrap4_wrapper .table-hover .table-primary:hover > th {
    background-color: #9fcdff;
}
.azp_table_wrapper.bootstrap4_wrapper .table-secondary,
.azp_table_wrapper.bootstrap4_wrapper .table-secondary > td,
.azp_table_wrapper.bootstrap4_wrapper .table-secondary > th {
    background-color: #dddfe2;
}
.azp_table_wrapper.bootstrap4_wrapper .table-hover .table-secondary:hover,
.azp_table_wrapper.bootstrap4_wrapper .table-hover .table-secondary:hover > td,
.azp_table_wrapper.bootstrap4_wrapper .table-hover .table-secondary:hover > th {
    background-color: #cfd2d6;
}
.azp_table_wrapper.bootstrap4_wrapper .table-success,
.azp_table_wrapper.bootstrap4_wrapper .table-success > td,
.azp_table_wrapper.bootstrap4_wrapper .table-success > th {
    background-color: #c3e6cb;
}
.azp_table_wrapper.bootstrap4_wrapper .table-hover .table-success:hover,
.azp_table_wrapper.bootstrap4_wrapper .table-hover .table-success:hover > td,
.azp_table_wrapper.bootstrap4_wrapper .table-hover .table-success:hover > th {
    background-color: #b1dfbb;
}
.azp_table_wrapper.bootstrap4_wrapper .table-info,
.azp_table_wrapper.bootstrap4_wrapper .table-info > td,
.azp_table_wrapper.bootstrap4_wrapper .table-info > th {
    background-color: #bee5eb;
}
.azp_table_wrapper.bootstrap4_wrapper .table-hover .table-info:hover,
.azp_table_wrapper.bootstrap4_wrapper .table-hover .table-info:hover > td,
.azp_table_wrapper.bootstrap4_wrapper .table-hover .table-info:hover > th {
    background-color: #abdde5;
}
.azp_table_wrapper.bootstrap4_wrapper .table-warning,
.azp_table_wrapper.bootstrap4_wrapper .table-warning > td,
.azp_table_wrapper.bootstrap4_wrapper .table-warning > th {
    background-color: #ffeeba;
}
.azp_table_wrapper.bootstrap4_wrapper .table-hover .table-warning:hover,
.azp_table_wrapper.bootstrap4_wrapper .table-hover .table-warning:hover > td,
.azp_table_wrapper.bootstrap4_wrapper .table-hover .table-warning:hover > th {
    background-color: #ffe8a1;
}
.azp_table_wrapper.bootstrap4_wrapper .table-danger,
.azp_table_wrapper.bootstrap4_wrapper .table-danger > td,
.azp_table_wrapper.bootstrap4_wrapper .table-danger > th {
    background-color: #f5c6cb;
}
.azp_table_wrapper.bootstrap4_wrapper .table-hover .table-danger:hover,
.azp_table_wrapper.bootstrap4_wrapper .table-hover .table-danger:hover > td,
.azp_table_wrapper.bootstrap4_wrapper .table-hover .table-danger:hover > th {
    background-color: #f1b0b7;
}
.azp_table_wrapper.bootstrap4_wrapper .table-light,
.azp_table_wrapper.bootstrap4_wrapper .table-light > td,
.azp_table_wrapper.bootstrap4_wrapper .table-light > th {
    background-color: #fdfdfe;
}
.azp_table_wrapper.bootstrap4_wrapper .table-hover .table-light:hover,
.azp_table_wrapper.bootstrap4_wrapper .table-hover .table-light:hover > td,
.azp_table_wrapper.bootstrap4_wrapper .table-hover .table-light:hover > th {
    background-color: #ececf6;
}
.azp_table_wrapper.bootstrap4_wrapper .table-dark,
.azp_table_wrapper.bootstrap4_wrapper .table-dark > td,
.azp_table_wrapper.bootstrap4_wrapper .table-dark > th {
    background-color: #c6c8ca;
}
.azp_table_wrapper.bootstrap4_wrapper .table-hover .table-dark:hover,
.azp_table_wrapper.bootstrap4_wrapper .table-hover .table-dark:hover > td,
.azp_table_wrapper.bootstrap4_wrapper .table-hover .table-dark:hover > th {
    background-color: #b9bbbe;
}
.azp_table_wrapper.bootstrap4_wrapper .table-active,
.azp_table_wrapper.bootstrap4_wrapper .table-active > td,
.azp_table_wrapper.bootstrap4_wrapper .table-active > th,
.azp_table_wrapper.bootstrap4_wrapper .table-hover .table-active:hover,
.azp_table_wrapper.bootstrap4_wrapper .table-hover .table-active:hover > td,
.azp_table_wrapper.bootstrap4_wrapper .table-hover .table-active:hover > th {
    background-color: rgba(0, 0, 0, 0.075);
}
.azp_table_wrapper.bootstrap4_wrapper .thead-inverse th {
    color: #fff;
    background-color: #212529;
}
.azp_table_wrapper.bootstrap4_wrapper .thead-default th {
    color: #495057;
    background-color: #e9ecef;
}
.azp_table_wrapper.bootstrap4_wrapper .table-inverse {
    color: #fff;
    background-color: #212529;
}
.azp_table_wrapper.bootstrap4_wrapper .table-inverse td,
.azp_table_wrapper.bootstrap4_wrapper .table-inverse th,
.azp_table_wrapper.bootstrap4_wrapper .table-inverse thead th {
    border-color: #32383e;
}
.azp_table_wrapper.bootstrap4_wrapper .table-inverse.table-bordered {
    border: 0;
}
.azp_table_wrapper.bootstrap4_wrapper .table-inverse.table-striped tbody tr:nth-of-type(odd) {
    background-color: hsla(0, 0%, 100%, 0.05);
}
.azp_table_wrapper.bootstrap4_wrapper .table-inverse.table-hover tbody tr:hover {
    background-color: hsla(0, 0%, 100%, 0.075);
}
@media (max-width: 991px) {
    .azp_table_wrapper.bootstrap4_wrapper .table-responsive {
        display: block;
        width: 100%;
        overflow-x: auto;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }
    .azp_table_wrapper.bootstrap4_wrapper .table-responsive.table-bordered {
        border: 0;
    }
}
.azp_table_wrapper.semantic_ui_wrapper {
    /*!
 * # Semantic UI 2.2.12 - Table
 * http://github.com/semantic-org/semantic-ui/
 *
 *
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */
    padding-right: 0;
}
.azp_table_wrapper.semantic_ui_wrapper .ui.table {
    width: 100%;
    background: #fff;
    margin: 1em 0;
    border: 1px solid rgba(34, 36, 38, 0.15);
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0.28571429rem;
    text-align: left;
    color: rgba(0, 0, 0, 0.87);
    border-collapse: separate;
    border-spacing: 0;
}
.azp_table_wrapper.semantic_ui_wrapper .ui.table tbody tr:last-child td {
    border-bottom: 1px solid rgba(34, 36, 38, 0.15);
}
.azp_table_wrapper.semantic_ui_wrapper .ui.table:first-child {
    margin-top: 0;
}
.azp_table_wrapper.semantic_ui_wrapper .ui.table:last-child {
    margin-bottom: 0;
}
.azp_table_wrapper.semantic_ui_wrapper .ui.table td,
.azp_table_wrapper.semantic_ui_wrapper .ui.table th {
    -webkit-transition: background 0.1s ease, color 0.1s ease;
    transition: background 0.1s ease, color 0.1s ease;
}
.azp_table_wrapper.semantic_ui_wrapper .ui.table thead {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.azp_table_wrapper.semantic_ui_wrapper .ui.table thead th {
    cursor: auto;
    text-align: inherit;
    padding: 0.92857143em 0.78571429em;
    vertical-align: inherit;
    font-style: none;
    font-weight: 700;
    text-transform: none;
    border-bottom: 1px solid rgba(34, 36, 38, 0.1);
    border-left: none;
}
.azp_table_wrapper.semantic_ui_wrapper .ui.table:not(.inverted) thead th {
    background: #f9fafb;
    color: rgba(0, 0, 0, 0.87);
}
.azp_table_wrapper.semantic_ui_wrapper .ui.table thead tr > th:first-child {
    border-left: none;
}
.azp_table_wrapper.semantic_ui_wrapper .ui.table thead tr:first-child > th:first-child {
    border-radius: 0.28571429rem 0 0 0;
}
.azp_table_wrapper.semantic_ui_wrapper .ui.table thead tr:first-child > th:last-child {
    border-radius: 0 0.28571429rem 0 0;
}
.azp_table_wrapper.semantic_ui_wrapper .ui.table thead tr:first-child > th:only-child {
    border-radius: 0.28571429rem 0.28571429rem 0 0;
}
.azp_table_wrapper.semantic_ui_wrapper .ui.table tfoot {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.azp_table_wrapper.semantic_ui_wrapper .ui.table tfoot th {
    cursor: auto;
    border-top: 1px solid rgba(34, 36, 38, 0.15);
    background: #f9fafb;
    text-align: inherit;
    color: rgba(0, 0, 0, 0.87);
    padding: 0.78571429em;
    vertical-align: middle;
    font-style: normal;
    font-weight: 400;
    text-transform: none;
}
.azp_table_wrapper.semantic_ui_wrapper .ui.table tfoot tr > th:first-child {
    border-left: none;
}
.azp_table_wrapper.semantic_ui_wrapper .ui.table tfoot tr:first-child > th:first-child {
    border-radius: 0 0 0 0.28571429rem;
}
.azp_table_wrapper.semantic_ui_wrapper .ui.table tfoot tr:first-child > th:last-child {
    border-radius: 0 0 0.28571429rem 0;
}
.azp_table_wrapper.semantic_ui_wrapper .ui.table tfoot tr:first-child > th:only-child {
    border-radius: 0 0 0.28571429rem 0.28571429rem;
}
.azp_table_wrapper.semantic_ui_wrapper .ui.table tr td {
    border-top: 1px solid rgba(34, 36, 38, 0.1);
}
.azp_table_wrapper.semantic_ui_wrapper .ui.table tr:first-child td {
    border-top: none;
}
.azp_table_wrapper.semantic_ui_wrapper .ui.table td {
    padding: 0.78571429em;
    text-align: inherit;
}
.azp_table_wrapper.semantic_ui_wrapper .ui.table > .icon {
    vertical-align: baseline;
}
.azp_table_wrapper.semantic_ui_wrapper .ui.table > .icon:only-child {
    margin: 0;
}
.azp_table_wrapper.semantic_ui_wrapper .ui.table.segment {
    padding: 0;
}
.azp_table_wrapper.semantic_ui_wrapper .ui.table.segment:after {
    display: none;
}
.azp_table_wrapper.semantic_ui_wrapper .ui.table.segment.stacked:after {
    display: block;
}
.azp_table_wrapper.semantic_ui_wrapper .ui.table td .image,
.azp_table_wrapper.semantic_ui_wrapper .ui.table td .image img,
.azp_table_wrapper.semantic_ui_wrapper .ui.table th .image,
.azp_table_wrapper.semantic_ui_wrapper .ui.table th .image img {
    max-width: none;
}
.azp_table_wrapper.semantic_ui_wrapper .ui.structured.table {
    border-collapse: collapse;
}
.azp_table_wrapper.semantic_ui_wrapper .ui.structured.table thead th {
    border-left: none;
    border-right: none;
}
.azp_table_wrapper.semantic_ui_wrapper .ui.structured.sortable.table thead th {
    border-left: 1px solid rgba(34, 36, 38, 0.15);
    border-right: 1px solid rgba(34, 36, 38, 0.15);
}
.azp_table_wrapper.semantic_ui_wrapper .ui.structured.basic.table th {
    border-left: none;
    border-right: none;
}
.azp_table_wrapper.semantic_ui_wrapper .ui.structured.celled.table tr td,
.azp_table_wrapper.semantic_ui_wrapper .ui.structured.celled.table tr th {
    border-left: 1px solid rgba(34, 36, 38, 0.1);
    border-right: 1px solid rgba(34, 36, 38, 0.1);
}
.azp_table_wrapper.semantic_ui_wrapper .ui.definition.table thead:not(.full-width) th:first-child {
    pointer-events: none;
    background: transparent;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: -1px -1px 0 1px #fff;
    box-shadow: -1px -1px 0 1px #fff;
}
.azp_table_wrapper.semantic_ui_wrapper .ui.definition.table tfoot:not(.full-width) th:first-child {
    pointer-events: none;
    background: transparent;
    font-weight: rgba(0, 0, 0, 0.4);
    color: normal;
    -webkit-box-shadow: 1px 1px 0 1px #fff;
    box-shadow: 1px 1px 0 1px #fff;
}
.azp_table_wrapper.semantic_ui_wrapper .ui.celled.definition.table thead:not(.full-width) th:first-child {
    -webkit-box-shadow: 0 -1px 0 1px #fff;
    box-shadow: 0 -1px 0 1px #fff;
}
.azp_table_wrapper.semantic_ui_wrapper .ui.celled.definition.table tfoot:not(.full-width) th:first-child {
    -webkit-box-shadow: 0 1px 0 1px #fff;
    box-shadow: 0 1px 0 1px #fff;
}
.azp_table_wrapper.semantic_ui_wrapper .ui.definition.table tr td.definition,
.azp_table_wrapper.semantic_ui_wrapper .ui.definition.table tr td:first-child:not(.ignored) {
    background: rgba(0, 0, 0, 0.03);
    font-weight: 700;
    color: rgba(0, 0, 0, 0.95);
    text-transform: "";
    -webkit-box-shadow: "";
    box-shadow: "";
    text-align: "";
    font-size: 1em;
    padding-left: "";
    padding-right: "";
}
.azp_table_wrapper.semantic_ui_wrapper .ui.definition.table td:nth-child(2),
.azp_table_wrapper.semantic_ui_wrapper .ui.definition.table tfoot:not(.full-width) th:nth-child(2),
.azp_table_wrapper.semantic_ui_wrapper .ui.definition.table thead:not(.full-width) th:nth-child(2) {
    border-left: 1px solid rgba(34, 36, 38, 0.15);
}
.azp_table_wrapper.semantic_ui_wrapper .ui.table td.positive,
.azp_table_wrapper.semantic_ui_wrapper .ui.table tr.positive {
    -webkit-box-shadow: 0 0 0 #a3c293 inset;
    box-shadow: inset 0 0 0 #a3c293;
    background: #fcfff5 !important;
    color: #2c662d !important;
}
.azp_table_wrapper.semantic_ui_wrapper .ui.table td.negative,
.azp_table_wrapper.semantic_ui_wrapper .ui.table tr.negative {
    -webkit-box-shadow: 0 0 0 #e0b4b4 inset;
    box-shadow: inset 0 0 0 #e0b4b4;
    background: #fff6f6 !important;
    color: #9f3a38 !important;
}
.azp_table_wrapper.semantic_ui_wrapper .ui.table td.error,
.azp_table_wrapper.semantic_ui_wrapper .ui.table tr.error {
    -webkit-box-shadow: 0 0 0 #e0b4b4 inset;
    box-shadow: inset 0 0 0 #e0b4b4;
    background: #fff6f6 !important;
    color: #9f3a38 !important;
}
.azp_table_wrapper.semantic_ui_wrapper .ui.table td.warning,
.azp_table_wrapper.semantic_ui_wrapper .ui.table tr.warning {
    -webkit-box-shadow: 0 0 0 #c9ba9b inset;
    box-shadow: inset 0 0 0 #c9ba9b;
    background: #fffaf3 !important;
    color: #573a08 !important;
}
.azp_table_wrapper.semantic_ui_wrapper .ui.table td.active,
.azp_table_wrapper.semantic_ui_wrapper .ui.table tr.active {
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.87) inset;
    box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.87);
    background: #e0e0e0 !important;
    color: rgba(0, 0, 0, 0.87) !important;
}
.azp_table_wrapper.semantic_ui_wrapper .ui.table tr.disabled:hover,
.azp_table_wrapper.semantic_ui_wrapper .ui.table tr.disabled td,
.azp_table_wrapper.semantic_ui_wrapper .ui.table tr:hover td.disabled,
.azp_table_wrapper.semantic_ui_wrapper .ui.table tr td.disabled {
    pointer-events: none;
    color: rgba(40, 40, 40, 0.3);
}
.azp_table_wrapper.semantic_ui_wrapper .ui.table[class*="left aligned"],
.azp_table_wrapper.semantic_ui_wrapper .ui.table [class*="left aligned"] {
    text-align: left;
}
.azp_table_wrapper.semantic_ui_wrapper .ui.table[class*="center aligned"],
.azp_table_wrapper.semantic_ui_wrapper .ui.table [class*="center aligned"] {
    text-align: center;
}
.azp_table_wrapper.semantic_ui_wrapper .ui.table[class*="right aligned"],
.azp_table_wrapper.semantic_ui_wrapper .ui.table [class*="right aligned"] {
    text-align: right;
}
.azp_table_wrapper.semantic_ui_wrapper .ui.table[class*="top aligned"],
.azp_table_wrapper.semantic_ui_wrapper .ui.table [class*="top aligned"] {
    vertical-align: top;
}
.azp_table_wrapper.semantic_ui_wrapper .ui.table[class*="middle aligned"],
.azp_table_wrapper.semantic_ui_wrapper .ui.table [class*="middle aligned"] {
    vertical-align: middle;
}
.azp_table_wrapper.semantic_ui_wrapper .ui.table[class*="bottom aligned"],
.azp_table_wrapper.semantic_ui_wrapper .ui.table [class*="bottom aligned"] {
    vertical-align: bottom;
}
.azp_table_wrapper.semantic_ui_wrapper .ui.fixed.table {
    table-layout: fixed;
}
.azp_table_wrapper.semantic_ui_wrapper .ui.fixed.table td,
.azp_table_wrapper.semantic_ui_wrapper .ui.fixed.table th {
    overflow: hidden;
    text-overflow: ellipsis;
}
.azp_table_wrapper.semantic_ui_wrapper .ui.selectable.table tbody tr:hover,
.azp_table_wrapper.semantic_ui_wrapper .ui.table tbody tr td.selectable:hover {
    background: rgba(0, 0, 0, 0.05) !important;
    color: rgba(0, 0, 0, 0.95) !important;
}
.azp_table_wrapper.semantic_ui_wrapper .ui.inverted.table tbody tr td.selectable:hover,
.azp_table_wrapper.semantic_ui_wrapper .ui.selectable.inverted.table tbody tr:hover {
    background: hsla(0, 0%, 100%, 0.08) !important;
    color: #fff !important;
}
.azp_table_wrapper.semantic_ui_wrapper .ui.table tbody tr td.selectable {
    padding: 0;
}
.azp_table_wrapper.semantic_ui_wrapper .ui.table tbody tr td.selectable > a:not(.ui) {
    display: block;
    color: inherit;
    padding: 0.78571429em;
}
.azp_table_wrapper.semantic_ui_wrapper .ui.selectable.table tr.error:hover,
.azp_table_wrapper.semantic_ui_wrapper .ui.selectable.table tr:hover td.error,
.azp_table_wrapper.semantic_ui_wrapper .ui.table tr td.selectable.error:hover {
    background: #ffe7e7 !important;
    color: #943634 !important;
}
.azp_table_wrapper.semantic_ui_wrapper .ui.selectable.table tr.warning:hover,
.azp_table_wrapper.semantic_ui_wrapper .ui.selectable.table tr:hover td.warning,
.azp_table_wrapper.semantic_ui_wrapper .ui.table tr td.selectable.warning:hover {
    background: #fff4e4 !important;
    color: #493107 !important;
}
.azp_table_wrapper.semantic_ui_wrapper .ui.selectable.table tr.active:hover,
.azp_table_wrapper.semantic_ui_wrapper .ui.selectable.table tr:hover td.active,
.azp_table_wrapper.semantic_ui_wrapper .ui.table tr td.selectable.active:hover {
    background: #e0e0e0 !important;
    color: rgba(0, 0, 0, 0.87) !important;
}
.azp_table_wrapper.semantic_ui_wrapper .ui.selectable.table tr.positive:hover,
.azp_table_wrapper.semantic_ui_wrapper .ui.selectable.table tr:hover td.positive,
.azp_table_wrapper.semantic_ui_wrapper .ui.table tr td.selectable.positive:hover {
    background: #f7ffe6 !important;
    color: #275b28 !important;
}
.azp_table_wrapper.semantic_ui_wrapper .ui.selectable.table tr.negative:hover,
.azp_table_wrapper.semantic_ui_wrapper .ui.selectable.table tr:hover td.negative,
.azp_table_wrapper.semantic_ui_wrapper .ui.table tr td.selectable.negative:hover {
    background: #ffe7e7 !important;
    color: #943634 !important;
}
.azp_table_wrapper.semantic_ui_wrapper .ui.attached.table {
    top: 0;
    bottom: 0;
    border-radius: 0;
    margin: 0 -1px;
    width: calc(100% + 2px);
    max-width: calc(100% + 2px);
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #d4d4d5;
}
.azp_table_wrapper.semantic_ui_wrapper .ui.attached + .ui.attached.table:not(.top) {
    border-top: none;
}
.azp_table_wrapper.semantic_ui_wrapper .ui[class*="top attached"].table {
    bottom: 0;
    margin-bottom: 0;
    top: 0;
    margin-top: 1em;
    border-radius: 0.28571429rem 0.28571429rem 0 0;
}
.azp_table_wrapper.semantic_ui_wrapper .ui.table[class*="top attached"]:first-child {
    margin-top: 0;
}
.azp_table_wrapper.semantic_ui_wrapper .ui[class*="bottom attached"].table {
    bottom: 0;
    margin-top: 0;
    top: 0;
    margin-bottom: 1em;
    -webkit-box-shadow: none, none;
    box-shadow: none, none;
    border-radius: 0 0 0.28571429rem 0.28571429rem;
}
.azp_table_wrapper.semantic_ui_wrapper .ui[class*="bottom attached"].table:last-child {
    margin-bottom: 0;
}
.azp_table_wrapper.semantic_ui_wrapper .ui.striped.table > tr:nth-child(2n),
.azp_table_wrapper.semantic_ui_wrapper .ui.striped.table tbody tr:nth-child(2n) {
    background-color: rgba(0, 0, 50, 0.02);
}
.azp_table_wrapper.semantic_ui_wrapper .ui.striped.table > tr:nth-child(odd),
.azp_table_wrapper.semantic_ui_wrapper .ui.striped.table tbody tr:nth-child(odd) {
    background-color: transparent;
}
.azp_table_wrapper.semantic_ui_wrapper .ui.inverted.striped.table > tr:nth-child(2n),
.azp_table_wrapper.semantic_ui_wrapper .ui.inverted.striped.table tbody tr:nth-child(2n) {
    background-color: hsla(0, 0%, 100%, 0.05);
}
.azp_table_wrapper.semantic_ui_wrapper .ui.striped.selectable.selectable.selectable.table tbody tr.active:hover {
    background: #efefef !important;
    color: rgba(0, 0, 0, 0.95) !important;
}
.azp_table_wrapper.semantic_ui_wrapper .ui.table[class*="single line"],
.azp_table_wrapper.semantic_ui_wrapper .ui.table [class*="single line"] {
    white-space: nowrap;
}
.azp_table_wrapper.semantic_ui_wrapper .ui.one.column.table td {
    width: 100%;
}
.azp_table_wrapper.semantic_ui_wrapper .ui.two.column.table td {
    width: 50%;
}
.azp_table_wrapper.semantic_ui_wrapper .ui.three.column.table td {
    width: 33.33333333%;
}
.azp_table_wrapper.semantic_ui_wrapper .ui.four.column.table td {
    width: 25%;
}
.azp_table_wrapper.semantic_ui_wrapper .ui.five.column.table td {
    width: 20%;
}
.azp_table_wrapper.semantic_ui_wrapper .ui.six.column.table td {
    width: 16.66666667%;
}
.azp_table_wrapper.semantic_ui_wrapper .ui.seven.column.table td {
    width: 14.28571429%;
}
.azp_table_wrapper.semantic_ui_wrapper .ui.eight.column.table td {
    width: 12.5%;
}
.azp_table_wrapper.semantic_ui_wrapper .ui.nine.column.table td {
    width: 11.11111111%;
}
.azp_table_wrapper.semantic_ui_wrapper .ui.ten.column.table td {
    width: 10%;
}
.azp_table_wrapper.semantic_ui_wrapper .ui.eleven.column.table td {
    width: 9.09090909%;
}
.azp_table_wrapper.semantic_ui_wrapper .ui.twelve.column.table td {
    width: 8.33333333%;
}
.azp_table_wrapper.semantic_ui_wrapper .ui.thirteen.column.table td {
    width: 7.69230769%;
}
.azp_table_wrapper.semantic_ui_wrapper .ui.fourteen.column.table td {
    width: 7.14285714%;
}
.azp_table_wrapper.semantic_ui_wrapper .ui.fifteen.column.table td {
    width: 6.66666667%;
}
.azp_table_wrapper.semantic_ui_wrapper .ui.sixteen.column.table td,
.azp_table_wrapper.semantic_ui_wrapper .ui.table td.one.wide,
.azp_table_wrapper.semantic_ui_wrapper .ui.table th.one.wide {
    width: 6.25%;
}
.azp_table_wrapper.semantic_ui_wrapper .ui.table td.two.wide,
.azp_table_wrapper.semantic_ui_wrapper .ui.table th.two.wide {
    width: 12.5%;
}
.azp_table_wrapper.semantic_ui_wrapper .ui.table td.three.wide,
.azp_table_wrapper.semantic_ui_wrapper .ui.table th.three.wide {
    width: 18.75%;
}
.azp_table_wrapper.semantic_ui_wrapper .ui.table td.four.wide,
.azp_table_wrapper.semantic_ui_wrapper .ui.table th.four.wide {
    width: 25%;
}
.azp_table_wrapper.semantic_ui_wrapper .ui.table td.five.wide,
.azp_table_wrapper.semantic_ui_wrapper .ui.table th.five.wide {
    width: 31.25%;
}
.azp_table_wrapper.semantic_ui_wrapper .ui.table td.six.wide,
.azp_table_wrapper.semantic_ui_wrapper .ui.table th.six.wide {
    width: 37.5%;
}
.azp_table_wrapper.semantic_ui_wrapper .ui.table td.seven.wide,
.azp_table_wrapper.semantic_ui_wrapper .ui.table th.seven.wide {
    width: 43.75%;
}
.azp_table_wrapper.semantic_ui_wrapper .ui.table td.eight.wide,
.azp_table_wrapper.semantic_ui_wrapper .ui.table th.eight.wide {
    width: 50%;
}
.azp_table_wrapper.semantic_ui_wrapper .ui.table td.nine.wide,
.azp_table_wrapper.semantic_ui_wrapper .ui.table th.nine.wide {
    width: 56.25%;
}
.azp_table_wrapper.semantic_ui_wrapper .ui.table td.ten.wide,
.azp_table_wrapper.semantic_ui_wrapper .ui.table th.ten.wide {
    width: 62.5%;
}
.azp_table_wrapper.semantic_ui_wrapper .ui.table td.eleven.wide,
.azp_table_wrapper.semantic_ui_wrapper .ui.table th.eleven.wide {
    width: 68.75%;
}
.azp_table_wrapper.semantic_ui_wrapper .ui.table td.twelve.wide,
.azp_table_wrapper.semantic_ui_wrapper .ui.table th.twelve.wide {
    width: 75%;
}
.azp_table_wrapper.semantic_ui_wrapper .ui.table td.thirteen.wide,
.azp_table_wrapper.semantic_ui_wrapper .ui.table th.thirteen.wide {
    width: 81.25%;
}
.azp_table_wrapper.semantic_ui_wrapper .ui.table td.fourteen.wide,
.azp_table_wrapper.semantic_ui_wrapper .ui.table th.fourteen.wide {
    width: 87.5%;
}
.azp_table_wrapper.semantic_ui_wrapper .ui.table td.fifteen.wide,
.azp_table_wrapper.semantic_ui_wrapper .ui.table th.fifteen.wide {
    width: 93.75%;
}
.azp_table_wrapper.semantic_ui_wrapper .ui.table td.sixteen.wide,
.azp_table_wrapper.semantic_ui_wrapper .ui.table th.sixteen.wide {
    width: 100%;
}
.azp_table_wrapper.semantic_ui_wrapper .ui.sortable.table thead th {
    cursor: pointer;
    white-space: nowrap;
    border-left: 1px solid rgba(34, 36, 38, 0.15);
    color: rgba(0, 0, 0, 0.87);
}
.azp_table_wrapper.semantic_ui_wrapper .ui.sortable.table thead th:first-child {
    border-left: none;
}
.azp_table_wrapper.semantic_ui_wrapper .ui.sortable.table thead th.sorted,
.azp_table_wrapper.semantic_ui_wrapper .ui.sortable.table thead th.sorted:hover {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.azp_table_wrapper.semantic_ui_wrapper .ui.sortable.table thead th:after {
    display: none;
    font-style: normal;
    font-weight: 400;
    text-decoration: inherit;
    content: "";
    height: 1em;
    width: auto;
    opacity: 0.8;
    margin: 0 0 0 0.5em;
    font-family: Icons;
}
.azp_table_wrapper.semantic_ui_wrapper .ui.sortable.table thead th.ascending:after {
    content: "\F0D8";
}
.azp_table_wrapper.semantic_ui_wrapper .ui.sortable.table thead th.descending:after {
    content: "\F0D7";
}
.azp_table_wrapper.semantic_ui_wrapper .ui.sortable.table th.disabled:hover {
    cursor: auto;
    color: rgba(40, 40, 40, 0.3);
}
.azp_table_wrapper.semantic_ui_wrapper .ui.sortable.table thead th:hover {
    background: rgba(0, 0, 0, 0.05);
    color: rgba(0, 0, 0, 0.8);
}
.azp_table_wrapper.semantic_ui_wrapper .ui.sortable.table thead th.sorted {
    background: rgba(0, 0, 0, 0.05);
    color: rgba(0, 0, 0, 0.95);
}
.azp_table_wrapper.semantic_ui_wrapper .ui.sortable.table thead th.sorted:after {
    display: inline-block;
}
.azp_table_wrapper.semantic_ui_wrapper .ui.sortable.table thead th.sorted:hover {
    background: rgba(0, 0, 0, 0.05);
    color: rgba(0, 0, 0, 0.95);
}
.azp_table_wrapper.semantic_ui_wrapper .ui.inverted.sortable.table thead th.sorted {
    background: hsla(0, 0%, 100%, 0.15) -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.05)));
    background: hsla(0, 0%, 100%, 0.15) linear-gradient(transparent, rgba(0, 0, 0, 0.05));
    color: #fff;
}
.azp_table_wrapper.semantic_ui_wrapper .ui.inverted.sortable.table thead th:hover {
    background: hsla(0, 0%, 100%, 0.08) -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.05)));
    background: hsla(0, 0%, 100%, 0.08) linear-gradient(transparent, rgba(0, 0, 0, 0.05));
    color: #fff;
}
.azp_table_wrapper.semantic_ui_wrapper .ui.inverted.sortable.table thead th {
    border-left-color: transparent;
    border-right-color: transparent;
}
.azp_table_wrapper.semantic_ui_wrapper .ui.collapsing.table {
    width: auto;
}
.azp_table_wrapper.semantic_ui_wrapper .ui.basic.table {
    background: transparent;
    border: 1px solid rgba(34, 36, 38, 0.15);
    -webkit-box-shadow: none;
    box-shadow: none;
}
.azp_table_wrapper.semantic_ui_wrapper .ui.basic.table tfoot,
.azp_table_wrapper.semantic_ui_wrapper .ui.basic.table thead {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.azp_table_wrapper.semantic_ui_wrapper .ui.basic.table th {
    background: transparent;
    border-left: none;
}
.azp_table_wrapper.semantic_ui_wrapper .ui.basic.table tbody tr {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.azp_table_wrapper.semantic_ui_wrapper .ui.basic.table td {
    background: transparent;
}
.azp_table_wrapper.semantic_ui_wrapper .ui.basic.striped.table tbody tr:nth-child(2n) {
    background-color: rgba(0, 0, 0, 0.05) !important;
}
.azp_table_wrapper.semantic_ui_wrapper .ui[class*="very basic"].table {
    border: none;
}
.azp_table_wrapper.semantic_ui_wrapper .ui[class*="very basic"].table:not(.sortable):not(.striped) td,
.azp_table_wrapper.semantic_ui_wrapper .ui[class*="very basic"].table:not(.sortable):not(.striped) th {
    padding: "";
}
.azp_table_wrapper.semantic_ui_wrapper .ui[class*="very basic"].table:not(.sortable):not(.striped) td:first-child,
.azp_table_wrapper.semantic_ui_wrapper .ui[class*="very basic"].table:not(.sortable):not(.striped) th:first-child {
    padding-left: 0;
}
.azp_table_wrapper.semantic_ui_wrapper .ui[class*="very basic"].table:not(.sortable):not(.striped) td:last-child,
.azp_table_wrapper.semantic_ui_wrapper .ui[class*="very basic"].table:not(.sortable):not(.striped) th:last-child {
    padding-right: 0;
}
.azp_table_wrapper.semantic_ui_wrapper .ui[class*="very basic"].table:not(.sortable):not(.striped) thead tr:first-child th {
    padding-top: 0;
}
.azp_table_wrapper.semantic_ui_wrapper .ui.celled.table tr td,
.azp_table_wrapper.semantic_ui_wrapper .ui.celled.table tr th {
    border-left: 1px solid rgba(34, 36, 38, 0.1);
}
.azp_table_wrapper.semantic_ui_wrapper .ui.celled.table tr td:first-child,
.azp_table_wrapper.semantic_ui_wrapper .ui.celled.table tr th:first-child {
    border-left: none;
}
.azp_table_wrapper.semantic_ui_wrapper .ui.padded.table th {
    padding-left: 1em;
    padding-right: 1em;
}
.azp_table_wrapper.semantic_ui_wrapper .ui.padded.table td,
.azp_table_wrapper.semantic_ui_wrapper .ui.padded.table th {
    padding: 1em;
}
.azp_table_wrapper.semantic_ui_wrapper .ui[class*="very padded"].table th {
    padding-left: 1.5em;
    padding-right: 1.5em;
}
.azp_table_wrapper.semantic_ui_wrapper .ui[class*="very padded"].table td {
    padding: 1.5em;
}
.azp_table_wrapper.semantic_ui_wrapper .ui.compact.table th {
    padding-left: 0.7em;
    padding-right: 0.7em;
}
.azp_table_wrapper.semantic_ui_wrapper .ui.compact.table td {
    padding: 0.5em 0.7em;
}
.azp_table_wrapper.semantic_ui_wrapper .ui[class*="very compact"].table th {
    padding-left: 0.6em;
    padding-right: 0.6em;
}
.azp_table_wrapper.semantic_ui_wrapper .ui[class*="very compact"].table td {
    padding: 0.4em 0.6em;
}
.azp_table_wrapper.semantic_ui_wrapper .ui.small.table {
    font-size: 0.9em;
}
.azp_table_wrapper.semantic_ui_wrapper .ui.table {
    font-size: 1em;
}
.azp_table_wrapper.semantic_ui_wrapper .ui.large.table {
    font-size: 1.1em;
}
@media only screen and (max-width: 991px) and (min-width: 769px) {
    .azp_table_wrapper.azp_stackable .table[class*="tablet_stackable"].table thead {
        display: none !important;
        visibility: hidden;
    }
    .azp_table_wrapper.azp_stackable .azp_column_title {
        font-weight: 700;
    }
    .azp_table_wrapper.azp_stackable .table[class*="tablet_stackable"].table,
    .azp_table_wrapper.azp_stackable .table[class*="tablet_stackable"].table tbody,
    .azp_table_wrapper.azp_stackable .table[class*="tablet_stackable"].table tr,
    .azp_table_wrapper.azp_stackable .table[class*="tablet_stackable"].table tr > td {
        width: 100% !important;
        display: block !important;
        text-align: center !important;
    }
    .azp_table_wrapper.azp_stackable .table[class*="tablet_stackable"].table {
        padding: 0;
    }
    .azp_table_wrapper.azp_stackable .table[class*="tablet_stackable"].table tfoot,
    .azp_table_wrapper.azp_stackable .table[class*="tablet_stackable"].table thead {
        display: block;
    }
    .azp_table_wrapper.azp_stackable .table[class*="tablet_stackable"].table tr {
        padding-top: 1em;
        padding-bottom: 1em;
        -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset !important;
        box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.1) !important;
    }
    .azp_table_wrapper.azp_stackable .table[class*="tablet_stackable"].table tr > td,
    .azp_table_wrapper.azp_stackable .table[class*="tablet_stackable"].table tr > th {
        background: none;
        border: none !important;
        padding: 0.25em 0.75em;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }
    .azp_table_wrapper.azp_stackable .table.definition[class*="tablet_stackable"].table thead th:first-child {
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }
}
@media only screen and (max-width: 768px) {
    .azp_table_wrapper.azp_stackable .table[class*="mobile_stackable"].table thead {
        display: none !important;
        visibility: hidden;
    }
    .azp_table_wrapper.azp_stackable .azp_column_title {
        font-weight: 700;
    }
    .azp_table_wrapper.azp_stackable .table[class*="mobile_stackable"],
    .azp_table_wrapper.azp_stackable .table[class*="mobile_stackable"] tbody,
    .azp_table_wrapper.azp_stackable .table[class*="mobile_stackable"] tr,
    .azp_table_wrapper.azp_stackable .table[class*="mobile_stackable"] tr > td,
    .azp_table_wrapper.azp_stackable .table[class*="mobile_stackable"] tr > th {
        width: 100% !important;
        text-align: center !important;
        display: block !important;
    }
    .azp_table_wrapper.azp_stackable .table[class*="mobile_stackable"] {
        padding: 0;
    }
    .azp_table_wrapper.azp_stackable .table[class*="mobile_stackable"] tfoot,
    .azp_table_wrapper.azp_stackable .table[class*="mobile_stackable"] thead {
        display: block;
    }
    .azp_table_wrapper.azp_stackable .table[class*="mobile_stackable"] tr {
        padding-top: 1em;
        padding-bottom: 1em;
        -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset !important;
        box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.1) !important;
    }
    .azp_table_wrapper.azp_stackable .table[class*="mobile_stackable"] tr > td,
    .azp_table_wrapper.azp_stackable .table[class*="mobile_stackable"] tr > th {
        background: none;
        border: none !important;
        padding: 0.25em 0.75em;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }
    .azp_table_wrapper.azp_stackable .table.definition[class*="mobile_stackable"] thead th:first-child {
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }
}
.azp_table_wrapper table.inverted.table a,
.azp_table_wrapper table.inverted.table p {
    color: #fff;
}
.azp_table_wrapper table.inverted.table a.azp-buy-form-amazon,
.azp_table_wrapper table.inverted.table a.checkbox {
    color: #000;
}
.azp_table_wrapper table.inverted.red.table {
    background-color: #db2828 !important;
    color: #fff !important;
}
.azp_table_wrapper table.inverted.orange.table {
    background-color: #f2711c !important;
    color: #fff !important;
}
.azp_table_wrapper table.inverted.yellow.table {
    background-color: #fbbd08 !important;
    color: #fff !important;
}
.azp_table_wrapper table.inverted.olive.table {
    background-color: #b5cc18 !important;
    color: #fff !important;
}
.azp_table_wrapper table.inverted.green.table {
    background-color: #21ba45 !important;
    color: #fff !important;
}
.azp_table_wrapper table.inverted.teal.table {
    background-color: #00b5ad !important;
    color: #fff !important;
}
.azp_table_wrapper table.inverted.blue.table {
    background-color: #2185d0 !important;
    color: #fff !important;
}
.azp_table_wrapper table.inverted.violet.table {
    background-color: #6435c9 !important;
    color: #fff !important;
}
.azp_table_wrapper table.inverted.purple.table {
    background-color: #a333c8 !important;
    color: #fff !important;
}
.azp_table_wrapper table.inverted.pink.table {
    background-color: #e03997 !important;
    color: #fff !important;
}
.azp_table_wrapper table.inverted.brown.table {
    background-color: #a5673f !important;
    color: #fff !important;
}
.azp_table_wrapper table.inverted.grey.table {
    background-color: #767676 !important;
    color: #fff !important;
}
.azp_table_wrapper table.inverted.black.table {
    background-color: #1b1c1d !important;
    color: #fff !important;
}
.azp_table_wrapper table.inverted.table {
    background: #333;
    color: hsla(0, 0%, 100%, 0.9);
    border: none;
}
.azp_table_wrapper table.inverted.table thead > th {
    background-color: rgba(0, 0, 0, 0.15);
    border-color: hsla(0, 0%, 100%, 0.1) !important;
    color: hsla(0, 0%, 100%, 0.9) !important;
}
.azp_table_wrapper table.inverted.table tr td {
    border-color: hsla(0, 0%, 100%, 0.1) !important;
}
.azp_table_wrapper table.inverted.hide_all_borders.table tbody td,
.azp_table_wrapper table.inverted.hide_all_borders.table tbody th,
.azp_table_wrapper table.inverted.hide_all_borders.table thead,
.azp_table_wrapper table.inverted.hide_all_borders.table thead td,
.azp_table_wrapper table.inverted.hide_all_borders.table thead th,
.azp_table_wrapper table.inverted.hide_all_borders.table thead tr {
    border-color: transparent !important;
}
.azp_table_wrapper table.inverted.table tr.disabled:hover td,
.azp_table_wrapper table.inverted.table tr.disabled td,
.azp_table_wrapper table.inverted.table tr:hover td.disabled,
.azp_table_wrapper table.inverted.table tr td.disabled {
    pointer-events: none;
    color: hsla(0, 0%, 88%, 0.3);
}
.azp_table_wrapper table.inverted.definition.table tfoot:not(.full-width) th:first-child,
.azp_table_wrapper table.inverted.definition.table thead:not(.full-width) th:first-child {
    background: #fff;
}
.azp_table_wrapper table.inverted.definition.table tr td:first-child {
    background: hsla(0, 0%, 100%, 0.02);
    color: #fff;
}
.azp_table_wrapper table.inverted.table-striped tbody tr:nth-of-type(odd) {
    background-color: hsla(0, 0%, 100%, 0.05);
}
.azp_table_wrapper table.inverted.table-hover > tbody > tr:hover {
    background-color: hsla(0, 0%, 100%, 0.15);
}
.azp_table_wrapper table.inverted .pagination > .active > a,
.azp_table_wrapper table.inverted .pagination > .active > a:focus,
.azp_table_wrapper table.inverted .pagination > .active > a:hover,
.azp_table_wrapper table.inverted .pagination > .active > span,
.azp_table_wrapper table.inverted .pagination > .active > span:focus,
.azp_table_wrapper table.inverted .pagination > .active > span:hover {
    background-color: rgba(0, 0, 0, 0.15);
    border-color: hsla(0, 0%, 100%, 0.1) !important;
    color: hsla(0, 0%, 100%, 0.9) !important;
    -webkit-box-shadow: inset 0 0 0 hsla(0, 0%, 100%, 0.1), 0 1px 0 hsla(0, 0%, 100%, 0.1);
    box-shadow: inset 0 0 0 hsla(0, 0%, 100%, 0.1), 0 1px 0 hsla(0, 0%, 100%, 0.1);
}
.azp_table_wrapper table.inverted .pagination a.footable-page-link {
    color: rgba(0, 0, 0, 0.5);
}
.azp_table_wrapper table.inverted .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
    background-color: hsla(0, 0%, 100%, 0.1);
    border-color: hsla(0, 0%, 100%, 0.1) !important;
    color: hsla(0, 0%, 100%, 0.9) !important;
}
.azp_table_wrapper .azp_column_product_image img {
    max-width: 64px;
}
.azp_icon_yes {
    background-image: url(../images/icon-yes.svg?96e77097c21cacb4ba3b6fc0222436c8);
}
.azp_icon_no,
.azp_icon_yes {
    display: inline-block;
    height: 16px;
    width: 16px;
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: 50%;
    vertical-align: middle;
}
.azp_icon_no {
    text-align: center;
    background-image: url(../images/icon-no.svg?6beecab9187aa0e39986bf879fb40b2e);
}
.azp-url.azp_custom_btn_1.azp_button_type_custom,
.azp_custom_btn_1 {
    padding: 7px 7px 7px 26px;
}
.azp-url.azp_custom_btn_1.azp_button_type_custom:before,
.azp_custom_btn_1:before {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: url(../images/icon-amazon-black.svg?77f9e41f77805fc362856e1ec118a43d);
    background-repeat: no-repeat;
    background-size: 14px 14px;
    background-position: 9px;
}
.azp-url.azp_button_type_custom,
.azp_button_type_custom {
    position: relative;
    border-color: #9c7e31 #90742d #786025;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 0 hsla(0, 0%, 100%, 0.4) inset;
    box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, 0.4);
    background: #f0c14b;
    background: -webkit-gradient(linear, left top, left bottom, from(#f7dfa5), to(#f0c14b)) repeat scroll 0 0 transparent;
    background: linear-gradient(180deg, #f7dfa5, #f0c14b) repeat scroll 0 0 transparent;
    color: #111;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    padding: 7px 10px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
    text-align: center;
    text-decoration: none;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    border-width: 1px;
    border-style: solid;
}
.azp-url.azp_button_type_custom:hover,
.azp_button_type_custom:hover {
    background: #eeb933;
    background: -webkit-gradient(linear, left top, left bottom, from(#f5d78e), to(#e2ad33)) repeat scroll 0 0 transparent;
    background: linear-gradient(180deg, #f5d78e, #e2ad33) repeat scroll 0 0 transparent;
    color: #111;
}
/* bot begin */
a.azp-url img {
    max-width: 160px !important;
    float: none !important;
    display: inline !important;
    margin: 0 !important;
}
/* bot end  */
td.azp_image_col {
    padding: 0;
    margin: 0;
}
td.azp_image_col img {
    max-width: 100px;
}
.azp_disclaimer_text {
    font-size: 12px;
    margin-top: 10px;
}
.azp_modern .azp-each-box {
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3), 0 0 10px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3), inset 0 0 10px rgba(0, 0, 0, 0.1);
    border: 1px solid #ececec;
}
.azp_modern .azp-each-list {
    margin-bottom: -1px;
}
.azp_modern .azp-each-list:hover {
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3), 0 0 2px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3), inset 0 0 2px rgba(0, 0, 0, 0.1);
}
.azp_modern .azp-each-list:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.azp_modern .azp-each-list:last-child {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    margin-bottom: 20px;
}
.azp_modern .azp-each-list .azp-product-content {
    padding: 5px 10px;
}
.azp_modern.azp-feature_box {
    border-radius: 4px;
}
.azp_modern.azp-feature_box .azp_feature_header {
    -webkit-box-shadow: 0 1px 2px #ffd979, 0 0 10px #edb932 inset;
    box-shadow: 0 1px 2px #ffd979, inset 0 0 10px #edb932;
}
