html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;

  box-sizing: border-box;
}
body {
  line-height: 1;
  font-family: Arial, Helvetica, sans-serif;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
strong {
  font-weight: 700;
}
h1 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 45px;
  text-transform: uppercase;
}
h2, h3 {
  font-size: 22px;
  margin: 45px 0 30px;
  font-weight: 700;
}
h3 {
  font-size: 18px;
}
em {
  font-style: italic;
}
p {
  margin-bottom: 15px;
}
a,
.copy-link:active,
.copy-link:visited {
  color: #007cb9;
}
/*a:active,
a:focus {
  color: #a90606;
}*/
a:visited {
  color:rgb(85, 26, 139);
}
@media only screen and (min-device-width: 1024px) {
  a:hover {
    text-decoration: none;
  }
}
header {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 70px;
}
.nav-top {
  list-style: none;
  padding-left: 35px;
  text-align: left;
}
.nav-top li {
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 8px;
}
.nav-top a,
.nav-top a:visited,
.nav-top a:active,
.nav-top a:focus {
  /*color: #007cb9;*/
  /*font-size: 14px;*/
}
nav .nav-top .active a {
 /*color: #174ed0;*/
 text-decoration: none;
}
.footnotes {
  padding-top: 30px;
  clear: both;
}
.meta {
  padding-bottom: 30px;
}

.meta p {
  margin-bottom: 0px;
}
.footnotes p {
  margin-bottom: 5px;
}
.single,
.wrapper {
  max-width: 940px;
  padding: 70px 35px;
  margin: 0 auto;
  box-sizing: border-box;
}
.pop-up {
  padding: 0 8px;
  position: fixed;
  right: 0;
  top: 0;
  height: 32px;
  font-size: 16px;
  line-height: 32px;
  background: #333;
  border-bottom-left-radius: 16px;
  color: #fff;
  display: none;
  opacity: 1;
}

@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.fade-in {
  display: block;
  -webkit-animation: fade-in 1.2s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
          animation: fade-in 1.2s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}
.filter-controls,
.index-set {
  margin-left: 35px;
  max-width: 400px;
}
.control {
  margin-bottom: 8px;
  display: flex;
  align-items: center;
}
.control label {
  cursor: pointer;
    flex: 1 1 auto;
    background: url(dash.png) left center repeat-x;
}
.control label span {
  background: #fff;
  padding-right: 4px;
}
.control input {
    flex: 0 1 auto;
    margin: 0 0 0 5px;
}
.link-control {
  margin: 70px 0;
}
.link-control input {
  outline: none;
    border: none;
    background: none;
    font-weight: 700;
    cursor: pointer;
    font-size: 16px;
    text-decoration: underline;
    color: #007cb9;
}
#pdopage article {
  margin-bottom: 45px;
}
article p {
  line-height: 1.15;
}
.author-input {
  height: 20px;
    min-width: 220px;
}
@media(max-width: 576px) {
  h1 {
    font-size: 20px;
  }
  h2,h3 {
    font-size: 18px;
  }
  .control {
    font-size: 14px;
  }
  /*.link-control {
    text-align: center;
  }*/
  article,
  a {
    font-size: 14px;
  }
}
.reset-link {
  display: block;
  margin-left: 6px;
  margin-top: 10px;
}
.case-nav {
  padding-top: 35px;
}
input[type="checkbox"] {
  cursor: pointer;
}
.cut-content {
  display: none;
  margin-bottom: 5px;
}
.undercut {
  text-decoration: none;
  border-bottom: 1px dashed;
}
article img {
  width: auto;
  max-width: 100%;
  height: auto;
  border: 1px solid gray;
  box-sizing: border-box;
}
article p {
  overflow: hidden;
}
article p a {
  text-overflow: ellipsis;
}
.control .control-link {
  flex: 1 1 auto;
  background: url(dash.png) left center repeat-x;
}
.control .control-link span {
  background: #fff;
  padding-right: 4px;
}
.control .control-date {
  flex: 0 1 auto;
  margin: 0 0 0 5px;
}
.control-ml {
  align-items: flex-end;
}
.control-ml .control-link {
  background-position: left bottom 6px;
}
.hide-link {
  display: none;
  margin-left: 7px;
}
ol, ul {
  list-style: disc;
  padding-left: 30px;
}
ol {
  list-style: decimal;
}
ul li,
ol li {
  margin-bottom: 15px;
}
table {
  border-collapse: collapse;
}
tr {
  border-bottom: 1px solid #ccc;
}
th, td {
  text-align: left;
  padding: 4px;
}
.show-control {
  text-align: right;
}