/*! testy.operator-osz.pl | For Mobile Devices | Mateusz "michno" Michnowicz | mateusz.michnowicz@gmail.com !*/
@media (max-width: 992px) {
  .header .list-group {
    flex-direction: column; }
    .header .list-group-item {
      border: 0;
      padding: 0.5rem; } }

@media (max-width: 992px) {
  .exam-question .btn-group {
    flex-direction: column; }
    .exam-question .btn-group button, .exam-question .btn-group a {
      margin: 0.25rem 0;
      padding: 0.5rem; }
  .exam-join .btn {
    width: 100%;
    text-align: center; }
    .exam-join .btn span {
      width: 100%; } }

@media (max-width: 992px) {
  .quiz-question .btn-group {
    flex-direction: column; }
    .quiz-question .btn-group button, .quiz-question .btn-group a {
      margin: 0.25rem 0;
      padding: 0.5rem; }
  .quiz-join .btn {
    width: 100%;
    text-align: center; }
    .quiz-join .btn span {
      width: 100%; } }
