/* ============================== */
/* ! Layout for desktop version   */
/* ============================== */

body {
  font-family: 'Ubuntu', Verdana, "DejuVu Sans", "Bitstream Vera Sans", sans-serif;
  font-size: 14px;
  line-height: 1.5;
  background-color: #f6f6f6;
  visibility: hidden;
}
.container {
  visibility: visible;
}
h1, h2, h3 {
  font-weight: normal;
}

a {
  color: #5b98d6;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
a:hover {
  color: #375b7f;
}

blockquote {
  margin: 1em 0 1em 0.5em;
  padding-left: 0.5em;
  border-left: 3px solid #bbf;
}

p {
  margin-bottom: 0.7em;
}

.lineitem {
  border-top: 1px dotted #ccc;
  padding-top: 1em;
}
.lineitem.first {
  margin-top: 1em;
}
.lineitem.last {
  margin-bottom: 1em;
}

/* ============================= */
/* ! Layout for mobile version   */
/* ============================= */
@media handheld, only screen and (max-width: 767px) {
  body {
    
  }
}


/* ========================================== */
/* ! Provide higher res assets for iPhone 4   */
/* ========================================== */
@media only screen and (-webkit-min-device-pixel-ratio: 2) { 
/*  .logo {
    background: url(logo2x.jpg) no-repeat;
    background-size: 212px 303px;
  }*/
}
