/*********************************************************************************
* New Submit Participant Activity Summary
*********************************************************************************/
.week-mobile-section {
	display: none;
}

.week-desktop-section {
	display: block;
	margin-top: -30px;
}

.week-question-flex {
	margin-left: 22%;
	position: absolute;
	top: 0;
	width: 100%
}

.week-questions {
	width: 84%;
}

.message-left {
	float: left;
	width: auto%;
	margin-right: 5px;
}

.question-week {
	float: left;
	margin-right: 2%;
	margin-left: 2%;
	width: 28%;
}

.answer-week {
	float: left;
	margin-right: 2%;
	margin-left: 3%;
	width: 30%;
}

	
/*********************************************************************************
* Mobile
*********************************************************************************/
@media screen and (max-width: 767px) {
	.day-of-weeks {
		display: flex;
	}
	.week-title {
		margin-right: 12px;
	}
	.week-mobile-section {
		display: block;
	}
	.week-desktop-section {
		display: none;
	}
	.message-left {
		margin-right: 0;
		float: none;
		width: auto;
	}
	.week-question-flex {
		margin-left: 0;
		position: inherit;
		width: auto;
	}
	.question-week {
		width: 96%;
		margin-top: 6px;
		margin-bottom: 6px;
	}
	.answer-week {
		width: 96%;
	}
	
}

/*********************************************************************************
* Tablet
*********************************************************************************/
@media screen and (min-width:768px) and (max-width: 1023px) {
	.week-question-flex {
		margin-left: 30%;
	}
	.week-absence {
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
}
