+#top-message a {
+ color: #AAA;
+}
+
+
+/* =========== */
+/* = Columns = */
+/* =========== */
+.column-left {
+ width: 37em;
+ float: left;
+ text-align: justify;
+ margin-top: 1em;
+}
+
+.column-right {
+ margin-left: 40em;
+ text-align: justify;
+ margin-top: 1em;
+}
+
+.see-more {
+ text-align: right;
+}
+
+.remove-from-shelf {
+ float: right;
+ padding: 0.2em;
+ margin: 0.3em;
+ color: #900;
+}
+
+.remove-from-shelf:active, .remove-from-shelf:hover {
+ color: #FFF;
+ background-color: #900;
+ text-decoration: none;
+}
\ No newline at end of file