/* line 1, /usr/share/nginx/e-consultation/app/assets/stylesheets/layouts/service_description.scss */
.description p {
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100%;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/* line 10, /usr/share/nginx/e-consultation/app/assets/stylesheets/layouts/service_description.scss */
.author .author-avatar {
  padding-left: 0;
}
/* line 13, /usr/share/nginx/e-consultation/app/assets/stylesheets/layouts/service_description.scss */
.author .author-avatar img {
  height: 100px;
  width: 100px;
  border-radius: 50%;
}

/* line 22, /usr/share/nginx/e-consultation/app/assets/stylesheets/layouts/service_description.scss */
.shot-information .modules-icon {
  width: 24px;
}
/* line 25, /usr/share/nginx/e-consultation/app/assets/stylesheets/layouts/service_description.scss */
.shot-information .modules-icon path {
  fill: #cbcbcb;
}
/* line 30, /usr/share/nginx/e-consultation/app/assets/stylesheets/layouts/service_description.scss */
.shot-information .module-icons-container {
  width: 24px;
  height: 36px;
}
/* line 34, /usr/share/nginx/e-consultation/app/assets/stylesheets/layouts/service_description.scss */
.shot-information .module-icons-container .fa-eye {
  color: #a2a2a2;
}
/* line 39, /usr/share/nginx/e-consultation/app/assets/stylesheets/layouts/service_description.scss */
.shot-information polyline {
  stroke: #a2a2a2;
}

/* line 45, /usr/share/nginx/e-consultation/app/assets/stylesheets/layouts/service_description.scss */
#answer-scroller-button polyline {
  stroke: white;
}

/* line 56, /usr/share/nginx/e-consultation/app/assets/stylesheets/layouts/service_description.scss */
.fa-paperclip {
  transform: rotate(-45deg);
}
/* line 59, /usr/share/nginx/e-consultation/app/assets/stylesheets/layouts/service_description.scss */
.fa-paperclip path {
  fill: inherit;
}

/* line 64, /usr/share/nginx/e-consultation/app/assets/stylesheets/layouts/service_description.scss */
.file-download-link {
  line-height: 40px;
}
/* line 67, /usr/share/nginx/e-consultation/app/assets/stylesheets/layouts/service_description.scss */
.file-download-link .file-size {
  color: #cbcbcb;
}
