/*
 * Based on : HTML5 Boilerplate, adapted for baseline (less intrusive)
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html,
button,
input,
select,
textarea {
  color: #222;
}
body {
  background-color: #f8f8f8;
}
/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */
img {
  vertical-align: middle;
}
/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}
/* ==========================================================================
   Author's custom styles
   ========================================================================== */
.entry .iprox-content.has-dl + .iprox-content,
.type-entry .iprox-content.has-dl + .iprox-content {
  float: none;
  clear: both;
}
.entry .iprox-content dl,
.type-entry .iprox-content dl {
  float: left;
}
.entry .iprox-content dt,
.type-entry .iprox-content dt {
  font-weight: bold;
}
.entry .iprox-content dd .iprox-content,
.type-entry .iprox-content dd .iprox-content {
  margin-bottom: 0;
  margin-top: 0;
}
.entry .iprox-content dd .iprox-content p:first-child,
.type-entry .iprox-content dd .iprox-content p:first-child {
  margin-top: 0;
}
.entry .iprox-content dd .iprox-content p:last-child,
.type-entry .iprox-content dd .iprox-content p:last-child {
  margin-bottom: 0;
}
.iprox-content ul,
.iprox-error ul,
.iprox-alert ul,
.iprox-feedback ul,
.iprox-hint ul {
  list-style-type: disc;
  list-style-position: outside;
  margin-left: 0;
  padding-left: 16px;
}
.iprox-content ol,
.iprox-error ol,
.iprox-alert ol,
.iprox-feedback ol,
.iprox-hint ol {
  padding-left: 32px;
}
.iprox-content ol,
.iprox-error ol,
.iprox-alert ol,
.iprox-feedback ol,
.iprox-hint ol {
  padding-left: 2rem;
}
ul.iprox-content {
  list-style-type: disc;
  list-style-position: outside;
  margin-left: 0;
  padding-left: 16px;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /*
   * Don't show links for images, or javascript/internal links
   */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3,
  .heading-elt {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3,
  .heading-elt {
    page-break-after: avoid;
  }
}
