body{
	
		background-color: #fffccd;
}

h4 {
  margin-top: 25px;
}

.row .row {
  margin-top: 10px;
  margin-bottom: 0;
}
[class*="col-"] {
  padding-top: 15px;
  padding-bottom: 15px;
  border: 0px solid #ddd;
  border: 0px solid rgba(86,61,124,.2);
}

hr {
  margin-top: 40px;
  margin-bottom: 40px;
}

#toTop{position: fixed; bottom: 30px;  z-index: 9999;  right: 10px;width: 66px; height: 66px; background-image:url("../img/top.png"); }