﻿        div.term div {


        }


        div.button-list {
            margin-bottom: 1em;
        }


        div.button-list a {
            font-size: 16pt;
            text-decoration:  none;
            color: hsl(200, 50%, 50%);
        }

        div.button-list.sub a {
            font-size: 14pt;
        }


        div.button-list.sub {
            margin-bottom: 2em;
        }


        
        div.button-next {
            position: fixed;
            right: 20px;
            top: 30px;
            margin-bottom: 2em;
        }

        div.button-next.alpha {
            position: fixed;
            right: 20px;
            top: 225px;
        }

        div.button-next.beta {
            position: fixed;
            right: 20px;
            top: 285px;
        }

        div.button-next a {
            font-size: 28pt;
            text-decoration:  none;

            background: hsl(200, 70%, 50%);
            color: hsl(200, 0%, 98%);

            line-height: 2;
            padding: 10px 16px;
            border-radius: 20px;
            font-size: 14pt;
            font-weight: normal;
            
        }




        div.term-main {

            min-height: 500px;

            font-size: 34pt;
        }

        div.term-pronounciation {
            font-size: 20pt;
            min-height: 200px;
        }

        div.term-meaning {

            font-size: 20pt;
            min-height: 200px;

        }

        /* terms table */

        table.terms {
            margin-top: 2em;
        }

        table.terms td {
            padding: 0.2em;
        }

        table.terms td.term-main {

            font-size: 25pt;

            font-size: 18pt;

            padding-right: 0.5em;
        }





        table.terms td.term-pronounciation, table.terms td.term-meaning {
            font-size: 15pt;
        }

        table.terms td.term-pronounciation {
        
        }

        table.terms td.term-meaning {
        
        }

        table.terms td.term-secondary {

            font-size: 25pt;
            
            

        }

        table.terms td.term-meaning {
            
        }

        /* /terms table */

        div.breadcrumbs {
            margin: 1em 0em;
            font-size: 9pt;
        }

        div.breadcrumbs a {
            color: hsl(200, 50%, 50%);
            text-decoration: none;
        }




        /* new changes updates */
        
        div.term-main {
            margin-bottom: 0em;
        }

        div.term-main {

            min-height: 10px;

            font-size: 34pt;
        }

        div.term-pronounciation {
            margin-top: 500px;
            padding-top: 30px;
        }

        div.button-check.check-alpha {
            position: fixed;
            right: 20px;
            top: 385px;
        }

        div.button-check.top-alpha {
            position: fixed;
            right: 20px;
            top: 445px;
        }

        div.button-check.beta {
            position: unset;
            margin-top: 2em;
            display: none;
        }

        div.button-check.top {
            position: unset;
        }

        div.button-check a {
            font-size: 28pt;
            text-decoration:  none;

            background: hsl(200, 70%, 50%);
            color: hsl(200, 0%, 98%);

            line-height: 2;
            padding: 10px 16px;
            border-radius: 20px;
            font-size: 14pt;
            font-weight: normal;
            
        }