.cup-dashboard textarea {
  width: 100%;
  height: 100px;
  margin-bottom: 10px;
}
.cup-dashboard input[type="text"],
.cup-dashboard input[type="password"],
.cup-dashboard input[type="file"] {
  width: 100%;
  margin-bottom: 10px;
  padding: 8px;
}
.cup-dashboard input[type="submit"] {
  background: #0073aa;
  color: #fff;
  padding: 10px;
  border: none;
  cursor: pointer;
  width: 100%;
}
.cup-dashboard img {
  max-width: 200px;
  margin-bottom: 10px;
}
.cup-dashboard audio {
  width: 100%;
  margin-bottom: 10px;
}
