.matchlistscroll { /* set height in element */
    overflow: auto;
    margin: 0px 0px;
    width: 100%;
    border-top: 1px solid silver;
}

.matchlist { /* set width in element */
    margin: 0;
    padding: 0;
    border: 0;
    width: 100%;
    table-layout:fixed;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 14px;
	text-decoration:none;
}

.matchlist tr th {
    text-align: left;
    margin: 0;
    padding: 0;
    border: 0;
    background-color: #F4F4F4;
}
.matchlist tr td {
    margin: 0;
    padding: 0;
    border-top-width: 0;
    border-right-width: 0;
    border-bottom: 1px solid #CCCCCC;
    border-left-width: 0;
    height: 24px;
}

.matchlist tr.topmatch td {
    font-weight: bolder;
}

