#product-description ol {
    color: #606060;
    font-family: "Lato",sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 27px;
    list-style: initial;
    margin: initial;
    padding: 0 0 0 40px;
    list-style-type: decimal;
}
#product-description ul {
    list-style: initial;
    margin: initial;
    padding: 0 0 0 40px;
    list-style-type: disc;
}

#product-description li {
    list-style:inherit;
    margin: 6px 0;
}

#product-description table td {
    border: 1px solid #908f8f;
    padding: 5px 10px;
}

#product-description table td strong {
    font-weight: bold;
}

#product-description p {
    line-height: 18px;
}

#product-description p * {
    vertical-align: baseline;
    margin-right: 5px;
}

#product-description strong {
    font-weight: 900;
}