th {
    padding-top: 4px;
    padding-bottom: 4px;
}

.bootleglist {
    display: flex;
    justify-content: center;
}

.legtable {
    background-color: #EFEFEF;
    padding: 8px;
    display: table;
    width: 90%;
    border-style: solid;
    border-width: 2px;
    border-left: 0;
    border-right: 0;
}

.tablehead {
    background: #000000;
    color: #FFFFFF;
}

.tablebody {
    background-color: #D0D0D0;
}

.legentry:hover {
    background-color: #AAAAAA;
    cursor: pointer;
}

.bootlegview {
    background-color: #D3D3D3;
    padding-bottom: 16px;
}

.legdatalist {
    display: flex;
    gap: 64px;
    background-color: #808080;
    justify-content: center;
    color: white;
}

.legdescription {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 32px;
}

.download {
    padding-left: 128px;
}

.searchform {
    display: grid;
}

.search {
    display: flex;
    justify-content: center;
    text-align: center;
    width: 512px;
    padding: 4px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 8px;
    background-color: #EAEAEA;
    border-color: #000000;
    border-style: solid;
    border-width: 2px;
}

.description {
    text-align: center;
    background-color: #EAEAEA;
    width: fit-content;
    padding: 8px;
    margin-top: 8px;
    margin-left: auto;
    margin-right: auto;
}