/*
 * Стили раздела NDP (Мой мир / Fornit) — префикс ndp-
 */
.ndp-page {
    background-color: #F5F0F5;
    margin: 0;
    padding: 0;
}
.ndp-container {
    max-width: 1000px;
    margin: 0 auto;
    padding: 20px;
    background-color: #fff;
    font-size: 12pt;
    font-family: Arial, sans-serif;
    line-height: 1.5;
    box-sizing: border-box;
}
.ndp-page .ndp-container a:link {
    color: #7D449D;
    text-decoration: none;
}
.ndp-page .ndp-container a:visited {
    color: #7D449D;
    text-decoration: none;
}
.ndp-page .ndp-container a:hover {
    color: #c00;
    text-decoration: underline;
}
.ndp-title {
    font-size: 12pt;
    margin-top: 0;
}
.ndp-menu-table {
    width: 80%;
    max-width: 800px;
    border: 0;
    font-size: 12pt;
    font-family: Arial, sans-serif;
    line-height: 1.5;
}
.ndp-menu-table td {
    padding: 4px 8px;
    vertical-align: top;
}
.ndp-back-link {
    display: inline-block;
    margin-bottom: 1em;
}
.ndp-content-text {
    font-size: 12pt;
    font-family: Arial, sans-serif;
    line-height: 1.5;
    color: #333;
}
