#buddyforms_invite_wrap input[type="text"], #buddyforms_delete_wrap input[type="text"] {
	width: 100%;
}

div#TB_ajaxContent {
	width: 96% !important;
	height: auto !important;
}

#TB_window {
	height: auto !important;
}

#TB_window {
	left: 50% !important;
	-webkit-transform: translateX(-50%) translateY(-50%) !important;
	-moz-transform: translateX(-50%) translateY(-50%) !important;
	-ms-transform: translateX(-50%) translateY(-50%) !important;
	-o-transform: translateX(-50%) translateY(-50%) !important;
	transform: translateX(-50%) translateY(-50%) !important;
	max-height: 100%;
	width: 90% !important;
	min-height: 400px;
	min-width: 300px;
	margin-left: unset !important;
	margin-top: unset !important;
	top: 50% !important;
}

#TB_ajaxContent {
	width: 100% !important;
	height: auto !important;
	max-width: 100%;
	box-sizing: border-box;
}

#TB_ajaxContent .bf_field_group {
	margin-top: 15px;
}

#TB_ajaxContent .bf_field_group label {
	font-weight: bold;
	font-style: normal;
	margin-right: 10px;
}

#TB_ajaxContent .bf_field_group .error{
	color:red;
}

/* Screen = 1281px to higher resolution desktops */
@media (min-width: 1281px) {
	#TB_window {
		width: 60% !important;
	}
}

/* Screen = B/w 768px to 1024px */
@media (min-width: 768px) and (max-width: 1024px) {
	#TB_window {
		width: 80% !important;
	}
}

/* Screen = B/w 1025px to 1280px */
@media (min-width: 1025px) and (max-width: 1280px) {
	#TB_window {
		width: 80% !important;
	}
}

/* Screen = B/w 481px to 767px */
@media (min-width: 481px) and (max-width: 767px) {
	#TB_window {
		width: 90% !important;
	}
}

/* Screen = B/w 320px to 479px */
@media (min-width: 320px) and (max-width: 480px) {
	#TB_window {
		width: 90% !important;
	}
}

.bf-collaborative-remove-email-invite-container {
	color: red;
	margin-left: 2em;
}

ul#buddyforms_pending_invites_list {
    margin-left: 2em;
}
