/* Menghilangkan border radius */
pre,
.btn,
.card,
.label,
.alert,
.progress,
.pagination,
.breadcrumb,
.input-group,
.form-control,
.dropdown-menu,
.tooltip-inner,
.modal-content,
.input-group-addon,
.nav-pills > li > a,
.list-group-item:last-child,
.list-group-item:first-child,
.form-group-sm .form-control,
.form-group-lg .form-control,
.pagination > li:last-child > a,
.pagination > li:first-child > a,
.page-item:last-child .page-link,
.page-item:first-child .page-link,
.pagination > li:last-child > span,
.pagination > li:first-child > span {
	border-radius: 0;
}

.btn:hover {
	cursor: pointer;
}