input#loan_amount
{
  width : 200px;
}

input#interest_rate
{
  width : 200px;
}

input#duration
{
  width : 200px;
}

input#loan_total
{
  width : 200px;
}



.post-content p
{	
  color : black;
  margin-bottom: 15px;
}

.textwidget
{
	font-size : 12px;
}

.home-page-text-block
{
  margin-top : -2px;
  border : 2px solid grey;
  width : 100%;
  float : left;
  background : #ffffff;
  padding-left : 0;
}

.home-page-text-block li
{
  width : 50%;
  display : inline-block;
  float : left;
  box-sizing : border-sizing;
  padding : 20px 15px 0px;
}

.home-page-text-block li:first-child
{
  border-right : 2px solid grey;
}

.home-page-text-block li p
{
 text-align : justify;
 line-height : 25px;
}

@media screen and (max-width: 800px)
{

	.home-page-text-block li
	{
      width : 100%;
      display : block;
      padding : 20px 15px 0px;
    border: 2px solid black;
    
	}
	.home-page-text-block
    {
      border : none;
      padding:0;
      margin:0;
    }
}

.fusion-contact-info
{
	font-weight : bold;
}

ul
{
  	line-height : 25px;
}

.post-content p
{
	line-height : 25px;
}




.calculer
{

}

.post-content p
{
	text-align : justify;
}

#main
{
	padding-top : 0 !important;
}