body .modal-90 {
	width: 90%;
}

.borderless{
	border: none;
}

.pointer{
	cursor: pointer;
}

.btn-grey{
	background-color: #e6e6e6;
	border-color: #adadad;
	color: #373a3c;
}
.btn-grey:hover{
	background-color: #cbcbcb;
	border-color: #8e8e8e;
	color: #373a3c;
}

.btn-grey.active{
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.25) inset !important;
}
