/**
 * Copyright 2020 Google LLC
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */

.request-text {
  display: block;
  margin-top: 10px;
  width: 30em;
  height: 30em;
  resize: none;
}

.request-button {
  display: block;
  margin-top: 25px;
  width: 10em;
  height: 1.5em;
}

.response {
  min-height: 4.5em;
}

.response-text {
  display: block;
  margin-top: 20px;
  word-wrap: break-word;
  width: 40em;
}

.textfield-response-name {
  display: block;
}
