+#book-info, #categories-list {
+ float: left;
+ width: 47.5%;
+}
+
+#themes-list {
+ margin-left: 52.5%;
+}
+
+#tagged-object-list #categories-list, #book-detail #book-info {
+ width: 12em;
+}
+
+#book-detail #formats .change-sets {
+ margin-right: 0.5em;
+}
+
+#formats .wrap a {
+ display: block;
+ width: 100%;
+ height: 1.5em;
+ background-color: #EEE;
+ margin-top: 0.5em;
+ padding: 0.5em 0;
+ -moz-border-radius: 4px;
+ -webkit-border-radius: 4px;
+ border-radius: 4px;
+ text-align: center;
+}
+
+#tagged-object-list #themes-list, #book-detail #themes-list {
+ margin-left: 14em;
+}
+