.product-text a {font-size: inherit;color: #00a55d;}
.product-text h2{font-size: 24px;}
.product-text h3{font-size: 22px;}
.product-text h4{font-size: 20px;}
.product-text h5{font-size: 18px;}
.product-text h6{font-size: 17px;}
.product-text .table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

.product-text table {
    width: 100%;
    margin-bottom: 1rem;
}

.product-text tbody, .product-text td, .product-text tfoot, .product-text th, .product-text thead, .product-text tr {
    border: solid 1px #333;
    vertical-align: middle;
}
.product-text td, .product-text th{ padding: 0.75rem;}

.product-text blockquote{
    width: 100%;
    margin-top: 16px;
    position: relative;
    padding-left: 18px;
	font-size: 14px;
}

.product-text blockquote::before {
    content: "";
    width: 4px;
    height: 100%;
    min-height: 44px;
    background: #00a55d;
    display: block;
    margin-right: 14px;
    position: absolute;
    left: 0;
    top: 0;
}