a {
	color: #555;
	text-decoration: none
}

a:active,
a:focus,
a:hover {
	color: #2c89e9;
	text-decoration: none;
	outline: 0;
}

.btn-default {
	padding: 3px 6px;
	margin-bottom: 0;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	user-select: none;
	border: 1px solid #2c89e9;
	color: #2c89e9;
	background-color: #fff;
	border-radius: 4px;
	transition: all .2s;
}

@media (max-width: 767px) {
	.btn-default {
		display: inline-block;
	}
}

.btn-default:hover {
	border: 1px solid #2c89e9;
	color: #2c89e9;
	background-color: #fff;
}

.table-rows .btn-default {
	border: 1px solid #ccc;
	color: #555;
}

.table-rows .btn-default:hover {
	border: 1px solid #ccc;
	color: #555;
	background-color: #fff;
}

.btn_no_border {
	border: 0;
	padding: 5px;
}

.table-btn {
	margin-top: 15px;
	margin-bottom: 5px;
	text-align: center;
}

.table-btn a,
.table-btn button {
	display: inline-block;
	min-width: 120px;
	padding: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	border: 1px solid #2c89e9;
	color: #fff;
	background-color: #2c89e9;
}

.table-btn a:hover,
.table-btn button:hover {
	border: 1px solid #2c89e9;
	color: #fff;
	background-color: #2c89e9;
}

.table-btn a:last-child,
.table-btn button:last-child {
	margin-right: 0;
}

.btn-big {
	padding: 1em;
	-webkit-user-select: none;
	user-select: none;
	color: #fff;
	background-color: #2c89e9;
	font-size: 1.2em;
	border-radius: 3px;
	display: block;
	text-align: center;
}

.btn-full-rounded {
	border-radius: 2em !important;
}

.btn-big:active,
.btn-big:focus,
.btn-big:hover {
	color: #fff;
}