@media screen and (max-width 760px) 
{
  #legend
  {
    position :relative;
  }
  .fancybox-overlay-fixed
  {
  	display :none !important;
  }
  .fancybox-skin
  {
  	overflow :hidden;
  }
  .fancybox-close
  {
  	top :0px;
    right :0px;
  }
  .tabs li
  {
    margin-top :7px;
  }
  #tot_val
  {
  	margin :9px 1px 0px;
  }
  #total_cs h3
  {
  	margin :11px -2px -4px;
  }
  #total_cs
  {
  	text-align :left;
  }
  #bigHeader h1
  {
  	font-size :24px;
  }
  #bigHeader .textContent
  {
  	left :18px;
  }
  #footer .social
  {
  	top :73%;
    right :40%;
  }
  #like_to_invest h2
  {
    font-size :22px;
  }
  #you_pledged h3
  {
  	font-size :20px;
  }
  #share_amount div
  {
  	text-align:left;
  }
  .class_for_responsive
  {
  	overflow :auto;
  	width :100%;
  }

  .class_for_responsive .loans-list-header
  {
  	width:735px;
  }
  .class_for_responsive .loan-item-container 
  {
  	width:695px;
  }
  .pad-load 
  {
    font-size:15px;
	}
	.loan-details-link
	{
		padding :0;
		width:100% !important;
	}
	.invest
	{
		display:block;
	}
	.invest .loan-status-container
	{
		width :100% !important;
	}
	.unfunded-amount
	{
		text-align: left;
	}
}