.kurtar {
	padding-left: 15px !important;
}
.renk {
	color: #A82D29;
}
.form-control {
	font-weight: bold;
	color: #A82D29;
}
.tab {
	overflow: hidden;
	border: 1px solid #ccc;
	background-color: #f1f1f1;
}
.tab button {
	background-color: inherit;
	float: left;
	border: none;
	outline: none;
	cursor: pointer;
	padding: 14px 16px;
	transition: 0.3s;
	font-size: 17px;
	font-weight: bold;
	color: #848484;
}
.tab button:hover {
	background-color: #ddd;
	font-weight: bold;
	color: #A82D29;
}
.tab button.active {
	background-color: #ccc;
	color: #A82D29;
	font-weight: bold;
}
.tabcontent {
	display: none;
	padding: 6px 12px;
	border: 1px solid #ccc;
	border-top: none;
}
