@import url(/.static/css/public.css);
@import url(/.static/css/colours.css);

/* This file just contains specific stuff for left-to-right language pages */

div.sidebar {
  float: right;
}

div.content {
  margin-left: 4%;
  margin-right: 19.5%;
}

h1, h2, h3, h4, h5, h6, div.footnote {
  margin-left: -4%;
}

div.menu {
  width: auto;
  float: right;
  text-align: right;
}

div.search {
  width: 50%;
  float: right;
  text-align: right;
}

div.next-prev {
  text-align: right;
}

img.photo-prev {
  float: left;
  margin-right: 2em;
}

img.photo-next {
  float: right;
  margin-left: 2em;
}

span.photo {
  width: auto;
  float: right; 
  margin-left: 1em;
}

span.image {
  width: auto;
  float: right;
  margin-left: 1em;
}


