/* Colours
------------------------- */
/* config
------------------------- */
/* typography
------------------------- */
/* Settings - Media
------------------------- */
/* Settings - Utils
------------------------- */
/* Tools - Colours

------------------------- */
/* Tools - Media
------------------------- */
/* Tools - Typography
------------------------- */
/* Tools - Config
------------------------- */
/* question-view
------------------------- */
.question-view {
  clear: both;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  border-radius: 5px;
  overflow: hidden;
  margin: 10px 0;
  /* 
  @media only screen and (min-width:1024px) {
      &__answers-container {
          margin-left: 10%;
      }
  }*/
  /*  &__question-text {
      width: 250px;
  }*/
}
.question-view__card-header {
  background: #f4f4f4;
  padding: 10px 5px 5px 5px;
}
.question-view__id-label {
  display: none;
}
.question-view__answers-wrapper {
  padding: 10px;
}
.question-view__answers-container {
  clear: both;
}