div#cpc_product{
    padding: 10px;
    color:#000;
}

div#cpc_product span{
    font-weight: bolder;
}
p#cpc_product_text
{
     font-size: 1.2rem;
    line-height: 15px;
}

ul#cpc_product_list{
    line-height: 1.2rem;
    list-style: none;
	padding-left: 5px; 
}

p#cpc_product_lc{
   font-weight: bolder;
    font-size: 10px;
    line-height: 12px;
	padding-top:10px
}

p#cpc_product_lc span{
    font-weight: initial;
}

.warning-box {
    color: #9F6000;
    background-color: #FEEFB3;
    margin: 10px 0;
    padding: 12px;
    border: 0;
    outline: 0;
    font-weight: inherit;
    vertical-align: baseline;
}

.warning-box > h4:before {
    content: '\26A0';
    margin-right: 16px;
    border-radius: 50%;
    border: 1px solid;
    padding-right: 4px;
    padding-left: 4px;
    padding-top: 2px;
    padding-bottom: 2px;
    text-align: center;
    font: 18px Arial, sans-serif;
}

.info-box {
    color: #00529B;
    background-color: #BDE5F8;
    margin: 10px 0;
    padding: 12px;
    border: 0;
    outline: 0;
    font-weight: inherit;
    vertical-align: baseline;
}

.info-box > h4:before {
    content: '\2139';
    margin-right: 16px;
    border-radius: 50%;
    border: 1px solid;
    padding-right: 8px;
    padding-left: 8px;
    padding-top: 2px;
    padding-bottom: 2px;
    text-align: center;
    font: 18px Arial, sans-serif;
}

div#cpc_container .buttons .button, #cpc_summary .buttons .button {
    cursor: pointer !important;
}
