/* Hero Card */
.appIconHero {
  float: left;
  height: 65px;
  width: 65px;
}
.appTitleHero {
  min-height: 65px;
  margin-left: 79px;
}

/* Screenshots Card */
.screenshotsCard {
  height: 600px;
}
.screenshotCardInner {
  height: 548px;
}
.screenshotTitle {
  padding: 0 0 15px 0;
}
.screenshotContainer {
  height: 100%;
  width: 100%;
  text-align: center;
}
.screenshotContainerImg {
  max-height: 100% !important;
  max-width: 100% !important;
}

/* Other Apps Card */
.other-apps-line {
    padding: 10px 10px 10px 10px;
    border-radius: 0;
    border-left: none;
    border-right: none;
    border-bottom: none;
    border-top: 1px solid #e0e0e0;
}
.other-apps-line img {
    height: 75px;
}
.other-apps-line div {
    margin-left: 10px;
}
.otherAppsContent {
  padding: 0px !important;
}
.otherAppsTitle {
  padding: 24px 24px 15px;
}
.otherAppByDevTitle {
  font-size: 16px;
}

/* About Card */
#about_card {
    position: relative;
    padding: 15px 32px 15px 32px;
    color: #212121;
    background-color: #fff;
    border-radius: 3px;
}
#about_card.tab {
    margin-top: 10px;
    margin-bottom: 10px;
}
#about_card .title {
    font-size: 16px;
    color: #f59714;
}
#about_card .content {
    font-size: 14px;
    padding: 5px 20px 5px 20px;
}

/* Reviews Card */
.reviewsContent {
  padding: 0px !important;
}
.reviewsList {
  margin-top: 0px;
}
.reviewDetails {
  margin-right: 24px !important;
}

/* Description Card */
#overviewText {
  word-break: break-word;
  hyphens: auto;
}
.buildDetails {
  margin-right: 5px;
}
.buildSize {
  white-space: nowrap;
}
.buildDownloadBtn {
  background-color: #ff9800 !important;
  margin-top: 10px;
}

/* Styling for Build Type Chips */
.buildStable {
  background-color: #4CAF50 !important;
  color: #ffffff;
}
.buildBeta {
  background-color: #2196F3 !important;
  color: #ffffff;
}

.buildAlpha {
  background-color: #F44336 !important;
  color: #ffffff;
}

/* XDA Details Card */
#xda_thread_try_again {
  cursor: pointer;
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}

/* Extras */
.hide {
    visibility: hidden;
}
.title i {
    position: relative;
    left: -10px;
}
.chip a {
    color: #333333;
}
