/* this file should only contain things that apply to both the front end and back end sections */
/* for the global back end css file, look at admin.css */
img {
  display: block;
  border: none;
}
.clear {
  clear: both;
}
.cover:after {
  content: '.';
  display: block;
  clear: both;
  height: 0px;
  visibility: hidden;
}
.cover {
  zoom: 1;
}

