.demo-content {
  
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    position:fixed;
    left:-50px;
    right:-50px;
    top:-150px;
    transform: rotate(5deg);
    z-index:3500;

}
.square
 {
  pointer-events: none;
  position: relative;
  width: 28px;
  height: 28px;
  margin: 1px;
  font-size: 14px;
  margin:auto;
  width:100%;
  /*transform: rotate(4deg);*/
  height:10px;
  background-color:#fff;
  background-image: url(/ui/img/MenuBackground-01.jpg);

}

  


.square.outline
{
  background-color: transparent;
  border: 1px solid currentColor;
}

.small {
  width: 18px;
  height: 18px;
}

.shadow {
  position: absolute;
  opacity: .2;
}



.label {
  position: absolute;
  opacity: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: left;
  width: 100%;
  height: auto;
  padding-left: 38px;
  transition: opacity .5s ease;
}

.line {
  width: 100%;
  padding: 1px 0px;
  display: table;
  width: auto;
  float: left;
}

.line.align-center {
  display: flex;
  justify-content: center;
}