#comm table:first-child {
	display: inline;
	width: 100%;
}

#subjectForm table {
	display: inline;
}

#subjectForm table td {
	vertical-align: top;
}

#subjectForm table td label {
	padding-top: 6px;
	padding-right: 5px;
}

#comm table tbody {
	background: transparent;
	border: none;
}

#phoneContainer {
	padding-top: 20px;
}

#phoneContainer a, #phoneContainer input {
	float: left;	
}

#inputPhoneCallNumber {
	min-width: 60px;
}

.commButtonWithIcon:before  {
	width: 2em !important;
}


/************************************************************/
/************************************************************/
/************************************************************/
/* large-up */
@media screen and (min-width: 64em) {
	#subjectPhoneShort {
		width:  710px;
	}
}

/* medium-only */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
	#subjectPhoneShort {
		width:  410px;
	}
}

/* medium-up */
@media screen and (min-width: 40em) {
	
	
	
}


/* only small */
@media screen and (max-width: 39.9375em) {

	td div {
		max-width: 100% !important;
		width: 100% !important;
	}
	
		
}