body{   
   margin:0px;
   padding:0px;
}   

div{   
   user-select: none;
}   

a {   
   text-decoration: none;
   display: inline-block;
   color: white;
   text-align: center;
   padding: 14px 16px;
   transition: 0.3s;
   font-size: 17px;
}   

div#main_container
{
   position: absolute;
   top: 60px;left: 0px;right: 0px;bottom: 0px;
   border: 0px;
   padding: 0px;
}
#sidebar_container
{   
   background:#14416e;
   position: absolute;
   left: 0px;
   top: 0px;
   bottom: 0px;
   width: 350px;
   padding: 0px;
   margin: 0px;
   text-align: center;
/*   overflow: hidden; */
   overflow-y: auto;
   z-index: 1000;
}
#topbar_container
{   
   background:#14416e;
   position: absolute;
   left: 0px;
   top: 0px;
   bottom: 0px;
   width: 100%;
   height: 60px;
   padding: 0px;
   margin: 0px;
   text-align: center;
/*   overflow: hidden; */
   z-index: 1000;
  border: 2px solid;
  border-color: #103862;
}

#warning_div
{   
   background:#14416e;
   color: white;
   /*position: absolute;*/
   left: 0px;
   top: 0px;
   bottom: 0px;
   width: 100%;
   height: 20px;
   padding: 0px;
   margin: 0px;
   text-align: center;
/*   overflow: hidden; */
  border: 2px solid;
  border-color: #103862;
}

div#weong_container
{
   position: absolute;
   top: 0px;
   left: 350px;
   right: 0px;
   bottom: 0px;
   border: 0px;
   padding: 0px;
   margin: 0; 
   height: 100%;
  /* overflow: hidden !important;*/
  overflow: auto;
}

#sidebar
{
   padding: 10px;
}


div#topbar_container a
   {
   display: inline-block;
/*   height: 26px;*
   margin: 5px 0px 2px 0px;
   text-decoration: none;
   text-align: center;
  /* padding: 0px 5px;*/
   outline: 0;
   cursor: pointer;
   font-size: 20;
  /* line-height: 26px;*/
   }

div#topbar_container a:hover {
  background-color: #d9d9d9;
  color: black;
  }



div.menu_title
   {
   margin: 5px 0px;
   font-size: 24px;
   cursor: default;

   }

h3
{
color: #d9d9d9;
}

div.language_button
   {
   margin: 2px 0px 6px 0px;
   font-size: 18px;
   cursor: default;
   color: #d9d9d9;
   }

#content
   {
   top: 0px;
   left: 0px;
   border: 0px;
   padding: 0px;
   margin: 0px;
   width: 100%;
   height: 100%;
   overflow: hidden !important;
   }

button{
   display: inline-block;
   height: 15px;
   background: #d9d9d9;
   color: #404969;
   border-bottom: 1px solid #111;
   text-decoration: none;
   text-align: center;
   padding: 2px 2px;
   border-radius: 1px;
   outline: 0;
   font-size: 12px;
   line-height: 0px;
   border-radius: 2px;
}

button#dummy{
    background: transparent;
    border: none !important;
    font-size:0;
}

#sidebar button{
   height: 20px;
   margin: 1px 0px 1px 0px;
}

#myWEonG button {
   width: 280px;
}

#myDomain button {
   width: 80px;
}

select{
   display: inline-block;
   height: inherit;
   margin: 1px 1px 1px 1px;
   background: #d9d9d9;
   color: #404969;
   border-bottom: 1px solid #111;
   text-decoration: none;
   text-align: center;
   border-radius: 1px;
   outline: 0;
   padding: inherit;
   font-size: 12px;
   line-height: 0px;
}
               
div#topbar_container img {
   vertical-align: middle;
}
div#weong_container img {
height: 90%;
}
