.ad {
text-transform: capitalize;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
max-width: 25px;
display: block;
}
.soyad {
text-transform: capitalize;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
max-width: 25px;
display: block;
}