/*
 * STANDARD COLUMN LAYOUT WIDTHS
 */
#center_column h1:not( :first-child ),
#center_column h2:not( :first-child ),
#center_column h3:not( :first-child ),
#center_column h4:not( :first-child ),
#center_column h5:not( :first-child ),
#center_column h6:not( :first-child ) {
  margin-top: 44px;
}
.psny_composer_profile_page #left_column #psny_composer_links {
  list-style: none;
  margin: 0;
  margin-bottom: 22px;
}
.psny_composer_profile_page #left_column #psny_composer_links > li {
  box-sizing: border-box;
}
.psny_composer_profile_page #left_column #psny_composer_links > li.current > a,
.psny_composer_profile_page #left_column #psny_composer_links > li.current:hover > a {
  color: #464646;
  background-color: white;
  font-weight: bold;
  text-shadow: none;
}
.psny_composer_profile_page #left_column #psny_composer_links > li > a {
  font-weight: bold;
  padding: 5.5px;
  display: block;
}
.psny_composer_profile_page #left_column #psny_composer_links > li > a:hover {
  text-decoration: none;
  background: rgba(255, 255, 255, 0.2);
  text-shadow: none;
}
.psny_composer_profile_page #left_column #psny_composer_links > li #work_categories_side_nav {
  list-style: none;
  margin: 0;
}
.psny_composer_profile_page #left_column #psny_composer_links > li #work_categories_side_nav > li {
  padding-left: 1em;
}
.psny_composer_profile_page #left_column #psny_composer_links > li #work_categories_side_nav > li.current > a,
.psny_composer_profile_page #left_column #psny_composer_links > li #work_categories_side_nav > li.current:hover > a {
  text-decoration: underline;
}
.psny_composer_profile_page #left_column #psny_composer_links > li #work_categories_side_nav > li > a {
  display: block;
  padding: 5.5px;
  font-weight: normal;
}
.psny_composer_profile_page #left_column #psny_composer_links > li #work_categories_side_nav > li > a:hover {
  text-decoration: underline;
}
.psny_composer_profile_page #center_column .work_list {
  list-style: none;
  margin: 0;
  zoom: 1;
}
.psny_composer_profile_page #center_column .work_list:before,
.psny_composer_profile_page #center_column .work_list:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}
.psny_composer_profile_page #center_column .work_list:after {
  clear: both;
}
.psny_composer_profile_page #center_column .work_list > li {
  margin-top: 11px;
}
.psny_composer_profile_page #center_column #abbreviated_biography {
  margin-top: 22px;
}
.psny_composer_profile_page #center_column #full_biography {
  display: none;
  margin-top: 22px;
}
.psny_composer_profile_page #center_column #psny_composer_events {
  width: 100%;
}
.psny_composer_profile_page #center_column #psny_composer_events td {
  padding: 0 22px 22px 0;
}
.psny_composer_profile_page #center_column #psny_composer_events td.date {
  width: 15%;
}
.psny_composer_profile_page #center_column #psny_composer_events td.works {
  width: 25%;
}
.psny_composer_profile_page #center_column #psny_composer_events td.details {
  width: 25%;
}
/*WORK DETAIL PAGE*/
.psnywork_detail_page {
  zoom: 1;
}
.psnywork_detail_page:before,
.psnywork_detail_page:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}
.psnywork_detail_page:after {
  clear: both;
}
.psnywork_detail_page #left_column #score_image_preview_container {
  margin-top: 22px;
}
.psnywork_detail_page #left_column #score_image_preview_container .score_preview_image {
  padding-right: 1px;
}
.psnywork_detail_page #left_column #score_image_preview_container .score_preview_image > img {
  max-height: 79px;
  max-width: 79px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
}
.psnywork_detail_page #left_column #score_image_preview_container .score_preview_image > img:hover {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.9);
}
.psnywork_detail_page #center_column #psny_work_title,
.psnywork_detail_page #center_column #psny_work_subtitle,
.psnywork_detail_page #center_column #psny_work_title_translated {
  margin-top: 0;
  line-height: 1em;
}
.psnywork_detail_page #center_column #work_details {
  margin-top: 22px;
}
.psnywork_detail_page #center_column #work_details th,
.psnywork_detail_page #center_column #work_details td {
  padding: 5.5px;
}
.psnywork_detail_page #center_column #work_details th {
  text-align: right;
}
/* COMPOSER LIST PAGE */
#composer_list_container {
  margin-top: 22px;
}
#composer_list_container .third_column {
  width: 33.3%;
  float: left;
}
#composer_list_container .third_column h1:not(:first-child),
#composer_list_container .third_column h2:not(:first-child),
#composer_list_container .third_column h3:not(:first-child),
#composer_list_container .third_column h4:not(:first-child),
#composer_list_container .third_column h5:not(:first-child),
#composer_list_container .third_column h6:not(:first-child) {
  margin-top: 22px;
}
#composer_list_container .third_column .composer_list_name {
  margin-bottom: 5.5px;
}
#related_works_container {
  margin-top: 44px;
  text-align: center;
}
#related_works_container ul {
  list-style: none;
  margin: 0;
}
ul#work_categories > li > ul {
  zoom: 1;
  display: none;
  padding-bottom: 22px;
  border-top: 1px solid #d2d2d2;
}
ul#work_categories > li > ul:before,
ul#work_categories > li > ul:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}
ul#work_categories > li > ul:after {
  clear: both;
}
ul#work_categories > li > ul > li {
  padding-left: 11px;
}
#help_choose_data h5 {
  color: #464646;
  text-shadow: none;
}
