@media print {
  /* line 8, ../sass/print.scss */
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  /* line 16, ../sass/print.scss */
  a,
  a:visited {
    text-decoration: underline;
  }

  /* line 24, ../sass/print.scss */
  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /* line 30, ../sass/print.scss */
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  /* line 35, ../sass/print.scss */
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /* line 40, ../sass/print.scss */
  thead {
    display: table-header-group;
  }

  /* line 45, ../sass/print.scss */
  tr,
  img {
    page-break-inside: avoid;
  }

  /* line 49, ../sass/print.scss */
  img {
    max-width: 100% !important;
  }

  @page {
    margin: 2cm .5cm;
}

  /* line 59, ../sass/print.scss */
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  /* line 65, ../sass/print.scss */
  h2,
  h3 {
    page-break-after: avoid;
  }

  /* line 71, ../sass/print.scss */
  select {
    background: #fff !important;
  }

  /* line 76, ../sass/print.scss */
  .navbar {
    display: none;
  }

  /* line 81, ../sass/print.scss */
  .table td,
  .table th {
    background-color: #fff !important;
  }

  /* line 87, ../sass/print.scss */
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }

  /* line 91, ../sass/print.scss */
  .label {
    border: 1px solid #000;
  }

  /* line 95, ../sass/print.scss */
  .table {
    border-collapse: collapse !important;
  }

  /* line 100, ../sass/print.scss */
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }

  /* line 105, ../sass/print.scss */
  #main-nav, #add-new-comment, #user-toolbar, #submenu, .btn.btn-blue, .btn.btn-default, #footer, .user-title img, .clickable, .ui-tabs-nav, .hidden {
    display: none;
  }

  /* line 108, ../sass/print.scss */
  .row {
    margin-left: -10px;
    margin-right: -10px;
  }

  /* line 112, ../sass/print.scss */
  .row:before, .row:after {
    content: " ";
    display: table;
  }

  /* line 116, ../sass/print.scss */
  .row:after {
    clear: both;
  }

  /* line 119, ../sass/print.scss */
  .col-sm-4 {
    width: 300px;
    float: left;
  }

  /* line 123, ../sass/print.scss */
  .form-group {
    font-family: 'Noto Sans', sans-serif;
    margin: 5px 10px;
  }
  /* line 126, ../sass/print.scss */
  .form-group label:after {
    content: " ";
  }

  /* line 130, ../sass/print.scss */
  .panel-title {
    font-family: 'Robo Slab',sans;
    font-weight: bold;
    font-size: 16px;
    margin: 10px 0 5px;
  }
  /* line 135, ../sass/print.scss */
  .panel-title a {
    text-decoration: none;
  }

  /* line 139, ../sass/print.scss */
  .row table {
    margin: 0 10px;
    font-family: 'Noto Sans', sans-serif;
  }

  /* line 143, ../sass/print.scss */
  fieldset {
    font-family: 'Robo Slab',sans;
    border: none;
    padding-left: 0;
    margin-left: 0;
  }
  /* line 148, ../sass/print.scss */
  fieldset legend {
    font-weight: bold;
    font-size: 16px;
  }

  /* line 153, ../sass/print.scss */
  fieldset, .panel {
    border-bottom: 1px dashed #eee;
    margin-bottom: 10px;
  }
}
/* * {
  padding: 0;
  margin : 0;
}

body {
  background-color: #ffffff;
  font: normal 12px 'Times New Roman', serif;
}
header, footer, #submenu, .ui-tabs-nav, .user-title img, button, .toolbar, .file input, .switch, .hidden, .edit, .view {
  display:none;
}
fieldset div {
  display:block !important;
}
fieldset {
  border-width:0;
  margin-bottom:10px;
}
div, p, ul, ol, table, img {
  margin-bottom:10px;
}
h1 {
  margin-bottom:20px;
}
h1 em {
  font-style:normal;
}
h2, legend {
  display:block;
  width:100%;
  margin-bottom:10px;
  font-size:16px;
  font-weight:bold;
  border-bottom:1px solid #ddd;
}
input, textarea, select {
  border-width:0;
}
label {
  display:inline-block;
  margin-right:15px;
}
table {
  border-collapse:collapse;
  border-spacing:0;
}
table {
  border-left:1px solid #aaa;
  border-top:1px solid #aaa;
}
table td, table th {
  padding:0 10px;
  border-bottom:1px solid #aaa;
  border-right:1px solid #aaa;
}
form div {
  margin-bottom:10px;
}
img.small {
  width:50px;
}
.gender {
  overflow:hidden;
}
.gender div {
  float:left;
}
.gender img {
  width:25px;
  margin-right:10px;
  vertical-align:middle;
}
.agree input,
.choose input {
  margin-right:5px;
}
.select-custom input {
  display:none;
}
.select-custom.custom-selected input {
  display:inline;
}
.select-custom.custom-selected select {
  display:none;
} */
