.program_title {
  font-size: 16px;
  font-weight: bold;
  /* color: #FFFFFF; */
  margin-top: 2px;
  padding-left: 23px;
}
.program_title a {
  /* color: #FFFFFF; */
  text-decoration: underline;
  font-weight: bold;
}
.article_title {
  font-size: 16px;
  font-weight: bold;
  font-style: italic;
  /* color: #FFFFFF; */
  margin-top: 6px;
  /*
  text-align: center;
  */
  text-align: left;
  padding-left: 23px;
}
.author_title {
  font-size: 12px;
  font-weight: bold;
  /* color: #FFFFFF; */
  margin-top: 6px;
  text-align: left;
  padding-left: 23px;
}
.TODO {
  color: red;
}

/* for the "horizontal", as larue calls it, button layout for when there's no transcript */
.button_grid a {
  width: 158px;
  float: left;
  height: 45px;
}
.button_grid .figure_numbering {
  width: auto;
  float: none;
  text-align: left;
  text-decoration: underline;
}

.button_grid .figure_caption {
  margin: auto;
}

.figure_numbering {
  width: 50px;
  float: left;
  text-align: right;
}
.figure_caption {
  margin-left: 53px;
}

/* grouping for figure 'sections' in the menu of slide buttons */
.figure_section {
  border: 1px solid #0B9EE0;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
  margin: 0px;
  padding: 0px;
  background-color: #D9E7F9;
}
.figure_section_caption {
  margin: 0px 0px 3px 0px;
  padding: 3px 7px 0px 7px;
  color: #112233;
  font-size: 13px;
}
.inner .figure_section_caption {
  padding: 3px 7px 0px 7px;
  background: #EFECE5;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
}
.white_bg {
  background-color: white;
}
.figure_section .white_bg {
  padding-top: 1px;
  margin: 0px;
  border: 1px solid white; /* avoids background bleed through in a way I don't feel good about */
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
}
.figure_section + .figure_section {
margin-top: 3px;
}

.in_text_section_head {
}
.reference_section {
  margin: 0;
}
/* scrolling for the video transcript, since it's all on one page (for now) */
.transcript .scrollbox {
  width:100%;
  height:400px;
  overflow:scroll;
}
.transcript .figure_identifier {
  margin: 12px 2px 2px 2px;
}
.transcript h2 {
  margin: 2px;
}
table.case_transcript th, table.case_transcript td {
  vertical-align: top;
}
table.case_transcript th {
  white-space: nowrap;
  text-align: left;
}
table.case_transcript td p {
  margin: 0px 0px 16px 0px;
}
.scrollable_case_transcript {
  height: 400px;
  overflow: scroll;
}

/* the next/prev buttons next to the figure are in divs within TDs */
.slide_nav_container {
  padding-top: 145px;
}

/* a different layout for complete references, experimental for severe FH, later it may or may persist */
.reference_list_entry {
  margin-left: 24px;
}
.reference_list_entry p {
  margin-top: 0px;
  margin-bottom: 0px;
}
.ref_num_placement {
  float: left;
}

.publication_identifier {
  margin-top: 12px;
  width: 100%;
  text-align: right;
}

/* david wanted a right margin for bullet lists */
.figure_text ul, .figure_text ol {
  margin-right: 15px;
}

/* fix some figure titles pushing too near the print button */
.right .print_link {
  margin-left: 12px;
}

.file_link {
  color: #FFFFFF;
  text-decoration: none;
  display: block;
  background-color: #B2B2B2;
}

#wide_nav_and_control_wrapper #jp_container_1 {
  margin: 0px auto;
}

.slide_layout_control {
  padding: 0px; /* overwrite skin style, too much of this is going on */
}
.no_player_placeholder {
  width: 422px; /* to line up the borders */
}
div.jp-audio {
  width: 422px;
}

div#autoplay_positioner {
  position: absolute;
  top: 10px;
  left: 105px;
  font-size: 0.64em;
  font-style: oblique;
}
iframe.vimeo {
  display: block;
}
/* minor over rights of cleanskin */
.slide .webPlayer {
  margin-bottom: 0px;
}
.slide {
  margin: 0px auto;
}

/*** CARD STUFF NOT TESTED WITH CLEANSKIN ***/
/** "video card" for showing instructions when a video is done **/
.jp-card {
  background-color: #D9E7F9;
  font-size: 12px;
  line-height: 17px;
}
.jp-card .slide_link, .jp-card .resource_link {
  display: inline-block;
  min-width: 87px;
}

.speaker_overview_img {
  margin-right: 8px;
}

table.faculty_info td {
  vertical-align: top;
}

/******** messaging **********/
.error {
  color: red;
}
.message {
  color: green;
}
