.noto-sans-<uniquifier> {
  font-family: "Noto Sans", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}

.navbar-option{
	padding-left: 10%;
	font-size: 20px;
	font-family: "Noto Sans";
	padding-top: 5%;
	padding-bottom: 5%;
	color: White;
}
.dropdown-option{
	padding-left: 15%;
}
.title{
	font-family: "Noto Sans";
	color: Aliceblue
}
.user-img{
	max-width: 50px;
	min-width: 30px;
	max-height: 50px;
	min-height: 30px;
}
.form-control{
	border-color: gray;
}
table{
	table-layout: fixed;
}
td{
	word-wrap:break-word;
}
th{
	word-wrap:break-word;
}