.textbox {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  width: 300px;
  position: relative;
  top: 40px;
  margin: auto;
  padding: 20px;
  overflow: hidden;
  border: none;
  font: normal 18px/1.1 "Times New Roman", Times, serif;
  color: rgba(0,0,0,1);
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
