.w-cookie-list {
    word-break: break-word;
    font-size: smaller;
    margin: 1em 0;
}
.w-cookie-list dl {
    margin: 0 0 .5em;
    overflow: hidden;
}

.w-cookie-list>dl:nth-child(n+2) {
    margin-top: .5em;
    padding-top: .5em;
    border-top: 1px solid #E5E5E5;
}

.w-cookie-list dt {
    font-weight: 700;
    width: 120px;
    float: left;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.w-cookie-list dd {
    margin: 0 0 0 130px;
}