#panel table th{
    border: none !important;
    padding: 10px !important;
}

#panel table th img{
    width: auto !important;
    height: auto !important;
}

.for_list-style-type ol li {
    list-style-type: decimal;
}

.for_list-style-type ul li {
    list-style-type: disc;
    margin-bottom: 10px;
}

.for_list-style-type ul {
    padding-left: 40px;
    font-size: 18px;
}


a.file_link {
    display: flex;
    align-items: center;
    margin: 20px 0;
}

a.file_link img {
    width: 40px;
    margin-right: 20px;
}

p.centerImg img {
    width: 400px;
    max-width: 100%;
}

p.centerImg {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px 0;
}

td.tableBlockTitle {
    background: #ddd;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
}

td.tableBlockTitle p {
    text-align: center;
}
table.productsTable {
    min-width: 1100px;
}
table.productsTable td {
    padding: 20px;
}