div.page-preyouchien .voice div.contents {
  margin-bottom: 1em;
  border: none;
}

.voice .v-time {
  font-weight: normal;
  font-size: 0.9em;
  margin-bottom: 0.5em;
  color: #797979;
}

.voice .title-1 {
  position: relative;
  color: #ff3994;
  font-size: 1.1em;
  font-weight: bold;
  line-height: 1.25;
  padding-left: 0;
  border-bottom: 2px dotted #ccc;
  padding-bottom: 0.4em;
  margin-bottom: 1em;
}

.voice .title-1:before {
  display: none !important;
}

.voice .title-1 a {
  color: #ff3994;
  font-size: 1.1em;
  font-weight: bold;
  line-height: 1.25;
  text-decoration: none;
}

.voice .title-1 a:hover {
  color: #3399ff;
}

.voice .title-2 {
  position: static;
  color: #333333;
  font-size: 1.3em;
  font-weight: bold;
  line-height: 1.25;
  padding-left: 0;
  border-bottom: 2px dotted #ccc;
  padding-bottom: 0.4em;
  margin-bottom: 1em;
}

.voice .title-3 {
  position: relative;
  font-size: 1.1em;
  font-weight: bold;
  line-height: 1.25;
  border-bottom: 2px dotted #ccc;
  padding-left: 1.5em;
  padding-bottom: 0.2em;
  margin-bottom: 1em;
}

.voice .title-3:before {
  content: '';
  position: absolute;
  top: 0.2em;
  left: 0;
  display: block;
  width: 1em;
  height: 1em;
  border-radius: 3px;
  background-color: #bdeb4e;
}

.voice .contents p a {
  color: #333333;
  text-decoration: none;
}

.voice .contents p a:hover {
  color: #3399ff;
}

#voice-detail .inbox ul {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-wrap: wrap;
}

#voice-detail .inbox li {
  width: 100%;
  padding: 1em;
  border: 1px solid #bdeb4e;
  border-radius: 0.4em;
  margin-bottom: 20px;
  list-style-type: none;
}

@media only screen and (min-width: 735px) {
  #voice-detail .inbox ul {
    justify-content: space-between;
    flex-direction: column;
  }
  #voice-detail .inbox li {
    /* width:48%; */
    /* margin-bottom: 50px; */
    width: 100%;
    margin-bottom: 20px;
  }
}

#voice-detail .inbox li img {
  width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  font-size: 1em;
}

.voice-end {
  padding: 1em;
  border: 1px solid #bdeb4e;
  border-radius: 0.4em;
}
