div.pico_breadcrumbs {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-bottom: 20px;
}
  div.pico_breadcrumbs > ul {
    width: 1000px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
  }
    div.pico_breadcrumbs > ul > li {
      display: inline;
      float: left;
      font-size: 12px;
      font-size: 1.2rem;
      padding-right: 20px;
      margin-right: 5px;
      position: relative;
    }
    div.pico_breadcrumbs > ul > li::after {
      content: '';
      border: 4px solid transparent;
      border-left: 4px solid orange;
      display: inline-block;
      position: absolute;
      right: 0;
      top: 50%;
      margin-top: -6px;
    }
    div.pico_breadcrumbs > ul > li:last-child::after {
      display: none;
    }
      div.pico_breadcrumbs  > ul > li > a {
        text-decoration: none;
      }
.pico_body {
  margin: 0 -2px;
  padding: 15px 8px;
}
div.pico_menu h1 {
  margin: 18px 0 5px 0;
  padding: 3px 0 3px 10px;
  background-color: #1c6972;
  color: #fff;
}
div.pico_menu h2 {
  /*margin: 18px 0 0 10px;
  padding: 3px;
  background-color: #eee;*/
}
div.pico_menu h3 {
  margin: 18px 0 0 20px;
  padding: 3px;
  background-color: #eee;
}
div.pico_menu h4 {
  margin: 18px 0 0 30px;
  padding: 3px;
  background-color: #eee;
}
div.pico_menu h5 {
  margin: 18px 0 0 40px;
  padding: 3px;
  background-color: #eee;
}
div.pico_menu div.level1 {
  margin-left: 0;
}
div.pico_menu div.level2 {
  margin-left: 10px;
}
div.pico_menu div.level3 {
  margin-left: 20px;
}
div.pico_menu div.level4 {
  margin-left: 30px;
}
div.pico_menu div.level5 {
  margin-left: 40px;
}
em.pico_notice {
  font-weight: bold;
  font-style: normal;
  color: #FF0000;
}
div.pico_controllers_in_menu {
  float: < {
  $smarty.const._ALIGN_END
  }
  >;
  position: relative;
  top: -1.5em;
}
div.bottom_of_content_body {
  clear: < {
  $smarty.const._ALIGN_END
  }
  >;
}
ul.pico_list_contents li {
  list-style: none outside;
}
ul.pico_list_contents_in_menu {
  width: 100%;
  height: auto;
  list-style: none;
  overflow: hidden;
}
ul.pico_list_contents_in_menu li {
  /*list-style: none outside;*/
  display: inline;
  float: left;
  margin-right: 25px;
  margin-bottom: 10px;
}
div.pico_print_icon {
  float: < {
  $smarty.const._ALIGN_END
  }
  >;
  width: 40px;
  height: 40px;
}
div.pico_tellafriend_icon {
  float: < {
  $smarty.const._ALIGN_END
  }
  >;
  width: 40px;
  height: 40px;
}
div.pico_vote form {
  display: inline;
}
table.pico_pagenavigation {
  border-top: 1px #aaa solid;
  margin-top: 20px;
}
table.pico_form_table th.pico_waiting {
  color: red;
}
table.pico_form_table td.pico_waiting {
  color: red;
  background-color: white;
}
table.pico_form_table td, table.pico_form_table th {
  color: black;
  vertical-align: top !important;
  text-align:< {
  $smarty.const._ALIGN_START
  }
  >;
}
p.pico_submit {
  text-align: center;
  margin: 0;
  padding: 10px;
}
input.pico_ascii_only {
  ime-mode: disabled;
}
input.pico_number_only {
  ime-mode: disabled;
  text-align: < {
  $smarty.const._ALIGN_END
  }
  >;
}
pre.pico_history_diff del {
  color: red;
}
pre.pico_history_diff ins {
  color: blue;
}
div.pico_pagebreak {
  margin: 10px;
}
div.pico_pagebreak span {
  border: 1px solid black;
  padding: 2px;
  margin: 2px;
}
div.pico_pagebreak span.selected {
  border: 0px;
}
div.pico_container h1 {
  font-size: 18px;
  font-size: 1.8rem;
}
div.pico_controllers {
  font-weight: bold;
  width: 1000px;
  height: auto;
  overflow: hidden;
  margin: 0 auto;

}
  div.pico_controllers a {
    text-decoration: none;
  }
.pico_preview h1 {
  font-weight: bold;
  width: 1000px;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
}