.bigText {
  width: 100%;
}

body {
  background-color:gray;
}

#wrapper {
  background-color:#D3D3D3;
  border-style: outset;
}

table, th {
  border-collapse: collapse;
  border: 1px solid black;
  margin-right:auto;
}

tr,td {
  min-width:30%;
}

textarea {
  width:100%;
}

.imgInPost {
  display: block;
  max-width: auto;
  height: 100%;
}