diff --git a/themes/bootstrap3/less/components/record.less b/themes/bootstrap3/less/components/record.less
index a6c4d247f27da67706ba06310cc272b1614c538a..370f62c40c8c5f63f2eecccf77310f96a988005f 100644
--- a/themes/bootstrap3/less/components/record.less
+++ b/themes/bootstrap3/less/components/record.less
@@ -132,41 +132,3 @@
 
 /* ------ Relais ------ */
 .relaisLink { display: inline-block; }
-
-/* ------ Collection ------ */
-.collection-list-controls {
-  display: flex;
-  flex-flow: row wrap;
-
-  .collection-controlĂ‚ {
-    white-space: nowrap;
-    margin: 0 0.5rem 0 0;
-  }
-}
-.collectionDetails .active-filters .filters {
-  padding: 0 0 5px 0;
-}
-.collection-list-results {
-  margin-top: 0.5rem;
-}
-
-/* ------ Tabs ------ */
-.tab-pane::after {
-  display: table;
-  clear: both;
-  content: "";
-}
-.tab-pane .result {
-  margin-left: 0;
-}
-
-/* ------ OpenURL Links ------ */
-.openurls {
-  .openurl-notes {
-    display: block;
-    font-style: italic;
-  }
-  .openurl-authentication {
-    display: block;
-  }
-}
\ No newline at end of file