.category_container{
  margin-left:10%!important;
  margin-right:10%!important;
  margin-top:2%!important;
}
.category_heading{
  left:0px;
  display:inline;
}
.category_path{
  float:right;
  left:99%;
  display:inline;
  color:grey;
}
.after_header_differentiator{
  margin-top:5%;
}
.aside_inside_list_heading{
  background: #8ed6e5;
  color: #ffffff;
  padding-top: 1%;
  padding-bottom: 1%;
  border-radius:10px 10px 0px 0px;
  text-align: center;
}
.quiz_row{
  margin-left:2%!important;
}
.quiz_list_differentiator {
  margin-top: 16.3px;
  margin-bottom: 16.3px;
  border: 0;
  border-top: 1px solid #eee;
  /* margin-left:-2%; */
}
.aside_inside_list_differentiator {
  margin-top: 8.3px;
  margin-bottom: 8.3px;
  border: 0;
  border-top: 1px solid #eee;
}
.aside_inside_name_in_list{
  margin-left:5%;
  text-decoration: none;
  color:#2f2f2f;
}

.category_box_left{
  padding:15% 25% 30% 5%;
  border:1px solid #8ed6e5;
  height: 100px;
  border-radius: 10px;
  cursor: pointer;
  box-shadow: 0px 6px 6px 4px rgb(57 57 57 / 18%);
}

.category_box_left:hover{
  background: #8ed6e5;
  color: #ffffff;
}

.category_box_right{
  padding:15% 25% 30% 5%;
  border:1px solid #8ed6e5;
  height: 100px;
  border-radius: 10px;
  cursor: pointer;
  box-shadow: 0px 6px 6px 4px rgb(57 57 57 / 18%);
}
.category_box_right:hover{
  background: #8ed6e5;
  color: #ffffff;
}

.quiz_title{
  font-size:18px;
}
.quiz_date{
  font-size:13px;
}
@media screen and (max-width: 800px) {
  .quiz_title{
    font-size:16px;
  }
  .quiz_date{
    font-size:11px;
  }

  .category_box_right{
    margin-top:20px;
  }
  aside{
    margin-top:20px;
  }
  .category_article_name{
    font-size: 14px;
  }
}
