+.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