/*button, .t1{
font-family: 'zseditor',Arial;
font-size:16px;
}*/

@font-face {
  font-family: 'zseditor';
  src: url('zseditor.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;}

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
          -o-user-select:none;
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}
ul.tools {
    display: none;
    list-style: none;
    box-shadow: 0px 0px 4px rgba(0,0,0,.5);
    border: solid 1px #000;
    position: absolute;
    background: #121212;
    padding: 3px;
    /*opacity: 0.9;*/
    font-family: 'zseditor',Arial;
    font-size:20px;
    
}
/*ul.tools li {
    display: inline-block;
    width: 15px;
    height: 16px;
    border: solid 1px #000;
    margin: -1px;
    padding: 4px 4px;
    cursor: pointer;
}*/
ul.tools li {
  display: inline-block;
  width: 15px;
  height: 24px;
  border: solid 1px #000;
  /*margin: 0px 0px 0px 0px;*/
  padding: 2px 6px;
  cursor: pointer;
  background-color: #5f5f5f33;
  float: left;
}
      .moreinfb{
        cursor:pointer;
        /*text-decoration: underline;*/
        color:#FF6E6E;
        /*color:#3A6EB4;*/
        
      }
      .moreinfo{
        display: block;
        height:0px;
        overflow: hidden;
        background-color: #0000004d;
        /*padding: 14px;*/
        /*padding-top:14px;*/
        /*border: dashed 1px #ffffff4d;*/
      }
      .moreinfot{margin:14px;}
      .arrow {
        display: inline-block;
        font-weight: bold;
        -webkit-transform: rotate(-90deg); /* Safari */
        -moz-transform: rotate(-90deg); /* Firefox */
        -ms-transform: rotate(-90deg); /* IE */
        -o-transform: rotate(-90deg); /* Opera */
        filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3); /* Internet Explorer */
      }
      