.input-group{
	margin: auto;
	width: 75%;
}

@font-face {
    font-family: 'FSAlbert';
    src: url("/FSAlbert.otf");
}

.page_section .row {
    padding-top: 40px;
    padding-bottom: 0px;
}

.section-title {
    background-color: #491a50;
    color: #ffffff;
    text-align: center;
	}
	
	.crmEntityFormView, .entitylist, .modal-content, .popover-content {
	background-color: #e5e6e7 !important
	}
	
	.form-control {
	    border-radius: 20px;
		text-align: center;
		}
		
	.text-muted {
	display: none;
	}

    .info {
        text-align: center;
    }

    .field-label {
        float: none !important
    }

.columnBlockLayout {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}