@charset "UTF-8";

#share {
  margin: 0 20px; }

/*---- Generic classes for things that should be arranged in columns.---*/
.cols > * {
  float: left; }

.cols-2 > * {
  width: 50%; }

.cols-3 > * {
  width: 33%; }

.cols-4 > * {
  width: 25%; }

.cols-5 > * {
  width: 20%; }
