

body {
    margin-bottom : 0;
    margin-left : 0;
    margin-right : 0;
    margin-top : 0;
    font-family : Verdana, Arial;
    font-size : 12px;
  }


h1 {
    font-size : 17px;
  }


h2 {
    font-size : 15px;
  }


h3 {
    font-size : 14px;
  }


h4 {
    font-size : 13px;
  }


h5 {
    font-size : 12px;
  }


td {
    font-size: 1.2em;
  }


th {
    font-size: 1.3em;
  }


th {
    background-color : #eaeaea;
  }


.divmenu {
    background-image : url('/img/fon.png');
    background-position : top right;
    background-repeat : no-repeat;
    float : left;
    position : relative;
    width : 200px;
    z-index : 1;
  }


.select {
    background-color : #ff0000;
    color: white;
    padding-left : 5px;
  }


.select2 {
    background-color : #ff0000;
    color : white;
    padding-left : 5px;
  }


.noselect {
    padding-left : 5px;
  }


.noselect2 {
    padding-left : 5px;
  }


.munu_link {
    font-size : 10px;
  }


.hide_view_pomni {
    text-align : center;
    background-color : #dcdcdc;
    display : none;
    font-style : normal;
    height : 45px;
    padding-bottom : 10px;
    padding-left : 12px;
    padding-right : 12px;
    padding-top : 20px;
    position : absolute;
    width : 180px;
    z-index : 2;
  }

.public_img_div img {
    /*max-height: 90vh;*/
	max-width: 100%;
    min-width: 300px;
}
.public_img_div {
    padding: 10px;
    margin: 100px auto;
    border: 1px solid rgb(192, 192, 192);
    text-align: center;
    border-radius: 5px;
    min-width: 300px;
    max-width: 1000px;
}
.public_img_div p {
    text-align: left;
}
