

table {
    position: relative;
    float: left;
    border: 1px dotted #cccccc;
    background: #ffffff;
    padding: 0;
}

th, td {
    padding: 10px 0px 10px 7px;
}

.tdLogo {
    width: auto;
    padding: 10px 10px 10px 7px;
    height: 35px;
}

.tdParty, .tdLogo, .tdLink {
    border-bottom: 1px dotted #dddddd;
}

.tdParty {
    padding-right: 10px;
}

.tdLink {
    padding-right: 10px;
    width: 180px;
}

.tdLink a {
    word-wrap: break-word;
}
