/*	DOCUMENT INFORMATION
		Document: 		du.grades.css
		Version:		0.0.2
		Created: 		06/18/18
		Author:			Emily Leffler Schulman
		Description:	Mark-up that is specific to the Grades experience of UMUC Digital University
		
	COLORS
		default text	dark gray	rgba( 60, 60, 67, 1 )
		links			teal		rgba( 0, 62, 106, 1 )
		other			red			rgba( 163, 6, 6, 1 )
		other			yellow		rgba( 253, 191, 56, 1 )
		
	FONTS
		default text	'Open Sans', Arial, sans-serif;		
		headlines		'Roboto', Tahoma, sans-serif;
*/

.du-grades .du-tool-tip-text {
	right: -5.5rem;
}

.du-grades-total-text-title .du-tool-tip:before {
	font-size: 0.9375rem;
	position: relative;
    top: -0.125rem;
}

@media screen and (min-width: 601px) {
	.du-grades .du-tool-tip-text {
	    right: auto;
		left: -1.5rem;
	}
}

@media screen and (min-width: 801px) {
	.du-grades .du-tool-tip-text {
		right: -5.5rem;
		left: auto;
	}

}

@media screen and (min-width: 960px) {
	.du-grades .du-tool-tip-text:before {
	    right: 5.5rem;
		left: auto;
	}
	
	.du-grades .du-tool-tip-text {
	    max-width: 24rem;
	    right: -5.5rem;
	    left: auto;
   	}
}