#gb-entry {
  width: 400px;
}

.input1 {
  width: 150px;
}

input2 {
  width: 250px;
}

.gb-content {
  width: 500px;
  margin: 15px;
  border: 0px;
  border-style: solid;
  border-color: #585858;
  background-color: #e5e5e5;
}

.name {
  width: 250px;
  padding: 5px;
  border: 0px;
  background-color: #e5e5e5;
}

.datum {
  width: 250px;
  padding: 5px;
  border: 0px;
  background-color: #e5e5e5;
}

.nachricht {
  width: 500px;
  padding: 5px;
  border-top: 1px;
  border-right: 0px;
  border-bottom: 0px;
  border-left: 0px;
  border-style: dotted;
  border-color: #585858;
  background-color: #e5e5e5;
}