img {
  border: 0
}

sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0
}

#policy {
  max-width: 800px;
  margin: 0 auto;
}

.section {
  padding: 0 0 7px 0
}

ul.details li {
  padding: 10px 0 0 10px; 
}

#policy-flash .screenshot {
  background: url('/i/policy/screenshot-flash') no-repeat;
  height: 300px
}

#policy .pdficon {
  display: inline-block;
  background: url('/i/policy/pdf') no-repeat;
  height: 17px;
  width: 17px;
  margin-left: 4px;
}

#policy #policy-downloads .pdficon {
  margin: 0 4px 0 0;
}

#policy #policy-downloads ul {
  padding: 0;
  margin: 0;
}

#policy #policy-downloads li {
  list-style-type: none;
  padding: 0;
  margin: 3px 0;
}

table.cookies {
  font-size: 0.8em;
}

table.cookies span.inline-heading {
  display: none;
}

table.cookies th, table.cookies td {
  padding: 3px 9px 3px 0;
}

table.cookies th {
  vertical-align: top;
  text-align: left;
  border-bottom: 1px solid #ccc;
}

.rtl table.cookies th {
  vertical-align: top;
  text-align: right;
}

table.cookies td {
  vertical-align: top;
  border-bottom: 1px dotted #ccc
}

tr.info td {
  border-bottom: 1px solid #ccc
}

td.description p {
  margin-top: 0; padding-top: 0
}

td.icon .icon {
  float: left; margin-right: 6px
}

.rtl td.icon .icon {
  float: right; margin-left: 6px
}

tr.green td.icon div.icon {
  background-image: url('/i/policy/green/led');
  background-position: 0 0;
  width: 15px;
  height: 15px;
}

tr.amber td.icon div.icon {
  background-image: url('/i/policy/green/led');
  background-position: -16px 0;
  width: 15px;
  height: 15px;
}

tr.red td.icon div.icon {
  background-image: url('/i/policy/green/led');
  background-position: -32px 0;
  width: 15px;
  height: 15px;
}


dl {
  margin: 10px 100px 30px 60px
}

dt {
  float: left;
  font-weight: bold;
}

dd {
  margin-left: 190px;
  margin-bottom: 10px
}

.policy-icon-heading {
  color: inherit;
  text-decoration: none;
}

.toggle-icon {
  margin-right: 6px;
}


/* accordion */

.accordion {
  background-color: #F7F8FA;
}

.accordion #policy {
  font-family: 'Open Sans', 'Helvetica Neue', sans-serif;
  font-size: 15px;
  font-weight: normal;
}

.accordion .section.toggle {
  padding: 0;
  margin-bottom: 15px;
}

.accordion .section.toggle h2 {
  margin: 0;
  font-size: 16px;
}

.accordion .section h2 .policy-icon-heading {
  display: block;
  background-color: #fff;
  border-bottom: 1px solid #fff;
  padding: 10px 30px 10px 20px;
  font-weight: normal;
}

.accordion .section.toggle:first-child h2 {
  border-top: 1px solid #fff;
}

.accordion .description {
  background-color: #fff;
  padding: 15px;
}

.accordion .description p {
  line-height: 25px;
}

.accordion .description p:first-child, .accordion .description p:last-child {
  margin-top: 0px
}

.accordion .sectioncookies {
  padding: 0 15px 15px 15px;
  margin-bottom: 20px;
  background-color: #fff;
}

.accordion .sectioncookies table {
  width: 100%;
}

.accordion .section h2 .policy-icon-heading.toggled_closed {
  background-image: url("/i/plus_30x30.png");
  background-repeat: no-repeat;
  background-position: 97% center;
  background-size: 10px;
}

.accordion .section h2 .policy-icon-heading.toggled_open {
  background-image: url("/i/minus_30x30.png");
  background-repeat: no-repeat;
  background-position: 97% center;
  background-size: 10px;
}

.accordion .section h2 .policy-icon-heading img {
  display: none;
}


/* responsive cookies table and accordion */

@media only screen and (max-width: 645px) {
  .resp table.cookies tr {
    display: block;
  }
  .resp table.cookies tr.heading {
    display: none;
  }
  .resp table.cookies td {
    width: 100%;
    float: left;
  }
  .resp table.cookies span.inline-heading {
    display: inline-block;
    width: 110px;
    font-weight: bold;
  }
  .resp table.cookies tr.odd td {
    background-color: #F7F8FA;
  }
  .resp table.cookies tr td:last-child {
    border-bottom: 1px solid #9b9b9b;
  }

  .resp.accordion table.cookies td {
    padding: 10px;
  }
}
