@import "../../variables";

.InlineSearch-table {
    table-layout: fixed;
}

.InlineSearch-table-description {
    margin-bottom: $offset_main;
}

.InlineSearch-title-col,
.InlineSearch-region-col,
.InlineSearch-publisher-col {
    width: 170px;
    word-break: break-all;
    word-wrap: break-word;
}

.InlineSearch-artist-col {
    width: 160px;
}

.InlineSearch-isrc-col,
.InlineSearch-type-col,
.InlineSearch-admin-col {
    width: 130px;
}
