#movieReviewIndex h5 {
  margin-bottom: 0;
}
#movieReviewIndex h5 small {
  color: #ff0000;
  font-style: normal;
  font-weight: normal;
}

#movieReviewShow table tr th {
  color: #8f8f8f;
}
#movieReviewShow table tr td {
  color: #f1f1f1;
}
#movieReviewShow #movieReviewList h5 {
  margin-bottom: 0;
}
#movieReviewShow #movieReviewList h5 small {
  color: #ff0000;
  font-style: normal;
  font-weight: normal;
}

#movieReviewList {
  padding: 0;
}
#movieReviewList table tr td a {
  display: inherit;
  text-decoration: none;
}
#movieReviewList table tr td a:hover, #movieReviewList table tr td a:focus {
  text-decoration: underline;
}
#movieReviewList table tr td a img {
  clip-path: inset(6px 0 5px 0);
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
  width: 100%;
}
#movieReviewList table tr td .movie-title {
  color: #7ee14e;
}
#movieReviewList dl {
  margin-bottom: 5px;
}
#movieReviewList dl dt {
  margin-bottom: 2px;
}
#movieReviewList dl dt var {
  display: inline-block;
  padding-left: 0;
}
#movieReviewList dl dt sub {
  font-size: 15px;
  font-weight: 500;
  margin-right: 5px;
}
#movieReviewList dl dt span {
  font-weight: 500;
  vertical-align: bottom;
}
#movieReviewList dl dd {
  margin: 0;
}
#movieReviewList dl dd p {
  overflow: hidden;
  word-break: break-word;
  margin: 0;
}
#movieReviewList dl dd ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
#movieReviewList dl dd ul li {
  display: inline-block;
  margin: 0 10px 0 0;
}
#movieReviewList dl dd ul li:first-child {
  margin: 0;
}
#movieReviewList dl dd ul li button em {
  font-style: normal;
}
#movieReviewList .dropdown .dropdown-toggle {
  padding: 0;
  text-decoration: none;
}
#movieReviewList .dropdown .dropdown-toggle:hover, #movieReviewList .dropdown .dropdown-toggle:focus {
  text-decoration: underline;
}
#movieReviewList .dropdown .dropdown-menu {
  min-width: auto;
  margin-left: 20px;
  border-radius: 1px;
  border-color: #cfcfcf #999 #666 #999;
  border-width: 1px 1px 1px 1px;
  border-style: solid;
  box-shadow: 2px 0 2px rgba(0, 0, 0, 0.1), 0 4px 4px rgba(0, 0, 0, 0.2), -2px 2px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 2px 0 2px rgba(0, 0, 0, 0.1), 0 4px 4px rgba(0, 0, 0, 0.2), -2px 2px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 2px 0 2px rgba(0, 0, 0, 0.1), 0 4px 4px rgba(0, 0, 0, 0.2), -2px 2px 2px rgba(0, 0, 0, 0.1);
}
#movieReviewList .dropdown .dropdown-menu .dropdown-item {
  line-height: initial;
  padding: 0.4rem 1.2rem;
  cursor: pointer;
}
#movieReviewList .dropdown .dropdown-menu .dropdown-item:hover, #movieReviewList .dropdown .dropdown-menu .dropdown-item:focus, #movieReviewList .dropdown .dropdown-menu .dropdown-item:active {
  background: #eaeaea;
  color: #000;
}

#movieReviewWriteModal #rateYo dt h4 {
  font-weight: bold;
  color: #f1f1f1;
  text-align: center;
  padding: 5px 0;
}
#movieReviewWriteModal #rateYo dd #reviewRate {
  margin: 0;
  padding: 0;
}
#movieReviewWriteModal #rateYo dd #reviewValue {
  font-size: 17px;
  font-weight: bold;
  color: #f1f1f1;
}