.ps_search_container {
	border: 1px solid #B8B8B8;
	margin: 5px 0;
	background-color: #FFF;
	width: 99%;
	position: relative;
	float: left;
}

#searchField, #s {
	color: #222;
	width: 77%;
	background: none;
	border: none;
	height: 19px;
	padding: 0 5px;
}

#searchButton, #ibm-searchbox-button {
	position: absolute;
	top: -5px;
	width: 28px;
}

.wd_result_container {
    background-color: #ffffff;
    border: 1px solid #cccccc !important;
    margin-top: 27px;
    display: none;
    max-height: 320px;
    overflow: hidden;
    position: absolute;
    width: inherit;
    z-index: 100;
}

.wd_content_div {
    max-height: 260px;
    overflow: auto;
}

#ibm-watson-dialog-widget {
	color: #333333;
	height: 1%;
	font-size: 0.8em;
	padding: 5px 0;
	margin: 0;
}

#ibm-watson-dialog-widget label {
	font-weight: bold;
	padding-left: 1px;
}

.ps_ibm-content {
	padding: 0 5px;
	overflow-x: auto;
	overflow-y: auto;
}

#ibm-watson-dialog-widget h3, #ibm-watson-dialog-widget p {
	padding: 0.3em 0 0.2em;
}

#ibm-watson-dialog-widget p a {
	display: inline-block;
	text-decoration: none;
}