.container.sec-pTB ul, .container.sec-pTB li, .container.sec-pTB li p {
font-weight:500;
}
.sec-pTB {
    padding: 24px 0;
}
#scroll{margin-top:0}
ul {
    list-style-type: none !important;
}
.edition-heading {
    background-color: #f2f2f2;
}
a.edition-callto {
    display: block;
    
    margin: auto;
    
    color: #fff;
    line-height: 30px;
    border: 1px solid transparent;
    position: relative;
}
.edition-callto {
    background-color: #138cd6 !important;
}

a.edition-callto:hover {
    color: #138cd6;
    background-color: #fff !important;
    text-decoration: none;
    border: 1px solid #138cd6;
}
li.edition-heading span {
    font-size: 14px;
    color: #326900;
    font-weight: 600;
    max-width: 260px;
    display: block;
    margin: auto;
}

li.edition-heading:nth-child(3) span {
    color: #8e3216;
}

li.edition-heading.fea {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px !important;
    width: 365px;
}
.flex-table li sup {
    font-size: 15px;
    font-weight: 600;
}
.nolist{
   margin:20px 0;
}

.flex-table {
    display: flex;
    padding: 0px !important;
    border-right: 1px #eee solid;
}

.flex-table:last-child {
    border-bottom: 1px #eee solid;
}

.flex-table:last-of-type {
    border-bottom: 1px #eee solid;
}

.flex-table li {
    width: 33%;
    list-style: none;
    text-align: center;
    border: 1px solid #eee;
    margin: 0 !important;
    border-bottom: 0px;
    border-right: 0px;
    padding: 15px;
}

ul.flex-table:first-child {
    background-color: #eee;
    margin-top: 40px;
}
table.pcp {
    width: 600px;
}

table.pcp tr:first-child {
    background-color: #eee;
    font-size: 16px;
}

table.pcp td {
    border: 1px solid #eee;
    padding: 10px 25px;
    width: 50%;
}

span.cross {
    position: relative;
    background-color: #e0704c;
    padding: 5px;
    font-size: 15px;
    line-height: 17px;
    color: #fff;
    border-radius: 5px;
    min-width: 18px;
    display: inline-block;
    text-align: center;
    font-weight: bolder;
    margin: 2px 15px;
}

span.cross:before {
    content: 'X';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 17px;
}

span.tick:before {
    content: '\2713';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 17px;
}

span.tick {
    position: relative;
    background-color: #87c154;
    padding: 5px;
    font-size: 15px;
    line-height: 17px;
    color: #fff;
    border-radius: 5px;
    min-width: 18px;
    display: inline-block;
    text-align: center;
    font-weight: bolder;
    text-indent: -2px;
    margin: 2px 15px;
}
.breadcrumb{
display:none;
}
span.cross {
    background-color: #fff;
    color: #e0704c;
}