.defi-title {
  padding-top: 20px;
}
.defi-title-line {
  height: 0px;
}
.defi-comment-btn {
  position: absolute;
  bottom: 10px;
  right: 0px;
}

.defi-margin {
  margin-left: 100px;
  margin-right: 100px;
}
.defi-icon {
  height: 40px;
  width: 40px;
}
.defi-left {
	position: relative;
	padding: 20px;
}
.permanent-choice-right {
  border: 1px solid #AEAEAE;
  border-left: none;
  padding: 10px;
}
.questionsset {
  padding: 5px;
}
.answer {
  white-space: pre-line;
  word-break: break-word;
  resize: vertical;
}
.answer-table {
  width: 100%;
}
.answer-user-cell {
  vertical-align: top;
  width: 100px;
}
.answer-user-right-content {
  margin-bottom: 10px;
  padding: 10px;
}
.answer-user-right-date {
  margin-bottom: 4px;
}
.answer-user-right-name {
  margin-bottom: 6px;
}
.comment {
  white-space: pre-line;
  word-break: break-word;
}
.comment-user-right-content {
  margin-bottom: 5px;
  padding: 5px;
}
.comment-user-right-date {
  margin-bottom: 2px;
}
.comment-user-right-name {
  margin-bottom: 4px;
}




.defi-container {
  position: absolute;
  top: 85px;
  left: 0px;
  right: 0px;
  bottom: 60px;
}
.defi-container-lighter {
  position: absolute;
  top: 0px;
  left: 50%;
  right: 0px;
  bottom: 0px;
}
.defi-container-white {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 50%;
  bottom: 0px;
  overflow-y: scroll;
}
.defi-answer {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;

}
.defi-answer-container {
  position: absolute;
  top: 80px;
  left: 20px;
  right: 40px;
  bottom: 80px;

}
.defi-answer-container-chars {
  position: absolute;
  left: 10px;
  right: 40px;
  bottom: -25px;
}

@media only screen and (max-width: 800px) {
  .defi-container {
    position: absolute;
    top: 85px;
    left: 0px;
    right: 0px;
    bottom: 60px;
    overflow-y: scroll;
  }
  .defi-container-lighter {
    position: unset;
    top: unset;
    left: unset;
    right: unset;
    bottom: unset;
  }
  .defi-container-white {
    position: unset;
    top: unset;
    left: unset;
    right: unset;
    bottom: unset;set;
  }
  .defi-answer {
    position: unset;
    margin-right: 20px;
    top: unset;
    left: unset;
    right: unset;
    bottom: unset;

  }
  .defi-answer-container {
    position: unset;
    padding: 20px;
    padding-right: 36px;
    padding-top: 0px;
    top: unset;
    left: unset;
    right: unset;
    bottom: unset;

  }
  .defi-answer-container-chars {
    position: unset;
    padding: 10px;
    top: unset;
    left: unset;
    right: unset;
    bottom: unset;
  }
}

@media only screen and (min-width: 800px) {
  .defi-container {
    position: absolute;
    top: 85px;
    left: 0px;
    right: 0px;
    bottom: 60px;
  }
  .defi-container-lighter {
    position: absolute;
    top: 0px;
    left: 50%;
    right: 0px;
    bottom: 0px;
  }
  .defi-container-white {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 50%;
    bottom: 0px;
    overflow-y: scroll;
  }
  .defi-answer {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;

  }
  .defi-answer-container {
    position: absolute;
    top: 80px;
    left: 20px;
    right: 40px;
    bottom: 80px;

  }
  .answer {
    resize: inherit;
  }
}




@media only screen and (max-width: 600px) {
  .defi-margin {
    margin-left: 0px;
    margin-right: 0px;
  }
}

@media only screen and (min-width: 600px) and (max-width: 800px) {
  .defi-margin {
    margin-left: 40px;
    margin-right: 40px;
  }
}
@media only screen and (min-width: 800px) and (max-width: 1000px) {
  .defi-margin {
    margin-left: 80px;
    margin-right: 80px;
  }
}
@media only screen and (min-width: 1000px) {
  .defi-margin {
    margin-left: 100px;
    margin-right: 100px;
  }
}

