@charset "utf-8";
/* CSS Document */

#review_page {
  margin-top: 6px;
}

#review_page .header {
  font-size: 24px;
  text-align: center;
  margin: 2px auto 2px auto;
}

#review_page .header_by {
  font-size: 18px;
  text-align:center;
  margin: 1px auto 4px auto;
}

#review_page .primary_album_image {
  float: left;
  margin-right: 6px;
  margin-bottom: 4px;
  width: 247px;
  border: 1px solid gray;
}

#review_page .album_name {
  font-weight: bold;
}

#review_page .artist_name {}
#review_page .album_year {}
#review_page .runtime {}

#review_page .review_text {
  margin-top: 20px;
  line-height: 1.37;
}

#review_page .link_box {
  clear: left;
  float: left; 
  text-align: center;
  width: 247px;
  padding: 0 4px 0 4px;
  margin-right: 6px;
  box-sizing: border-box;
}

#review_page .link_box a {
  margin-top: 6px;
  margin-bottom: 4px;
}

#review_page .artist_website_link,
#review_page .artist_page,
#review_page .review_links {
  display: block;
}

#review_page .review_links .title {
  font-weight: bold;
  margin-top: 16px;
}

#review_page .review_links .external_review_link {
  display: block;
}

#review_page .review_links .amz_ref {
  font-size: 10px;
}

#review_page .affiliate_disclaimer {
  margin: 10px;
  font-size: 11px;
}

#review_page .reviewer {
  margin-top: 15px;
}

#review_page .reviewed_by {
  margin: 20px 0 20px 0;
}

#review_page .bottom_links {
  display: none;
}

#review_page .tags, #review_page .other_artists {
  border-top: 1px solid gray;
  border-bottom: 0px solid gray;
  padding: 4px 0 4px 0;
  margin: 14px 0 10px 0;
  clear: both;
}

#review_page .tags a, #review_page .other_artists a {
  display: inline-block;
  border: 1px solid blue;
  border-radius: 3px;
  padding: 4px;
  text-decoration: none;
  margin: 3px 4px 0 0;
}

#review_page .tags a:hover, #review_page .other_artists a:hover {
  color: white;
  background: green;
}

#review_page .tags .tag_title, #review_page .other_artists .other_artists_title {
  vertical-align: middle;
  display: inline-block;
  margin-right: 4px;
}

@media all and (max-width:699px) {
  #review_page .tags .tag_title, #review_page .other_artists .other_artists_title {
    display: block;
    text-align: center;
  }
  
  #review_page .tags, #review_page .other_artists {
    text-align: center;
  }
}

#review_page #other_albums {
  margin-top: 14px;
  border-top: 1px solid gray;
  clear:both;
}

#review_page #other_albums .section_header {
  padding: 4px;
  margin-bottom: 3px;
  text-align: center;
  background: black;
  color: white;
}

@media all and (max-width:699px) {
  #review_page .primary_album_image {
    float: none;
    margin: 0 auto 14px auto;
    width: 247px;
    display: block;
  }
  
  #review_page .link_box {
    float: none;
    width: 100%;
    margin-bottom: 18px;
  }
  
  #review_page .review_links {
    display: none;
  }
  
  #review_page .bottom_links {
    display: block;
  }
  
  #review_page .bottom_links .artist_website_link,
  #review_page .bottom_links .artist_page {
    display: none;
  }
  
  #review_page .bottom_links .review_links {
    display: block;
    width: 100%;
    text-align: center;
  }
  
  #review_page .bottom_links .external_review_link, .bottom_links .title {
    margin-bottom: 4px;
  }
}


#review_home_page .search_box {
  margin: auto;
  text-align: center;
}

#review_home_page #search_results {
  margin-top: 16px;
}

#review_home_page .searched_for {
  margin: 8px 0 4px 0;
}