.clientdash-page-title {
  display: table;
  width: 100%;

  .cd-dashicon-selector {
    display: table-cell;
    font-size: 1.7em;
    line-height: 1.7em;
    height: 1.7em;
    text-align: center;
    vertical-align: top;
    //width: 1%;
    background-color: #fff;
    border: 1px solid #ddd;
    border-right: 0;
    font-size: inherit;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.07);
    color: #32373c;
    height: 36px;
    transition: 0.05s border-color ease-in-out;
  }

  .cd-title-input {
    display: table-cell;
  }
}