p {
	font-size: 14px;
}

.btn-primary {
	background-color: #42a5f5 !important;
	border-color: #42a5f5 !important;
}

.cursor-pointer {
	cursor: pointer;
	color: #42a5f5;
}

.pic {
	margin-top: 20px;
	margin-bottom: 10px;
}

.card-block {
	/* width: 200px; */
	border: 1px solid lightgrey;
	border-radius: 5px !important;
	background-color: #fafafa;
	margin-bottom: 30px;
}

.card-body.show {
	display: block;
}

.card {
	padding-bottom: 20px;
	box-shadow: 2px 2px 6px 0px rgb(200, 167, 216);
}

.radio {
	display: inline-block;
	border-radius: 0;
	box-sizing: border-box;
	cursor: pointer;
	color: #000;
	font-weight: 500;
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	filter: grayscale(100%);
}

.radio:hover {
	box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.1);
}

.radio.selected {
	box-shadow: 0px 8px 16px 0px #eeeeee;
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	-o-filter: grayscale(0%);
	-ms-filter: grayscale(0%);
	filter: grayscale(0%);
}

.selected {
	background-color: #e0f2f1;
}

.a {
	justify-content: center !important;
}

.btn {
	border-radius: 0px;
}

.btn,
.btn:focus,
.btn:active {
	outline: none !important;
	box-shadow: none !important;
}
