.text-entry {
  background-color: #eae8e8;
  border: solid 3px #fc7753 !important;
  min-height: 200px;
  padding: 10px;
}

.text-entry:focus {
  outline: none;
}

table{
	table-layout: fixed;
}
.table thead tr th {
    background: #3a606e;
    color: #fff;
    border-bottom: 0;
}

.table-entry {
  display: block;
  height: auto;
  line-height: 28px;
  min-height: 28px;
  width: 100%;
}
#hints1, #hints2 {
  display: none;
}

:focus {
  outline: none;
}

@media print {
  #hints1, #hints2 {
    display: none!important;
  }
}
