.stoxxpd-circle{
	border-radius: 50%;
	padding: 10px 15px 10px 15px;
	background: #17428c;
	width: 45px;
}

.stoxxpd-circle i{
	color: #FFFFFF;
}

.stoxxpd-3d{
	float: left;
	margin-left: 15px;
}

.stoxxpd-cloud{
	float: right;
	margin-right: 15px;
}

.stoxxpd-card{
	border-radius: 15px;
	border-width: 2px;
	border-color: #d8d8d8;
	border-style: solid;
	box-shadow: 0px 12px 18px -6px rgba(0,0,0,0.3);
	padding-bottom: 15px;
}

.stoxxpd-card h4{
	font-size: 16px;
}

.stoxxpd-card p{
	font-size: 14px;
}

.stoxxpd-card .et_pb_image_140{
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	padding: 15px 0 15px 0;
	background: #FFFFFF;
}

.stoxxpd-card .et_pb_text_inner{
	padding: 0 10px 0 10px;
}

.stoxxpd-3d{
	cursor: pointer;
}

.stoxxpd-modal{
	display: none;
	position: fixed; /* Stay in place */
	z-index: 9999999 !important; /* Sit on top */
	transform: translateZ(0);
	left: 0;
	top: 0;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	overflow: auto; /* Enable scroll if needed */
	background-color: rgb(0,0,0); /* Fallback color */
	background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.stoxxpd-modal-content {
	background-color: #fefefe;
	margin: 15% auto; /* 15% from the top and centered */
	padding: 20px;
	border: 1px solid #888;
	border-radius: 15px;
	width: 80%; /* Could be more or less, depending on screen size */
	max-width: 600px;
}

/* The Close Button */
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
