div.blobhash-widget {
  height: 25px;
  line-height: 25px;
  vertical-align: middle;
  width: 50%;
  border-radius: 4px;
  position: relative;
  background-color: rgba(0, 0, 0, 0.025);
  border: 1px solid #aaaaaa; }
  div.blobhash-widget input {
    position: absolute;
    left: 0;
    top: 0;
    white-space: nowrap;
    display: inline-block;
    height: 25px;
    line-height: 25px;
    vertical-align: middle;
    width: 100%;
    padding-right: 20px;
    padding-left: 1ex;
    overflow: hidden;
    text-overflow: ellipsis;
    border: none;
    border-radius: 4px; }
  div.blobhash-widget .btn-clear {
    position: absolute;
    right: 0;
    top: 0;
    padding: 0 3px; }
  div.blobhash-widget a {
    white-space: nowrap;
    display: inline-block;
    max-width: 100%;
    padding-right: 20px;
    padding-left: 1ex;
    overflow: hidden;
    text-overflow: ellipsis;
    z-index: 100; }
