﻿#privacyDefinitions td:first-child{
    /*width:9rem;*/
    font-weight:bold;
}

.table td:first-child{
    min-width:5rem;
    max-width:10rem;
    word-wrap:break-word;
    white-space:normal;
}

/* Portrait tablets and small desktops */
@media only screen and (min-width:768px) {

    #privacyDefinitions td:first-child {
        width:9rem;
    }

    #cookieTypes td:first-child {
        width: 13rem;
    }
}
