@import "https://cdn.cabs.msu.edu/sis/css/bootstrap.min.css"; 




*, *::before, *::after {
	box-sizing: content-box;
}
html {
	font-family: inherit;
}
h1 {
	font-size: 1.35em;
	margin: inherit;
	font-weight: bold;
}
h2 {
	font-size: inherit;
	line-height: inherit;
}
h3 {
	font-size: inherit;
	line-height: inherit;
}
a {
	outline: none;
}
label {
	margin-bottom: inherit;
}
button, input, select, textarea {
	font-family: inherit;
	font-size: inherit;
	margin: 0px;
}
table {
	border-collapse: collapse;
	border-spacing: 0px;
}
body {
	background-color: inherit;
	color: inherit;
	line-height: inherit;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
}
img {
	
	vertical-align: middle;
}
ol, ul, dl {
	margin-bottom: initial;
}

.fade {
	opacity: inherit !important;
	-webkit-transition: inherit !important;
	-o-transition: inherit !important;
	transition: inherit !important;
}
.modal.fade {
	opacity: initial !important;
}

[tabindex="-1"]:focus {
	outline: 1px solid black!important;    
	outline: -webkit-focus-ring-color auto 1px!important;
}

[type=button], [type=reset], [type=submit], button {
	-webkit-appearance: initial;
}