html {
  /*scroll-behavior: smooth;*/
}
.clr {
	clear: both;
}
#success,
#error {
	position: relative;
    top: 20px;
    left: 35px;
    color: #66BB6A;
}
#error {
	color: #e53935;
}
header .navbar.navbar-light .navbar-nav .nav-item.active .nav-link {
	border: none;
}
.row {
	margin: auto;
}
#view_more_btn,
#view_less_btn {
	display: block;
	margin: auto;
	text-align: center;
	float: none;
	max-width: 180px;
}
#view_less_btn {
	/*display: none;*/
}