@import url("https://fonts.googleapis.com/css?family=Ubuntu+Mono");
*{
	padding: 0;
	margin: 0;
	font-family: "Ubuntu Mono";
	font-size: 14px;
	box-sizing:border-box;
} .custom {
	width: 100px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
} .custom-btn {
	width: 100px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
} a {
	color: #adb5bd;
	text-decoration: none;
} a:hover {
	color: #0275d8;
} ::-webkit-scrollbar {
	width: 6px;
	height: 0;
} ::-webkit-scrollbar-thumb {
	background: #9da0a3;
	border-radius: 4px;
} ::-webkit-scrollbar-track {
	box-shadow: inset 0 0 5px #9da0a3;
	border-radius: 4px;
}