#module-myowndeliveries-shiptrack #content {
    box-shadow: 2px 2px 11px 0 rgba(0,0,0,.1);
    background: #fff;
    padding: 1rem;
    font-size: .875rem;
    color: #878787;
}

.poi {
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0, rgb(112,112,112)),color-stop(0.51, rgb(94,94,94)),color-stop(0.52, rgb(57,57,57)));
	background: -moz-linear-gradient(center top,rgb(112,112,112) 0%,rgb(94,94,94) 51%,rgb(57,57,57) 52%);
}

.js-address-form .poi {
	background: #414141;
}

.poiselected {
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0, rgb(255,56,144)),color-stop(0.51, rgb(221,42,129)),color-stop(0.52, rgb(152,29,88)));
	background: -moz-linear-gradient(center top,rgb(255,56,144) 0%,rgb(221,42,129) 51%,rgb(152,29,88) 52%);
}

.js-address-form .poiselected {
	background: #2fb5d2;
	border-color: transparent;
}

.poiLegend {
	overflow-x: auto;
	overflow-y: auto;
	cursor: default;
	clear: both;
	border-top-color: rgb(44, 44, 44); 
	border-right-color: rgb(44, 44, 44); 
	border-bottom-color: rgb(44, 44, 44); 
	border-left-color: rgb(44, 44, 44); 
	border-top-style: solid; 
	border-right-style: solid; 
	border-bottom-style: solid; 
	border-left-style: solid; 
	border-top-width: 1px; 
	border-right-width: 1px; 
	border-bottom-width: 1px; 
	border-left-width: 1px; 
	border-top-left-radius: 4px; 
	border-top-right-radius: 4px; 
	border-bottom-right-radius: 4px; 
	border-bottom-left-radius: 4px;
	text-shadow: 0 -1px 0 black; 
}
.poitext {
	color: #fff;
	font-family: Helvetica Neue, Helvetica, arial;
	font-size: 12px;
	line-height: 14px;
	padding: 0px 2px;
	font-weight: bold;
	white-space: nowrap;
}
.poiorder {
border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    color: #fff;
    background-color: #ff5450;
    padding:3px !important;
    margin-right:10px; 
}
.poicontent, .poicontent a {
	color: #fff;
	font-family: Helvetica Neue, Helvetica, arial;
	font-size: 11px;
	line-height: 12px;
	padding: 2px 5px 2px 5px;
	background-color: rgb(57,57,57);
}

.poicontent a {
	color: #fff;
}

.block_postcode_search {
	width:280px;
	display: inline-block;
}
.block_address_search {
	width:500px;
	display: inline-block;
}
@media (max-width: 768px) {
	.block_postcode_search {
		width:100%;
		display: inline-block;
	}
	.block_address_search {
		width:100%;
		display: inline-block;
	}
	#custom-text {
		padding: .125rem;
	}
}

.block_myownd_search form input[type=text] {
    border: none;
    padding: 10px;
    min-width: 255px;
    background: #ebebeb;
    color: #acaaa6
}

.block_myownd_search form input[type=text]:focus {
    outline: 3px solid #2fb5d2;
    color: #414141;
    background: #fff
}

.block_myownd_search input[type=text]:focus+button .search {
    color: #2fb5d2
}

.block_myownd_search input[type=text]::-webkit-input-placeholder {
    color: hsla(40,3%,66%,.5);
    text-indent: .625rem
}

.block_myownd_search input[type=text]:-moz-placeholder,.block_newsletter form input[type=text]::-moz-placeholder {
    color: hsla(40,3%,66%,.5);
    text-indent: .625rem
}

.block_myownd_search input[type=text]:-ms-input-placeholder {
    color: hsla(40,3%,66%,.5);
    text-indent: .625rem
}

.block_myownd_search button[type=submit] {
    position: absolute;
    background: none;
    border: none;
    bottom: .3125rem;
    right: .125rem;
    color: #878787;
}

.block_myownd_search button[type=button] {
    position: absolute;
    background: none;
    border: none;
    color: #878787;
    padding-top: 9px;
    padding-left: 12px;
}
.block_myownd_search button[type=button] .search:hover {
    color: #2fb5d2
}
.block_myownd_search button[type=button]:focus {
	background-image: none  !important;
	-webkit-box-shadow: none !important;
	box-shadow: none  !important;
	    outline: 0px;
} 

.block_myownd_search button[type=submit] .search:hover {
    color: #2fb5d2
}

.block_myownd_search p {
    padding-top: .625rem
}

.block_myownd_search .input-wrapper {
    overflow: hidden
}

.block_myownd_search input[type=text] {
    padding: 11px;
    width: 100%
}

.block_myownd_search input[type=text]:focus {
    border: 3px solid #2fb5d2;
    padding: 8px 8px 9px;
    outline: 0
}

.block_myownd_search input {
    height: 42px
}