.credithead {
	text-align:center;
	font-size:20px;
	font-weight:bold;
	margin-bottom:20px;
}

.proposition {
	width:100%;
	margin-bottom: 20px;
	border:1px solid #ccc;
	padding: 10px;
}
.proposition:hover {
	background: #f9f9f9;
}
.proposition img {
	vertical-align: middle;
}
.prop_name, .prop_info {
    width: calc(50% - 4px);
    display: inline-block;
    vertical-align: middle;
}
.prop_calc>*, .prop_total>* {
	width: max-content;
	display:inline-block;
}
#ukrcredit-popup .prop_calc {
	text-align: center;
	margin-bottom:10px;
}
.prop_total {
	text-align: center;
}
.ui-slider {
    height: 0;
    position: relative;
	margin-bottom: 20px;
}
.ui-widget-content {
    border: none;
}
.ui-slider .ui-slider-handle {
	height: 1.6em;
    border: 1px solid #ccc;
    background: #f6f6f6;
    position: absolute;
    z-index: 2;
    width: 1.2em;
    cursor: default;
    -ms-touch-action: none;
    touch-action: none;
    top: -.3em;
    margin-left: -.6em;
    border-radius: 3px;
	outline: none;
}
.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #56ae00;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    -webkit-transition: width 0s ease-in-out;
	-o-transition: width 0s ease-in-out;
    transition: width 0s ease-in-out;
}
.progress {
    height: 1em;
	margin-top: 10px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
}

@media (max-width: 767px) {
	.prop_name, .prop_info {
		width: 100%;
		text-align:center;
	}
	.ui-widget-content {
		width: 200px;
		margin-left: auto;
		margin-right: auto;
	}
} 
