/*  body {     height: 92vh; } */
    /* **************************************************** */
    /*   begin of class table_photo                         */
    /* **************************************************** */
html {
    height: auto;
    width: auto;
    max-height: 100%;
    max-width: 100%;
}

body {
    height: auto;
    width: auto;
    max-height: 100%;
    max-width: 100%;
}

TABLE.table_photo {
    /* margin-left:auto; margin-right:auto;  */
/*     height: auto;
    width: auto;
    max-height: 100%;
    max-width: 100%;   */
    margin-left: auto;
    margin-right: auto;
}

TABLE.table_photo td {text-align:center; vertical-align:top;width:170px;}

TABLE.table_photo img {width:150px;height:100px;}

TABLE.table_photo td:hover {background-color: MediumVioletRed;}

/* ************************************************** */
/*   end of class table_photo                         */
/* ************************************************** */



/* ******************************************************************** */
/*   begin of class fixed_table_photo_drop_down                         */
/* ******************************************************************** */
TABLE.fixed_table_photo_drop_down
{ 	
	margin-left:auto; margin-right:auto; table-layout:fixed; font-weight:bold; font-size:large;
}

TABLE.fixed_table_photo_drop_down tr
{ 	
 background-color:DarkCyan;
}

TABLE.fixed_table_photo_drop_down td
{ 	
 width:110px;
}

TABLE.fixed_table_photo_drop_down caption
{ 	
 color:Navy;
}



/* ****************************************************************** */
/*   end of class fixed_table_photo_drop_down                         */
/* ****************************************************************** */


/* ****************************************************************** */
/*   begin of class center_table_menu                                 */
/* ****************************************************************** */

TABLE.center_table_menu
{ 	
	margin-left:auto; margin-right:auto;  font-weight:bold; font-size:large;
}

TABLE.center_table_menu caption
{ 	
 color:Navy;
}
/* ****************************************************************** */
/*   end of class center_table_menu                                   */
/* ****************************************************************** */

.dropbtn {
    background-color: DarkCyan;
    color: White;
    padding: 8px;
    /*  font-size: 16px;  */
    border: none;
    cursor: pointer;
    font-family: "Times New Roman", Times, serif;
    font-weight: bold;
    font-size: large;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    text-align: left;
    display: none;
    position: absolute;
    /*    background-color: aquamarine;  */
     background-color: Honeydew;  
    min-width: 200px;
    /*   box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);   */
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {background-color: Magenta; color:GreenYellow;}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    background-color: blue;
}
