/* CSS Document */
.techEmail-no-results{	
		display: block;
		text-align: center;
		width: 100%;
		box-sizing: border-box;
		padding: 4px;
		font-weight: 700;
		font-size: 15px;
	}
	#techemailContainer {
		/*width: 92%;*/
		background: #616162;
		padding: 5px;
	} 
	#techEmailList th {
		background: #616162;
		padding: 5px;
		text-align: left;
		/*vertical-align: top;*/
	   }
	#techEmailList tr:nth-child(odd){
		background-color: #EBEBEB;	
	}
	
	#techEmailList tr:nth-child(even){
		background-color: #DEDEDE;
	}
	   
	#techEmailList table tr td table tr
	{
		background-color: none !important;	
		background: none !important;
	}
	#techEmailList table tr td table tr td
	{
		background-color: none !important;	
		background: none !important;
	}
	   
	#techEmailList tr:nth-child(odd) table tr{
		background-color: none !important;	
		background: none !important;	
	}
	
	#techEmailList tr:nth-child(even) table tr{
		background-color: none !important;	
		background: none !important;	
	} 
	
	   
	#techEmailList strong
	{
		color: #333333 !important;
	}
	
	.action-link{
		display: block;
		font-size: 24px;
		width: 100%;
		text-align: center;	
		margin: 17px 0;
		color: #ffffff !important;
	}
	
	
	.techEmail-list-photo-holder{
		width: 100%;
		margin: 10px auto 10px auto;
		text-align: center;
	}
	
	#techEmailList td{
		padding: 3px 21px;
	}
	
	#emailBlast {
		margin: 0;
		padding: 6px 10px;
		border: 0;
		width: 90%;
		/*height:20px;*/
		border-width: 2px;
		border-right-width: 34px;
		border-style: solid;
		border-color: #616261;
		text-transform: uppercase;
		line-height: 34px;

	}

	.globalRow {
		margin-top: -4px;
		padding-bottom: 40px;
		/*border-top: 1px solid #616162;*/
		border-bottom: 1px solid #EBEBEB;
	}

	#protectCol{
		width: 50px;
		float: left;
		margin-top: 7px;
	}

	#selectCol {
		float: left;
		width: 20%;
		display: inline-block;
	}

	#settingsInputWrapper {
		float: left;
		width: 60%;
		margin-right: 10px;
		display: inline-block;
	}

	#settingsInputBtn {
		width: 25%;
		display: inline-block;
	}
	#excludeSearchDiv{
		padding-bottom: 20px;
	}