.pg-communication .form-group {
	margin-bottom: 0!important;
}
.pg-communication div#submission {
	margin-top: 0!important;
}

.pg-communication.recipient_type-phonenumbers #sms_details #language_block .data-label {
	display: none;
}
.pg-communication.recipient_type-phonenumbers #sms_details #language_block #language {
	width: 59.25%;
}
.pg-communication.recipient_type-phonenumbers .green-alert {
	margin-top: -0.25em;
	width: 56.75%;
}

.pg-communication .communication-messagepartsingle.contenteditabletrue {
	background: #ecf0f3;
	border: 1px solid #bdc9d6;
	color: black;
	font-weight: bold;
	border-radius: 3px;
	padding: 0 4px;
}

/* Hide Upload Block for SMS */
.pg-communication.sub_pg-send.mode-sms #uploadblock {
	display: none!important;
}