.myitems-section-search-tool {
	border-bottom: 1px solid #ccc;
	margin-top: 10px;
}
.myitems-section-search-tool i {
	font-size: 18px;
}
.myitems-section-search-tool input[type="text"] {
	width: 90%;
    height: 36px;
    border: none;
    outline: none;
    margin-left: 10px;
}
.form-small-caps-p {
	font-size: 13px;
	line-height: 22px;
	margin: 0;
	color: #999;
}
.my-items-logout-button-wrapper {
	display: none;
}


@media screen AND (max-width: 1000px) {
	.manage-items-col .manage-items-wrapper {
		position: relative;
	}
	.manage-items-col .manage-items-wrapper .myitems-section-search-tool {
		width: 73%;
	}
	.manage-items-col .manage-items-wrapper .myitems-section-search-tool form#MyTradingItems_search_form {
		
	}
	.myitems-section-search-tool input[type="text"] {
		width: 80%;
	}
	.manage-items-col .manage-items-wrapper .my-items-logout-button-wrapper {
		display: block;
		position: absolute;
		right: 0px;
		top: 97px;
		width: 23%;
		background: #fff;
		height: auto;
	}
	.manage-items-col .manage-items-wrapper .my-items-logout-button-wrapper a {
		color: #999;
		background: #ededed;
		border: 1px solid #cdcdcd;
		border-radius: 4px;
		padding: 2px 12px;
	}
	
}
