body {
  width: 100%;
}

#main {
  display: table;
  border: solid;
  border-width: thin;
  width: 650px;
  height: 400px;
  margin: 10px;
}

input{
  border: none;
  outline: none;
}

#unixTimestamp {
  width: 12%;
}

#dateTimestamp {
  width: 20%;
}

.uTimestamp, .dTimestamp {
  color: silver;
  font-family: arial;
  font-size: 13px;
}

textarea {
  width: 100%;
  border: none;
  outline: none;
  resize: none;
  font-family: arial;
  color: grey;
}