How to set the width of a details label?

I am trying to set the width of a "details label" on a forms 'view details' using the following CSS:

#kn-view_726 kn-detail-label{
width: 200px ! important;
}

But it does not work - any thoughts please?