root { 
    display: block;
}

/* Registration */

.pnlRegistration {
    text-align: left;
}

.lblPlastaneWorn {

    font-size: 12px;
    color: #ff0000;
    font-style: italic;
    text-decoration: underline;
}

.tblPlanoveRsrs{
    border-top-style: solid;
    border-right-style: solid;
    border-top-width: 1px;
    border-right-width: 1px;
    border-top-color: #ffcccc;
    border-right-color: #ffcccc;
}

.tblPlanoveRsrs th {
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 12px;
    border-left-style: solid;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-bottom-color: #ffcccc;
    border-left-color: #ffcccc;
}

.tblPlanoveRsrs td {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #ffcccc;
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #ffcccc;
}

.divPlanExpl {

    width: 850px;
    margin:auto;

    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
}

.divPlanExpl h2 {

    font-family: Georgia,'Times New Roman',times,serif;
    font-size: 12px;
    color: #0000ff;
}

.divPlanExpl p {
    text-align: justify;
    padding-left: 10px;
}

.promoOld {
    text-decoration: line-through;
}

.promoNew {
    color: #ff0000;
    font-size: 14px;
}

.aStl {
    
    border-right-style: none;
    border-left-style: none;
    border-bottom-style: none;
    border-top-style: none;
}

.star{
    font-size: 18px;
    color: #cc0000;
}


