.motj-library{width:100%}
.motj-table-wrap{width:100%;overflow:visible}

/* Original MOT Juice Equipment Manual Library table styling */
.motj-library .motj-manual-table{border-collapse:separate;border-spacing:0;width:100%;overflow:visible;margin:0;background:#fff;border-radius:10px;box-shadow:0 0 10px #00000030}
.motj-library .motj-manual-table thead th{background-color:#2e2e2e!important;color:#fff;text-align:center;padding:20px 0!important;cursor:default;position:-webkit-sticky;position:sticky;top:94px;z-index:1;transition:.3s;white-space:nowrap;border:0}
.motj-library .motj-manual-table thead th.sortable{cursor:pointer;user-select:none}
.motj-library .motj-manual-table thead th.sortable:hover{background-color:#555!important;transition:.3s}
.motj-library .motj-manual-table thead th .fa{margin-left:8px;color:#fff;opacity:.5}
.motj-library .motj-manual-table thead th.asc .fa-angle-up{opacity:1}
.motj-library .motj-manual-table thead th.desc .fa-angle-down{opacity:1}
.motj-library .motj-manual-table thead th:first-child{border-radius:10px 0 0 0}
.motj-library .motj-manual-table thead th:last-child{border-radius:0 10px 0 0}
.motj-library .motj-manual-table tbody tr{border-bottom:1px solid #dee2e6}
.motj-library .motj-manual-table tbody td{padding:20px 0;text-align:center;border:0;vertical-align:middle}
.motj-library .motj-manual-table tbody tr.motj-row-even{background-color:#f4f4f4!important}
.motj-library .motj-manual-table tbody tr.motj-row-odd{background-color:#fff!important}
.motj-library .motj-manual-table tbody td:nth-child(1),
.motj-library .motj-manual-table tbody td:nth-child(2),
.motj-library .motj-manual-table tbody td:nth-child(3){text-align:left;padding:20px 20px!important}
.motj-library .motj-manual-table thead th:nth-child(1),
.motj-library .motj-manual-table thead th:nth-child(2),
.motj-library .motj-manual-table thead th:nth-child(3){text-align:left;padding:20px 20px!important}

.motj-library .motj-manual-table tbody tr:last-child td:first-child{border-radius:0 0 0 10px}
.motj-library .motj-manual-table tbody tr:last-child td:last-child{border-radius:0 0 10px 0}
.motj-library .motj-manual-table tbody tr:last-child td{border-bottom:0}
.motj-library .motj-manual-table tbody tr:hover{background-color:#e9ecef!important}
.motj-library .motj-manual-table a{color:#007bff;text-decoration:none}
.motj-library .motj-manual-table a:hover{text-decoration:underline}
.motj-library .motj-manual-table .highlight{font-weight:bold;color:#007bff!important}

/* Keep the plugin from overriding the site's existing .downloadLink button styling. */
.motj-library .motj-download-link{font:inherit;cursor:pointer}
