* {
  scroll-behavior: smooth;
}

::-webkit-scrollbar {
  width: 8px;
}

body{
  overflow-x: hidden;
	min-width: 300px;
}
body * {
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button{
	-webkit-appearance: none;
	margin: 0;
}

input[type=number]{
	-moz-appearance: textfield;
}

::-webkit-scrollbar-track {
	background: #e4e4e4;
}

::-webkit-scrollbar-thumb {
	background: #b3b3b3;
}

::-webkit-scrollbar-thumb:hover {
	background: #999999;
}

.post-title {
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
}

.f16 {
	font-size: 16px;
}

a{
	color: #1a79ff;
}