td{
	border-style: hidden;
	border-width: 0px;	
}

ic-Layout-contentMain, td{
	border-style: hidden;	
	border-width: 0px;
}

ic-Layout-contentMain td{
	border-style: hidden;
	border-width: 0px;
}

[data-testid="show-my-grades-button"] {
    display: none !important;
}

.Sidebar__TodoListContainer{
    display:none;
}

/* --- LOG IN SCREEN --- */

#login_form{
	display:flex;
	flex-direction: column;	
}

.ic-Login__sso{
	order:-1;
}

.ic-Login__sso-list{
	border:none;
	border-bottom: 1px solid white;
	margin:0px;
	margin-bottom:10px;
	padding-bottom:20px;
	text-align:left;
	line-height: 1.5;
}

.Button.ic-Login__sso-button {
  background: #00A2ED; 
}


/* Bullets in SSO login list - so "Skoledansk elever" doesnt get a bullet point */
.ic-Login__sso-list li {
  list-style: none;
}

.login_text_small{
	font-size:0.9rem;
}

/* Disable Microsoft on login page /canvas because we now use discovery page to route students to authenticator, otherwise Microsoft option will cause confusion */
.ic-Login__sso, .ic-Login-footer__logo-link, #footer-epilogue{
	display: none;
}

#primaryNavToggle{
	display: none;
}

/* Speedgrader right column is transparent - must be white or teachers can't read text */
aside:has([data-testid="speedgrader-feedback"]) {
  background: #fff !important;
}