/* from: http://css3clickchart.com/#text-overflow */
.target {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis; /* or "clip" */
}
/* from: http://css3clickchart.com/#text-overflow */
.target {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis; /* or "clip" */
}