.ecl-u-type-paragraph, 
.ecl-u-type-paragraph-m,
.ecl-u-type-paragraph-lead {
	max-width: 100% !important;
	text-align: justify;
}

.ecl-u-type-paragraph-m {
	margin-bottom: 1rem;
}

.flex-container {
	display: flex;
	flex-wrap: wrap;
	margin: 0 45px 45px 0;
}

.qvplaceholder, .qvobject {
	flex: 1 1 auto;
	height: 150px;
	min-width: 400px;
	margin: 0 auto ;
}
.qvplaceholder.nop, 
.qvobject.nop {
	border-color: transparent !important;
}

.qvobject.qvobject-listbox,
.qvplaceholder.qvobject-listbox {
	min-width: auto;
	height: 100px;
}

.qvobject.qvobject-l,
.qvplaceholder.qvobject-l {
	height: 600px;
}

.nop .sn-kpi .sn-kpi-data .sn-kpi-value-wrapper .sn-kpi-ellips-text span,
.nop .sn-kpi .sn-kpi-data .sn-kpi-value-wrapper .sn-kpi-value {
	font-size: 0.5em;
	font-size: 60px !important;
}

.nop .sn-kpi .sn-kpi-data .sn-kpi-measure-title .sn-kpi-ellips-text span {
	font-size: 0.5em;
	font-size: 60px;
}

.qv-card.printing-live-card .printing-live-content .qv-object-wrapper .qv-object, 
.qv-client.qv-card #qv-stage-container #grid .qv-object-wrapper .qv-object, 
.qv-client.qv-card .qv-story-sheet .sheet-container #grid .qv-object-wrapper .qv-object {
	border: 0 none !important;
}

.qv-client.qv-card #qv-stage-container #grid .qv-object-wrapper .qv-object {
	border: 0 none !important;
}

#popup {
	background-color: #c3534b;
	color: #FFFFFF;
	position: fixed;
	max-width: 250px;
	padding: 10px;
	margin: 10px;
	bottom: 0;
	right: 0;
	display: none;
	border-radius: 5px;
	z-index: 6;
	font-family: sans-serif;
}

.close {
	cursor: pointer;
	background: 0 0;
	border: 0;
	float: right;
	font-size: 21px;
	font-weight: 700;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	opacity: .2;
	position: absolute;
	right: 9px;
	top: 7px;
}

.close:hover {
	opacity: .5;
}

#popupText {
	margin-right: 23px;
}