@charset "UTF-8";
/*@import url(http://fonts.googleapis.com/css?family=Josefin+Sans);*/
/* complement */
/* background */
/* other */
.panel-top {
  position: relative;
  width: 100%;
  height: 24px;
  height: auto;
  background: #212327;
  border-width: 0 0 0px 0;
  border-style: solid;
  /*none || hidden || dotted || dashed || solid || double || groove || ridge || inset || outset */
  border-color: #415365;
  border-collapse: collapse;
  /* collapse || separate */
}
.panel-mid {
  position: relative;
  width: 100%;
  height: 100%;
}
.panel-bottom-- {
  position: absolute;
  display: block;
  bottom: 0;
  width: 100%;
  height: 1px;
  overflow: visible;
  box-shadow: 0px 0px 25px 0px #111315;
  /* 10px 10px 5px 0px #eeeeee */
}
.panel-surfaces {
  position: relative;
  width: auto;
  height: 100%;
  overflow: hidden;
  overflow: visible;
  background-color: transparent;
}
.panel-surface {
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
