input[type="text"],input[type="password"],input[type="email"],input[type="date"],input[type="button"]{font-weight: 800}
input[type="number"]{font-weight: 800}
input[type="submit"]{margin-bottom: 20px; font-weight: 800}
button{font-weight:800;}
table td{
	font-weight: 400;
	text-overflow: ellipsis;
}

.selected{
	background-color: green;
	color: white;
}

.br-0{
	border-radius: 0;
}
/* width */
::-webkit-scrollbar {
  width: 10px;
}
/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
  box-shadow: inset 0 0 5px grey; 
}
/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 0;
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.list-group-item{
	border-radius: 0;
	text-decoration: none;
}
.hov:hover{
	font-size:1.035em;
}
.focused_link{
	font-size:1.035em;
	padding-left: 40px;
	border-left: 4px solid #e3e3e3;
}

