.btn-pnh-submit {
	border-radius: 25px;
	background-color: #996633;
	color: #fff;
	border: 2px solid transparent;
	font-weight: 700;
	padding: 10px 25px;
	outline: 0;
}

.btn-pnh-submit:hover, .btn-pnh-submit:focus {
	background-color: #fff;
	color: #996633;
	border: 2px solid #996633;
}

.btn-goback {
	font-weight: 700;
	outline: 0;
}

.btn-pnh-table {
	padding: 5px 10px;
	border: 1px solid #996633;
	text-transform: uppercase;
	color: #000;
	background-color: transparent;
	font-weight: 700;
	font-size: 0.8em;
	margin-left: 5px;
	margin-right: 5px;
	outline: 0;
}

.btn-pnh-table:hover, .btn-pnh-table:focus {
	background-color: #996633;
	color: #fff;
}

.btn-pnh-table.disabled {
	pointer-events: none !important;
	cursor: default !important;
	border-color: #B0B0B0;
	color: #000;
}

.btn-pnh-table.no-border {
	border: none;
	padding: 0;
	margin: 0;
}

.btn-pnh-table:hover.no-border, .btn-pnh-table:focus.no-border {
	color: #d17e1d;
	background-color: transparent;
}

.btn-pnh-table:hover.disabled, .btn-pnh-table:focus.disabled {
	background-color: #B0B0B0;
	color: #fff;
}

.btn-pnh-close {
	color: #fff;
	border: 0;
	border-radius: 0;
	background-color: transparent;
}
