body {
  font-family: "Palatino Linotype","Book Antiqua",Palatino,serif;
  font-weight: normal;
  line-height: 1.6em;
  font-family: "Open Sans";
  font-size: 14px;
  line-height: 1.4em;
  text-transform: none;
  text-decoration: none;
  font-weight: 300;
  font-style: normal;  
  background-image: none;
  background-position: top left;
  background-size: auto;
  background-attachment: scroll;
  background-repeat: repeat;
  background-color: rgba(255,255,255,0);
  color: #777;
}
.container {
  box-shadow: 0 0 40px rgba(0,0,0,.05);
}
.title{
  font-family: "Open Sans";
  font-size: 14px;
  line-height: 1.4em;
  text-transform: none;
  text-decoration: none;
  font-weight: 300;
  font-style: normal;
  display: block;
}
.field-element{
  width: 100%;
  padding: 12px;
  margin: 6px 0 4px;
  border: 1px solid #ccc;
  background: #fafafa;
  font-family: sans-serif;
  font-size: 12px;
  line-height: normal;
  box-sizing: border-box;
  border-radius: 2px;
}
.item img{
	width: 100%;
}