
    input[type=text] {
      width: 25%;
    }

       
    span {
      width: 35%;
      display: inline-block;
      font-size: 16px;

    }
    
       
   #desired, #daily
   {
   }
   
  
    
    input[type=text].exp {
      border-left: none;
    }
    
    input[type=text].notop {
      border-top: none;  
    }
