body { padding-top: 40px; }

.noresize {
  resize: none; 
}
.vresize {
  resize: vertical; 
}
.hresize {
  resize: horizontal;  
}
.truncate {
  display: block !important;
  text-overflow: ellipsis !important; 
  white-space: nowrap !important;
  overflow: hidden !important; 
}