.ui-layout-pane
{
  /*background: #191B18;*/
  background: black;
}

.ui-layout-toggler
{
  border: 1px solid #AAA; /* match pane-border */
  background-color: #AAA;
  width: 16px;
}

.ui-layout-north
{
  overflow: visible ! important;
  /*z-index: 9999 ! important;*/
  z-index: 101 ! important;
}

.ui-layout-center
{
  height: 100%;
}

.ui-layout-east
{
  /*background-image: url('./img/fenice.png');*/
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 120px auto;
  /*overflow-y: auto;*/
}

