.cw-sdlt { 
	font-size: 15px;
	text-align:left;padding:35px 0 0;
}
.input-gried {gap: 12px;padding-bottom:5px;}
	.cw-sdlt label {display: block;
    margin: 0 0 0px 0;
    padding: 0;
    font-weight: 400;
    color: #000;
    font-family: Lato;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 175%;} 
	.cw-sdlt-field { position: relative; margin: 0 0 10px 0; }
	.cw-sdlt input[type="number"] {
		padding: 10px 15px;
		margin: 0;
		width: 100%;
		font-size: 1.2em;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		height:auto;float:none;border-radius: 5px;border: 1px solid #D9D9D9;background: #FFF;
	}
	.cw-sdlt input[type="number"]:focus {
		border: 1px solid var(--secondary);
		outline: none;
	}
	.cw-sdlt-field-purchase-price:before {
		position: absolute;
		top: 50%;
		left: 5px;
		width: 20px;
		font-size: 1.2em;
		line-height: 30px;
		margin-top: -15px;
		text-align: right;
		content: "\00a3";text-align-last: center;
	}
		.cw-sdlt-field-purchase-price input[type="number"] { padding-left: 35px; }
	.cw-sdlt input[type="submit"] { margin: 0 0 10px 0; }
	.cw-sdlt table { width: 100%; border-top: 1px solid #EEE; margin: 0 0 20px 0; }
	.cw-sdlt table td,
	.cw-sdlt table th {
		text-align: left;
	}
	.cw-sdlt table thead,
	.cw-sdlt table tfoot { background: #f9f9f9; }
	.cw-sdlt table tfoot td { font-weight: bold; }
	/*.cw-sdlt input[type="submit"] {
		background: #2b8cc4;
		color: #FFF;
		display: inline-block;
		padding: 10px;
		border: none;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		cursor: pointer;
	}
	.cw-sdlt input[type="submit"]:hover { background: #333; }*/
	#cw-sdlt-results { display: none; }
	#cw-sdlt-results-total { 
		font-size: 1.25em;
		margin: 10px 0 20px 0;
		padding: 18px;
		text-align: center;
		width:100%;
		border-radius: 5px;
		border: 1px solid #D9D9D9;font-weight: 400;line-height:normal;
	}
		#cw-sdlt-results-total span { font-weight: 700; }
	.cw-sdlt-heading { font-size: 1.5em; margin: 0 0 10px 0; }
	.cw-sdlt-disclaimer {
		display: block;
		font-size: 0.8em;
		line-height: 1.3em;
		color: #999;
		margin: 0 0 10px 0;
	}
@media (max-width:767px){
	.table, .cw-sdlt table {margin-bottom: 0px;}.table-responsive, #cw-sdlt-results-table {margin-bottom:14px;}
	.cw-sdlt input[type="number"] {font-size: 1.1em;}.input-gried {gap: 8px;}.cw-sdlt label {font-size: 14px;}
	#cw-sdlt-results-total {font-size: 1.05em;padding: 15px;}
}
