/* Version 2025-11-24 */
/* No max-width in main wrapper. */
/* Rolf Johansson, rolf.johansson@chalmers.se */
/* Removed hiding of reset button */
/* Hugo Landgren, hugo.landgren@chalmers.se*/

/* .reset_course_content_button {
    display: none;
} */

#wrapper {
	max-width: none;
}

/* Start code for threaded dicussions */
.discussion-entries .entry {  
	margin-left: 1px; padding-left: 7px; border-left: solid #006C5C 16px 
}
.discussion-entries .entry .entry-content {
	padding-left:0px !important;
}
.replies { 
	padding-left: 7px; border-left: solid #207e70 16px; 
}
.replies .entry {
	 padding-left: 0px; 
}
.replies .replies {
	border-left-color: #61a59b
}
.replies .replies .replies {
	border-left-color: #87bab3
}
/* End code for threaded discussions */

/* Group Tool Self Signup message in public group signup */
div.c-self-signup-locked-text {
	border: 1px dashed darkred;
    padding: 4px 8px 4px 8px;
    margin: 0 16px 0 0;
}

@media print { a:link:after, a:visited:after { content: none; }}
