expression-content {
  width: 100%;
}

.sticker-panel {
  height: 350px;
  position: relative;
  background: #FFFFFF;
}

.sticker-panel-tiny {
  height: 200px;
  width: 80%;
  margin: 0 auto;
}

.ut-method code {
  background-color: transparent;
}



.tempLine1 {
  position: absolute;
  left: 25%;
  top: 0;
  width: 1px;
  height: 100%;
  border-left: 1px solid rgba(0,0,0,.2);
  font-family: Arial;
  font-size: 10px;
  text-align: center;
}
.tempLine2 {
  position: absolute;
  left: 50%;
  top: 0;
  width: 1px;
  height: 100%;
  border-left: 1px solid rgba(0,0,0,.2);
  font-family: Arial;
  font-size: 10px;
  text-align: center;
}
.tempLine3 {
  position: absolute;
  left: 90%;
  top: 0;
  width: 1px;
  height: 100%;
  border-left: 1px solid rgba(0,0,0,.2);
  font-family: Arial;
  font-size: 10px;
  text-align: center;
}
.tempLine4 {
  position: absolute;
  left: 0;
  bottom: 50%;
  width: 100%;
  border-bottom: 1px solid rgba(0,0,0,.2);
  font-family: Arial;
  font-size: 10px;
  text-align: left;
}
.tempLine5 {
  position: absolute;
  left: 0;
  bottom: 5px;
  width: 100%;
  border-bottom: 1px solid rgba(0,0,0,.2);
  font-family: Arial;
  font-size: 10px;
  text-align: left;
}

.stylesList {
  display: block;
  width: 100%;
  padding: 0;
  background: transparent;
  font-family: 'Monaco', courier, monospace;
  font-size: 1em;
  color: #ffffff;
  /*height: 1500px;*/
  height: 200px;
  border: none;
  box-shadow: 0 0 0 1px rgba(255,255,255,.1);
}
.stylesList:focus {
  color: #ffffff;
  border: none;
  box-shadow: 0 0 0 1px rgba(255,255,255,.1);
}