.webfont-wrapper {
  position: relative;
  display: block;
margin-top:5px; }
  .webfont-wrapper .ui-icon {
    cursor: pointer;
    position: absolute;
    top: 15px;
    right: 6px; }

.webfont-input, .webfont-list {
  font-size: 14px;
  line-height: 19px; }

.webfont-input {
  cursor: pointer;
  border: 1px solid #ebebeb;
  width: 100%;
  height: 30px;
  padding: 20px 10px;}

.webfont-list {
  background: #fff;
  color: #000;
  border: 1px solid #ccc;
  margin: 0;
  padding: 0;
  list-style-type: none;
  width: 100%;
max-height: 12em;
overflow-x: hidden;
overflow-y: auto;
position: absolute;
top: 35px;
z-index: 9;
  left: 0; }
  .webfont-list li {
    cursor: pointer;
    white-space: nowrap;
    padding: 5px 15px }
    .webfont-list li.selected {
      background: #339;
      color: #fff; }
