

.uiButton 
{
  background: #606060;
  border-radius: 3px;
  font-family: Arial;
  color: #ffffff;
  font-size: 16px;
  padding: 8px 16px 8px 16px;
  text-decoration: none;
  cursor: pointer;
  -moz-user-select: none;
  user-select: none; 
  width:60px;
  display: block;
  text-align: center;
  overflow:hidden;
  flex-shrink: 0;
}

.uiButton:hover 
{
  background: #a0a0a0;
  text-decoration: none;
}

table.uiTable th
{
  background: #ddd;
  color: black;
}

/* nicer appearance of the menu */
li.ui-menuitem.active 
{
  background-color: darkgrey;
}


#explorer_p1
{
    overflow: auto;
}
#panel-details
{
    display:flex;
}
#node_msdir
{
    display:flex;
    flex-direction:column;
    width:100%;
}
#msdir_image
{
  background-color: #ffffff;
}
#node_mailserver
{
  background-color: #9ccbdd;
}
.node_container
{
  width: 100%;
  overflow: auto;
}
#node_domain
{
    display:flex;
    flex-direction:column;
    width:100%;
}
#domain_image
{
  background-color: #ffffff;
}
#node_domaindir
{
    display:flex;
    flex-direction:column;
    width:100%;
}
#domaindir_image
{
  background-color: #ffffff;
}
#node_mailbox
{
    display:flex;
    flex-direction:column;
    width:100%;
}
#node_forwarder
{
    display:flex;
    flex-direction:column;
    width:100%;
}
#node_alias
{
    display:flex;
    flex-direction:column;
    width:100%;
}

#asset_data
{
    overflow: auto;
}

#risktable td
{
  font-family: Arial;
  font-size: 10pt;
}
#global_risktable td
{
  font-family: Arial;
  font-size: 10pt;
}
#global_tmttable td
{
  font-family: Arial;
  font-size: 10pt;
}
#global_rtp td
{
  font-family: Arial;
  font-size: 10pt;
}
#soatable td
{
  font-family: Arial;
  font-size: 10pt;
}
