.ideal-widget {
	border: 1px solid #000 !important;
	width: 500px;
	margin: 0px auto 25px 0;
	background: white !important;
	box-sizing: border-box;
	padding: 10px;
	position: relative;
	max-width: 100%;
	position: relative;
    float: left;
}

td.calc-table-monthly-price,
.ideal-price {
	color: #964260 !important;
	font-weight: 900 !important;
	font-family: 'lora-bold', Helvetica, Arial, sans-serif;
	font-size: 14px;
}


.ideal-widget-header {
  	position: relative;
  	display: block;
	font-size: 12px;
}

#idealModal .modal-body img,
.ideal-widget-header img {
  left: 0;
  display: block !important;
  position: relative !important;
  margin: 0 auto !important;
}

.summary .ideal-widget-header .ideal-banner-btn {
	background: #000 !important;
	color: #ffffff !important;
	text-decoration: none;
	text-align: center;
	padding-top: 3px;
	font-size: 10px;
	line-height: 15px;
	font-family: 'Open Sans', sans-serif;
	display: inline-block;
	width: 35px;
	height: 35px;
	border-radius: 7px;
	position: absolute;
	right: 0;
	top: 0 !important;
}

#idealModal p,
.ideal-widget-footer {
	display: block;
	text-align: center !important;
	font-size: 12px;
}

.ideal-widget-footer p {
	margin: 0;
}

#idealModal .close {
	float: right;
    width: 26px;
    text-align: center;
    background: #000;
    color: #fff;
    border-radius: 7px;
}

#idealModal table {
	width: 100%;
	margin-bottom: 20px;
	-webkit-transition-delay: 5s;
	transition-delay: 2s;
	display: table;
	border-spacing: 0;
	border-collapse: collapse;
	table-layout: fixed;
}

#idealModal table tbody {
	display: table-row-group;
}

#idealModal table tr:nth-child(2n+1) {
  background-color: #efefef;
}

#idealModal table tr {
  display: table-row;
  vertical-align: inherit;
  border-color: inherit;
}

#idealModal table th,
#idealModal table td {
  background-color: inherit;
  border: none;
}

#idealModal table th {
	color: #000;
	font-weight: 400;
	padding: 5px 15px;
	text-transform: none;
	vertical-align: middle;
	font-size: 12px;
	display: table-cell;
}

#idealModal table td {
	background-color: inherit;
	border: none;
	padding: 5px 15px;
	color: #000;
	text-align: right;
	vertical-align: middle;
	font-size: 12px;
	display: table-cell;
}