.popover {
	width: 900px;
	-webkit-border-top-left-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	-webkit-border-top-right-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	overflow: hidden;
}

.popover-content {
	text-align: left;
	padding-bottom: 20px;
	white-space: normal;
}

.popover-content img {
	height: 212px;
	max-width: 900px;
}

.popover-content p {
	padding-bottom: 0px;
	font-size: 10px;
	margin: 0px;
}

.dropdown-menu {
	-webkit-border-top-right-radius: 0px;
	-webkit-border-top-right-left: 0px;
	-webkit-border-bottom-right-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;

	-webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
	margin-top: 0px;
}
.dropdown-menu > li{
	margin-left: 10px;
	margin-right: 10px;
	height: 40px;
	padding-top: 5px;
	border-bottom: 1px solid #ccc;
}

.dropdown-menu > li > a:hover {
	background-image: none;
	color: white;
	background-color: rgb(0, 129, 194);
	background-color: rgba(0, 129, 194, 0.5);
}

.dropdown-menu > li > a.maintainHover {
	color: white;
	background-color: #0081C2;
}
.popover{
	max-width:711px;
	height: 900px;
}

.dropdown-menu{
	position: relative;
	margin-left: 0px !important;
	width:230px;
}

.dropdown-toggle {

}