.credit-calculation-box{
	max-width:800px;
	float: left;
	width:100%;	
	background:white;
	margin:1rem;
	padding: 4rem 3rem 2rem;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;	
}
.credit-bank-list-box{
	float:left;
	width:100%;
	/*min-height: 34rem;*/
}
table.credit-bank-list{
	width:100%;
	margin-top:2rem;
	border-collapse:collapse;
	background:white;
	border:1px #d3d3d3 solid;
}
table.credit-bank-list thead tr td{
	font-weight:700;
	font-size: 1.3rem;
	background: #f5f5f5;
}
table.credit-bank-list tr td{
	padding:1rem;
	font-size: 1.4rem;
	border-bottom:1px #d3d3d3 solid;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
table.credit-bank-list tr td>span.c-blue{
	/*font-weight:700;
	color:#5cb5e5;*/
	color:green;
}
table.credit-bank-list tr td b{
	color:black;
}
.month-gray{
    font-size: 1.2rem;
    display: block;
    color: #aaaaaa;
}
.percent-blue{
	font-size: 1.2rem;
	display:block;
	color:#5cb5e5;
}
/*----*/
.credit-calculation-box .ui-slider-handle.ui-corner-all.ui-state-default
{   top: -1rem;
	border:none;
	cursor:pointer; 
	border-radius:45px;
	-moz-border-radius:45px;
	-webkit-border-radius:45px;
	background-color:#5cb5e5!important;
} 
.credit-calculation-box .ui-slider-horizontal {
    height: 20px;
	border:none!important;
	background:none;
    position: relative;
}
.cl-label{
    display: block;
    font-size: 1.6rem;
    font-weight: 400;
    color: #3d3d3d;
    margin-bottom: 2rem;	
}
.cl-label span{
    color:black;
	font-weight:700;
}
#slider-month{
	margin-bottom:3rem;
}
#slider-contribution{
	margin-bottom:4rem;
}
p.credit-anotation{
	float:left;
	margin-top:2rem;
	max-width:50%;
	color: #aaaaaa;
	font-size:1.2rem;
}
.credit-calculation-box .b-main-btn{
    float:right;
	margin-top:2rem;
    font-size: 1.4rem;
    letter-spacing: 1px;
    line-height: 1.4rem;
    padding: 0.8rem 2rem;
}	
.credit-calculation-box .ui-slider-handle.ui-corner-all.ui-state-default{
	top:9px; 
}
.ui-slider.ui-corner-all.ui-slider-horizontal.ui-widget.ui-widget-content:after{
	content:"";
	display:block;
	position:relative;
	top:8px;
	float:left;
	width:100%;
	border-top: 2px solid #c5c5c5;
}
.scala-box{
    margin-left: -1.6%;
    display: block;
    width: 102.5%;
    text-align: center;
    z-index: -1;
}
.scala-box em{
	display:block;
	margin:0;
	padding:0;
	float:left; 
	height:auto;
	
	height:10px;
	font-style:normal;
}
.scala-box em b{
    color: #5cb5e5; 
	font-weight:100;
    font-size: 10px;
    position: relative;
    top: -15px; 
	left:2px;
}
.scala-box em b:after{
    content: "";
    display: block;
    position: absolute;
    top: 25px; 
    left: 50%;
	margin-left: -2px;
    width: 6px;
    height: 6px;
    background:#c5c5c5;
	border-radius:45px;
	-moz-border-radius:45px;
	-webkit-border-radius:45px; 
}
#slider-box-contribution .scala-box {
    margin-left: -0.9%;
    width: 101.5%;
}
#slider-box-contribution .scala-box em{

}
#slider-box-contribution .scala-box em b:after{
	 margin-left: -7px;
}
.logo-credit-table{
	width:100px;
	display:block;
	height:auto;
}
#currentBanks td{
	cursor:pointer;
}
#currentBanks tr:hover td{
	background:#fbfbfb;
}
.item-credit-name{
	position:relative;
}
#currentBanks .b-tooltip._left._w400.cl-prop{ display:block;
    left: -140px; 	
	top:30px;
}
@media (max-width: 767px){
	.credit-calculation-box {
		padding: 4rem 4rem 2rem 0;
	}
	#slider-box-month .scala-box em:nth-child(even){
		visibility:hidden!important
	}
	#slider-box-month{
		margin-bottom:7rem;
	}
	table.credit-bank-list tr td>span.c-blue {
		white-space: nowrap;
		font-size: 1.2rem;
	}	 
	table.credit-bank-list thead tr td {
		vertical-align: top;
	}	
}