/* YOUR CUSTOMERS PAGE */
.my-account #your-customers-table tbody td{padding:8px;vertical-align:middle}
.my-account .salesagents-search{padding: 10px 0 30px;}
.my-account #salesagents_yourcustomers_search > span{margin-right: 15px;}
.my-account #salesagents_yourcustomers_search span.last{margin-right: 0}
.my-account #salesagents_yourcustomers_search span:nth-child(2) {margin-right: 5px;}
.my-account #salesagents_yourcustomers_search span label{
	vertical-align: middle;
	padding-right: 4px;
	font-size: 14px;
}
.my-account #your-customers-table tbody td.last button.button span{height: 20px;line-height: 20px;}
.block.block-account .block-content li.current.last{padding-bottom: 0;margin-bottom: 0}
.block.block-account .block-content li.current.last strong{vertical-align: middle}
.my-account #salesagents_yourcustomers_search span input[type="text"] {width: auto}
.salesagents-pager .limiter select, .salesagents-pager .limiter label{vertical-align: middle}
.salesagents-customer-identity-container{}
.salesagents-customer-identity-content{font-size: 14px; width: 50%; margin: 5px auto; text-align: center;}
.salesagents-customer-identity-content a{color: #2f2f2f; text-decoration: none;}
.salesagents-customer-identity-content select {width: auto;}
#salesagent_search_from {position:relative; display:inline-table;}
#salesagent_search {width:170px;height:32px;}
.salesagent_search_results {display:none; position:absolute; top:32px; padding-left:0px; z-index: 20000; background-color:white; border:1px solid; border-color:#c2c2c2; left:0px; width: 168px;}
.salesagent_search-status {text-align:left;margin-left:10px;}
.ul-customer-results {margin-bottom:0px;padding-left:0px;}
.ul-customer-results li {padding:3px;text-align:left;padding-left:10px;list-style-type:none; margin-bottom:0px}

@media screen and (min-width:641px){
	.salesagents-customer-identity-content {
		width: 95%;
	}		
}


@media screen and (min-width:320px) and (max-width:640px){	
	#salesagent_search {
		width: 173px !important;
	}
	#salesagent_search_results {
		width: 171px !important;
	}
}