.btn-lightbox {
	font-size: 15px !important;
	font-weight: 600;
	line-height: 1.8rem !important;
	padding: .4rem 1.5rem !important;
    border-radius: 100px !important;
    border-width: 2px;
	margin: 0 .5rem;
	text-decoration: none !important;
	transition: background-color .3s;
}
.btn-center {
    display: table;
    margin: 0 auto;
}
.btn-right {
    display: table;
    margin-left: auto;
}