/* Styling to position ASU links in the top right */
div#custom-asu-header-links {
    position: absolute;
    padding: 0px 5px;
    right: 0px;
    z-index: 11;
}
/* Underline ASU links */
div#custom-asu-header-links a {
    text-decoration: underline;
}
/* Default font to roboto */
html {
	font-family: "roboto", sans-serif;
}
/* Fix Chrome margin issue on Apps (MediaAMP) embed 6-21-18 - May be fixed by Instructure 8-23-18 */
#external_tool_button_form {
	margin: 0 0 0;
}
/* Hide harmful things 
, table.coursesettings #course_course_code, table.coursesettings label[for='course_course_code'] */
#right-side > div > .reset_course_content_button, .copy_course_link, select#course_course_visibility option[value=public], button[aria-label='Create new course'], #right-side > div > a.Button[href$="event=delete"], #right-side > div > a.Button[href$="event=conclude"] {
	display: none;
}
/* Hide cross-list button */
a.crosslist_link, #start_new_course {
    display: none !important;
}
/* Threaded Discussions */
.replies {
	padding-left: 0px;
	border-left: solid #f2f2f2 16px;
}

.discussion-read-state-btn {
	top: 32px;
	left: -25px !important;
}

div.entry-content {
	padding-left: 0px !important;
}
/* End Threaded Discussions */