/* EngCssTest.css */


/* style main title*/
#mainTitle {
    margin-left: auto;
    margin-right: auto
    padding-bottom: 0.5em;
    font-size: larger;
	text-align: center;
}

img {
    display: block;
    margin-left: auto;
    margin-right: auto 
}


/*style body*/
body {
        direction: ltr;
    /* text-align: center; */
    font-size: 14px;
    font-weight: normal;
    font-family: 'Mada', sans-serif;
        /* font-family: 'Mada', sans-serif;
         *  font-family: 'Merriweather', serif;
     * font-family: 'Libre Baskerville', serif;
     * font-family: 'Vollkorn', serif;
     * font-family: 'Old Standard TT', serif;
     * font-family: 'Noto Serif', serif;
     * font-family: 'Noto Serif' "Roboto Slab", “Helvetica Neue”, Helvetica, Arial, serif;
     * font-family: 'Old Standard TT', serif;
     * */
    background-color: #f7f7f7;
    color: #000000;
    font-weight: normal;
    margin: 0 auto;
    width: 50%;   
}


/*tabs styles*/
ul.tab {
    direction: ltr;
    list-style-type: none;
    /* margin: 2%; */
	margin-left: auto;
    margin-right: auto;
    padding: 3%;
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
    width: 80%;
}


/* Float the list items side by side */
ul.tab li {
   /* width: 100%;*/
  /*  float: right;*/    
}

/* Style the links inside the list items */
ul.tab li a {
    direction: ltr;
    display: inline-block;
    color: black;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    transition: 0.9s;
    font-size: 1.75em;
	width: 100%;
    border-bottom: solid;
    border-bottom-color: #ddd;
    border-width: 0 1px 1px;
}



/* Change background color of links on hover */
ul.tab li a:hover {
    direction: ltr;
    background-color: #ddd;
}

/* Create an active/current tablink class */
ul.tab li a:focus, .active {
    direction: ltr;
    background-color: #ccc;}

/* Style the tab content */
.tabcontent {
    direction: ltr;
	margin-left: auto;
    margin-right: auto;
	width: 76%;
    display: none;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-top: none;
    /* margin-left: 5%; */
    /* margin-right: 5%; */
}



.numOp
{
    font-size: medium;
    direction: ltr;
    text-align: left;
    
}


#outputNumbers , #outputTopics {
    padding-top: 0.75em;
    font-size: larger;
}
#selectUdc
{
direction: ltr;
align-content: flex-end;
}

a {
  color: inherit;
  text-decoration: none; /* no underline */
}
