/* Таблица прейскуранта */
table.tg {
    margin-top: 10px;
    border-collapse: collapse;
    border-spacing: 0;
    /*width: 100%;*/
    width: auto !important;
    min-width: 50%;
}

table.tg th {
    font-family: 'BlissPro-Bold', Arial, sans-serif;
    font-size: 1.0rem;
    font-weight: bold;
    border-style: solid;
    border-width: 1px;
    overflow: hidden;
    word-break: break-word;
    border-color: #ccc;
    text-align: center;
    vertical-align: middle;
    padding: 3px !important;
    background: #fafafa;
}

table.tg td {
    font-family: 'BlissPro-Light', Arial, sans-serif;
    font-size: 0.8rem;
    border-style: solid;
    border-width: 1px;
    overflow: hidden;
    word-break: break-word;
    border-color: #ccc;
    text-align: left;
    vertical-align: top !important;
    padding: 3px !important;
}

table.tg tr.center td {
    text-align: center !important;
    vertical-align: middle !important;
}

table.tg tr.center td.strong {
    white-space: nowrap;
    font-weight: bold;
}

/* Коррекция отображения списков в ячейках таблицы */
table.tg td ul {
    margin: 5px 0 5px 0 !important;
}
table.tg td ul li::before {
    margin: 0 0 -0.7rem -0.8rem !important;
}
table.tg td ul li {
    /* "Ужали" элементы списка */
    margin-top: -0.3rem;
}
/* Если текст в ячейки отображаем "как есть", без переносов */
table.tg td.pre {
    white-space: pre;
}
/* При необходимости, выделяем жирным, например, наименование вакансии */
table.tg td.bold {
    font-size: 0.9rem;
    font-weight: bold;
}
/* /Таблица прейскуранта */

/* Всплывающие окна с доп. информацией по отдельным услугам */
div.pl_dialog {
    text-align: left;
    margin: 10px;
}

div.pl_dialog ul {
    list-style-type: disc;
    list-style-position: inside;
}

div.pl_dialog ol {
    list-style-type: decimal;
    list-style-position: inside;
}

div.pl_dialog ul ul, ol ul {
    list-style-type: circle;
    list-style-position: inside;
    margin-left: 15px;
}

div.pl_dialog ol ol, ul ol {
    list-style-type: lower-latin;
    list-style-position: inside;
    margin-left: 15px;
}

div.pl_dialog div.description {
    margin: 10px 0 10px 0;
}

div.pl_dialog p {
    padding: 5px 0 0 0;
}

/* /Всплывающие окна с доп. информацией по отдельным услугам */