	/* Floating Sidebar Comparison Box */

	#sidebar {
		width: 100%;
		padding: 10px;
		padding-bottom: 20px;
		background: #fff;
		z-index: 10;
		text-align: center;
	}

	.compare-footer {
		display: flex;
		justify-content: space-between;
		flex-direction: column;
		align-items: flex-end;
		padding-top: 10px;
		background: #ffffff;
	}

	.searc-block-cmp {
		width: 100%;
		background: #f0f6f8;
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		padding: 5px 10px;
		margin-bottom: 5px;
	}

	.search-input-cmp {
		width: 100%;
		display: flex;
	}

	body #autocomplete {
		width: 95%;
		border: none;
		border-bottom: 2px solid #e2edf4 !important;
		margin-left: 5px;
	}

	#portamento_container {
		/* take the positioning of the sidebar, and become the start point for the sidebar positioning */
		width: 100% !important;
		position: relative;
		margin-right: 20px;



	}

	#portamento_container #sidebar {
		/* no need to float anymore, become absolutely positoned */
		position: relative;
		width: 100%;
		top: 0 !important;
		margin-bottom: 15px;
	}

	#portamento_container #sidebar h2 {
		display: none;
	}

	.calc-inputs input {
		width: 50%;
		text-align: center;
		background: #FFFFFF;
		border: 2px solid #E2EDF4;
		box-sizing: border-box;
		border-radius: 3px;
	}

	#energycost .notes {
		font-size: 12px;
		text-align: left;
		padding-left: 20px;
		padding-top: 10px;
		border-top: 2px solid #f0f6f8;
	}

	.compare_table table {
		border-collapse: collapse;
		table-layout: fixed;
		width: 100%;
		text-align: center;
	}

	.compare_table #detailsbox {
		text-align: left;
	}

	.compare_rating {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 2em;
		font-weight: bold;
		color: #F48A18;
	}

	.compare_table {
		font: normal 12px/150% Arial, Helvetica, sans-serif;
		background: #fff;
		overflow: hidden;
		margin-top: 15px;


	}

	#sidebar_table {
		width: 100%;
		font-size: 16px;
		line-height: 22px;
		text-align: left;
	}

	#sidebar_table tbody {
		background: #fff;

	}

	.ta-center {
		text-align: center;
		width: 21%;

	}

	#sidebar_table tbody label {
		margin-bottom: 0;

	}

	.main-cmps .icon-s-comp {
		width: 3%;
		margin-bottom: 3px;
		margin-right: 5px;
	}

	#sidebar_table thead {
		background: #e4f5fb;

		font-size: 18px;
		line-height: 25px;
	}

	#sidebar_button {
		background: #246EB9;
		width: 140px;
		color: #fff;
		margin: auto;
		margin-top: 7px;
		width: 92px;
		height: 28px;
		border-radius: 3px;
		border: none;
		font-size: 13px;
		line-height: 19px;
		text-transform: uppercase;
		font-weight: 600;
		cursor: pointer;
	}

	#sidebar_table button {
		background: transparent;
		border: none;
		color: #FF2116;
		font-size: 17px;
		height: 100%;
		cursor: pointer;

	}

	.compare_table table td,
	.compare_table table th {
		padding: 3px 10px;
	}

	.compare_table table thead th a {
		color: #000;
		font-size: 18px;
	}

	#sidebar_default_text {

		margin-bottom: 0;
		font-size: 20px;
		font-weight: 600;
	}

	#sb_restore {
		display: none;
	}

	.compare_table table thead td {
		background: #E2EDF4;
		padding: 10px 0;
		font-size: 18px;
		line-height: 25px;
		background: #E2EDF4;
		background-color: #E2EDF4;
		color: #000000;
		font-size: 15px;
		padding-left: 20px;
		font-weight: bold;
		border-left: 1px solid #E2EDF4;
	}

	.compare_table table thead th:first-child {
		border: none;
	}

	.compare_table table tbody td {
		color: #444444;
		border-left: 1px solid #E1EEF4;
		/* padding-left: 20px; */
		padding-right: 0;
		font-size: 14px;
		line-height: 28px;
	}

	.buy-now-btn {
		font-size: 12px;
		padding: 6px 8px;
		line-height: 16px;
		background: #F48A18;
		color: #fff;
		font-weight: 600;
	}

	.compare_table table tbody .alt td {
		background: #f5f5f5;
	}

	#compareChart .meter span {
		opacity: 1 !important;
	}

	.compare_table table tbody td:first-child {
		border-left: none;
		font-weight: 600;
	}

	.compare_table table tbody tr:last-child td {
		border-bottom: none;
	}

	.compare_table table tfoot td div {
		border-top: 1px solid #416b73;
		background: #E1EEF4;
	}

	.compare_table table tfoot td {
		padding: 0;
		font-size: 12px
	}

	.compare_table table tfoot td div {
		padding: 2px;
	}

	.compare_table table tfoot td ul {
		margin: 0;
		padding: 0;
		list-style: none;
		text-align: right;
	}

	.compare_table table tfoot li {
		display: inline;
	}

	.compare_table table tfoot li a {
		text-decoration: none;
		display: inline-block;
		padding: 2px 8px;
		margin: 1px;
		color: #FFFFFF;
		border: 1px solid #416b73;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #416b73), color-stop(1, #00557F));
		background: -moz-linear-gradient(center top, #416b73 5%, #00557F 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#416b73', endColorstr='#00557F');
		background-color: #416b73;
	}

	.compare_table table tfoot ul.active,
	.compare_table table tfoot ul a:hover {
		text-decoration: none;
		border-color: #416b73;
		color: #FFFFFF;
		background: none;
		background-color: #00557F;
	}

	div.dhtmlx_window_active,
	div.dhx_modal_cover_dv {
		position: fixed !important;
	}

	#div_sidebar_table {}

	#selectCPU input {
		width: 95%;
		margin: 0 auto 5px auto;
		border: none;
	}

	#energycost .divHeader {
		caption-side: top;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 30px;
		color: #000;
		text-align: center;
		line-height: 37px;
		font-weight: 600;
		padding-bottom: 15px;

	}

	.compare_table .calc-header {
		font-size: 18px;
		line-height: 25px;
		padding: 14px 0;
		background: #e2edf4;
	}

	.compare_table .calc-inputs {
		border-bottom: 2px solid #f0f6f8;
	}

	.compare_table .calc-inputs td {
		padding: 20px 0;
	}

	.compare_table .notes {
		background: #fbfcfd;
		padding: 10px 0;
		padding-left: 20px;
	}

	.compare_table .calc-subhead td {
		background: #FBFCFD;
		padding: 20px 0;
		box-shadow: 0px 2px 0px #F0F6F8;
	}

	.compare_table .calc-name {
		background: #e2edf4;
		padding: 20px 5px 20px 5px;
		text-align: left;
	}

	#Pwr,
	#PwrDay,
	#PwrYear,
	#CostDay,
	#CostYear {
		text-align: left;
	}

	.calc-result {
		margin-top: 30px;
		margin-bottom: 30px;
	}

	@media print {
		#portamento_container {
			display: none;
		}

		#sb_restore {
			display: none;
		}
	}

	.autocomplete-suggestions {
		color: #416b73;
		background: #fff;
		font-family: Arial, Helvetica, sans-serif;
	}

	.autocomplete-suggestion {
		padding: 2px 5px;
		white-space: nowrap;
		overflow: auto;
	}

	.autocomplete-selected {
		background: #f0f6f8;
		cursor: pointer
	}

	.autocomplete-suggestions strong {
		font-weight: bold;
	}

	@media (max-width: 992px) {
		.compare_table table thead th a {
			color: #000;
			font-size: 16px;
		}

		.compare_rating {
			font-family: Arial, Helvetica, sans-serif;
			font-size: 1.8em;
			font-weight: bold;
			color: #F48A18;
		}
	}

	@media (max-width: 768px) {

		.compare_table #detailsbox {
			text-align: center;
		}

		.compare_rating {
			font-family: Arial, Helvetica, sans-serif;
			font-size: 1.6em;
			font-weight: bold;
			color: #F48A18;
		}

		td.valuesmall {
			width: auto;
			min-width: 150px;
		}
	}

	@media (max-width: 600px) {
		.compare_table {
			overflow-x: scroll;
		}

		.compare_rating {
			font-family: Arial, Helvetica, sans-serif;
			font-size: 1.5em;
			font-weight: bold;
			color: #F48A18;
		}

		.compare_table #detailsbox {
			width: 600px;
		}

		td.valuesmall {

			min-width: 94px;
		}

		.calc-result table {
			width: 600px;
		}

		.compare_table table tbody td {
			padding: 0;
			font-size: 12px;
		}

		.calc-result table tbody td {
			padding-left: 20px;
			font-size: 14px;
		}

		.block_content .container h1 {
			text-align: center;
		}

		.block_content .container p {
			text-align-last: left;
		}

		h4 {
			text-align: center;
		}
	}