   .conditions, .privacy, .terms, .fairuse, .cookie {
        display:grid;
        margin: 0px 10px 0px 10px;
    }

    .terms_block {
        display: none;
    }

    .terms_nav_menu {
        text-align:center;
        font-size: 2vw;
        font-weight: 700;
        background-color: aliceblue;
        margin: 20px 0px 20px 0px;
    }

    .title {
        text-align:center;
        font-size: 1.5em;
        font-weight: 700;
        background-color: aliceblue;
        margin: 20px 0px 20px 0px;
    }

    .terms_nav_menu ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
        overflow: hidden;
        background-color: white;
        display: flex;
        justify-content: center;
    }

    .terms_nav_menu ul li {
        float: left;
    }

    .terms_nav_menu ul li {
        display: block;
        color: black;
        text-align: center;
        padding: 14px 16px;
        text-decoration: none;
    }

    .terms_nav_menu ul li:hover  {
        background-color: #C00000;
        color: white;
        cursor: pointer;
        border-radius: 5px;
    }

    .sub-p {
        padding-left: 20px;
    }

    .dd {
        margin-left: 60px;
    }

    .dddd {
        margin-left: 100px;
    }

    table, th, td {
        border:1px solid darkgray;
        border-collapse: collapse;
        vertical-align:top;
        line-height: 1.6;
    }

    table {
        margin-left: 20px;
        width: 95%;
        font-size: 12px;
    }

    table th:nth-child(1) {
        width: 30%;
    }

    table th:nth-child(2) {
        width: 20%;
    }

    @media only screen and (max-width: 430px) {
        .terms_nav_menu_item {
            font-size: 1.5em;
        }

        .title {
            font-size: 1.5em;
        }
    }

