/* Sticky footer styles
-------------------------------------------------- */

html,
body {
  height: 100%;
  /* The html and body elements cannot have any padding or margin. */
}

body {
	padding-top:60px;
}

/* Wrapper for page content to push down footer */
#wrap {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  /* Negative indent footer by its height */
  margin: 0 auto -60px;
  /* Pad bottom by footer height */
  padding: 0 0 60px;
}

/* Set the fixed height of the footer here */
#footer {
  height: 60px;
  background-color: #f5f5f5;
}

/* Lastly, apply responsive CSS fixes as necessary */
@media (max-width: 767px) {
  #footer {
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

#wrap > .container {
  padding: 60px 15px 0;
}

.container .credit {
  margin: 20px 0;
}

code {
  font-size: 80%;
}

.index {
	width:450px;
	margin-left:auto;
	margin-right:auto;
	padding:20px;
}

/* Order */
.order_top {
	width: 100%;
}

.order_top_left {
	width:49%;
	float:left;
}

.order_top_right {
	width:49%;
	float:right;
	margin-top: 60px;
}

.order_contents {
	margin:5px;
}

.order_contents thead th {
	padding:5px;
	text-align:center;
}

.order_contents tbody td {
	text-align:center;
}

.order_prices {
	width:350px;
	float:right;
}

.order_price {
	clear:both;
	width:350px;
	height:25px;
	border:solid 1px #C4C4C4;
	margin:2px;
}

.order_price_label {
	width:150px;
	height:25px;
	border-right:solid 1px #C4C4C4;
	float:left;
	text-align:right;
	padding:1px 5px;
}

.order_price_number {
	width:195px;
	height:25px;
	float:right;
	padding:1px;
}
