#osApiLicenseBox input[type="text"].osApiLicense,
#osApiLicenseBox button.osApiLicenseCopy {
  height: 38px;
  min-height: 38px;
  line-height: 38px;
  box-sizing: border-box;
  -moz-ox-sizing: border-box;
  -webkit-ox-sizing: border-box;
  padding: 0 10px;
}

#osApiLicenseBox input[type="text"].osApiLicense {
  background: #f2f2f2;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  border-color: #53792b;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  cursor: default;
  width: calc(100% - 60px);
  max-width: calc(100% - 60px);
}

#osApiLicenseBox button.osApiLicenseCopy {
  margin-left: 0;
  width: 60px;
}

#osApiLicenseBox .row-fluid {
  margin-bottom: 2px;
}
