@media screen and (max-width: 1124px) {
	.flex-c {
	    display: contents !important;
	    flex-direction: column;
	}

	.dec20-top .dec20-next-lesson {
	    place-items: center !important;
	}

	.dec20-top .dec20-next-lesson .dec20-item:not(:last-of-type) {
	     margin-right: 0 !important;
	}

	.dec20-header > h6:last-child {
		display: block !important;
	}

	.dec20-bottom {
		overflow: scroll;
	}

	.dec20-student {
		flex-direction: inherit !important;
	}

	.dec20-details {
		width: 200% !important;
	}

	.dec20-details .dec20-name {
		width: -webkit-fill-available !important;
	}

	.dec20-details .dec20-package {
		width: -webkit-fill-available !important;
	}

	.dec20-actions {
		flex-direction: column !important;
	}

	.dec20-bottom .dec20-students .dec20-student .dec20-action {
		margin-right: 0px !important;
	}

	.nav-row {
	    /*min-width: 970px !important;*/
	}

	.menu-item-space-t {
		margin-right: 150px !important;
	}

	.menu-item-space-s {
		margin-right: 150px !important;
	}
}

@media screen and (max-width: 992px) {
	.flex-c {
	    display: contents !important;
	    flex-direction: column;
	}

	.dec20-top .dec20-next-lesson {
	    place-items: center !important;
	}

	.dec20-top .dec20-next-lesson .dec20-item:not(:last-of-type) {
	     margin-right: 0 !important;
	}

	.dec20-header > h6:last-child {
		display: block !important;
	}

	.dec20-bottom {
		overflow: scroll;
	}

	.dec20-student {
		flex-direction: inherit !important;
	}

	.dec20-details {
		width: 200% !important;
	}

	.dec20-details .dec20-name {
		width: -webkit-fill-available !important;
	}

	.dec20-details .dec20-package {
		width: -webkit-fill-available !important;
	}

	.dec20-actions {
		flex-direction: column !important;
	}

	.dec20-bottom .dec20-students .dec20-student .dec20-action {
		margin-right: 0px !important;
	}

	.menu-item-space-s {
		margin-right: 0px !important;
	}

	.menu-item-space-t {
		margin-right: 0px !important;
	}
}
@media screen and (max-width: 800px) {
	.flex-c {
	    display: contents !important;
	    flex-direction: column;
	}

	.mn_flex-c_h{
		display: block!important;
	}

	.dec20-top .dec20-next-lesson {
	    place-items: center !important;
	}

	.dec20-top .dec20-next-lesson .dec20-item:not(:last-of-type) {
	     margin-right: 0 !important;
	}

	.dec20-header > h6:last-child {
		display: block !important;
	}

	.dec20-bottom {
		overflow: scroll;
	}

	.dec20-student {
		flex-direction: inherit !important;
	}

	.dec20-details {
		width: 200% !important;
	}

	.dec20-details .dec20-name {
		width: -webkit-fill-available !important;
	}

	.dec20-details .dec20-package {
		width: -webkit-fill-available !important;
	}

	.dec20-actions {
		flex-direction: column !important;
	}

	.dec20-bottom .dec20-students .dec20-actions {
		position: relative;
    	right: -30px;
	}

	.dec20-bottom .dec20-students .dec20-student .dec20-action {
		margin-right: 0px !important;
	}

	.nav-row {
	    min-width: 0px !important;
	}

	
}
