
.footer {
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: auto;
}


/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

.container .text-muted {
  margin: 20px 0;
}

.footer > .container {
  padding-right: 15px;
  padding-left: 15px;
  color:#333;
}

code {
  font-size: 80%;
}
#price{
	width:100%;
	}
#price span{
	font-size:16px;
	background-color:#FFF;
	color:#000;	
	font-weight:bold;
	
	padding:10px 10px 10px 10px;
}
#price a{
	color:#FFF;
	display:block;
	text-align:center;
	padding:10px 10px 10px 10px;
	background-color:#fa6d10;
	float:right;	
}
#price a:hover{
	text-decoration:none;
	background-color:#333;
}
#price tr{
	border-top:1px #fa6d10 solid;	
}
