body.node.unpublished main#content {
  background: rgba(253,197,197,0.3);
}
@media all and (max-width: 600px) {
  main#content #block-edojo-content p ,
  main#content #block-edojo-content ol ,
  main#content #block-edojo-content ul {
    line-height: 1.6em;
  }
}
main#content h1 {
  margin: 0.5em 0 1.0em;
  font-size: 2em;
  border-bottom: 1px solid rgba(35,35,31,0.2);
}
main#content h3 {
  border-bottom: 1px solid rgba(35,35,31,0.2);
}
main#content h4 ,
main#content h3 ,
main#content h2 {
  clear: both;
}
main#content img {
  margin: 0 0.5em 0.5em 0.5em;
}
main#content a.image-link img {
  margin: 0;
}
main#content figure {
  display: table;
  margin: 0 0.5em 0.5em 0.5em;
}
main#content figure img {
  display: block;
  margin: 0;
}
main#content .align-right {
  max-width: 50%;
}
main#content figure figcaption {
  display:table-caption;
  caption-side:bottom;
  font-size: 12px;
  text-align: center;
  background: rgba(255,255,255,0.3);
}
main#content table {
  border-collapse: collapse;
  margin-bottom: 2em;
}
main#content table th ,
main#content table td {
  border: 1px solid #ccc;
  padding: 0.5em;
  vertical-align: top;
}
main#content table th:not(.text-align-center):not(.text-align-right) ,
main#content table td:not(.text-align-center):not(.text-align-right) {
  /*text-align: left;*/
}
main#content table td.th ,
main#content table th {
  background: rgba(255,255,255,0.3);
}
main#content table.cell-padding-zero th ,
main#content table.cell-padding-zero td {
  padding: 0 !important;
}
main#content table.cell-border-none th ,
main#content table.cell-border-none td {
  border: none;
}
@media all and (max-width: 600px) {
  main#content table.sp-block-table ,
  main#content table.sp-block-table tr ,
  main#content table.sp-block-table th ,
  main#content table.sp-block-table td {
    display: block;
  }
}

/* Fields */
div.field_date_wrapper {
  margin-top: -2em;
  text-align: right;
}

/* Press Page */
main#content table#press_table th {
  white-space: nowrap;
  text-align: left;
}
@media all and (max-width: 600px) {
  main#content table#press_table th {
    white-space: normal;
  }
}
main#content table#press_table2 p ,
main#content table#press_table2 img {
  margin: 0;
}

/* Interview Page */
main#content div#interview_thumb {
  float: left;
  width: 38%;
  margin-right: 2%;
  padding-bottom: 0.5em;
}
main#content div#interview_thumb img {
  /*margin: 0 0.5em 0.5em 0.5em;*/
  margin: 0;
}
main#content div.field_interview_thumb_note_wrapper {
  text-align: center;
  background: rgba(255,255,255,0.3);
  font-size: 12px;
}
main#content .field_interview_name_wrapper {
  display: inline;
}
main#content h3#interview_name {
  margin-top: 0;
  width: 60%;
  float: right;
  clear: none;
}
main#content h3#interview_name * {
  /*display: inline;*/
}


@media all and (max-width: 950px) {
  main#content table.sp-block-table#entry-page-links ,
  main#content table.sp-block-table#entry-page-links tr ,
  main#content table.sp-block-table#entry-page-links th ,
  main#content table.sp-block-table#entry-page-links td {
    display: block;
  }
}

/* Form */
.actions {
  text-align: center;
  padding: 1em 0;
}
.actions input {
  margin: 0 0.5em;
}

/* FAX Form */
form#entry-fax-download-form {
  border: 2px solid #c0392b;
  background: rgb(255,255,255,0.3);
}
form#entry-fax-download-form label {
  display: inline-block;
}