.sidebar-brand a {
	/* increase size of logo in top right */
	font-size: 24px;
}

/* make logo not float:left so <li> spacing looks right. */
.navbar-brand {
    float: none;
}

.form-horizontal .row {
	margin-top: 10px;
	margin-bottom: 10px;
}

.fw-bold {
	font-weight: bold;
}

/* remove default margin from signup well, and space out text */
/* maybe only on index? */
/*#signupContainer {
	margin-bottom: 0px;
	line-height: 30px; 
}
*/

/* presale table */

#presaleTable {
	/* fit more information into the grid */
	font-size:.8em;
}
#presaleTable tbody td {
	/* middle-align text in presale table cells */
	vertical-align: middle;
}

/* pagination */

/* align "this weeks presales/presales for {month} {year}" text with pagination buttons */
h3.tableHeader {
	 margin-bottom:15px; 
	 margin-top:15px;
}

/* right-align pagination buttons */
.paginationContainer {
	  text-align: center;
}

/* position "pages:" label nicely next to buttons */
.paginationContainer .pageLabel {
	position: relative;
	padding-right: 6px;
}
#topPaginationContainer .pageLabel {
	top: -22px;
}
#bottomPaginationContainer .pageLabel {
	top: -11px;
}

/* remove margin around pagination control */ 
#topPaginationContainer ul.pagination {
	margin: 3px 0px 12px 0px;
}
#bottomPaginationContainer ul.pagination {
	margin: 0px;
}

/* btn stuff */

.btn {
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}
.btn .caret {
  border-top-color: #fff;
}
.btn-default {
  background-image: -webkit-linear-gradient(#ffffff, #ffffff 60%, #f5f5f5);
  background-image: -o-linear-gradient(#ffffff, #ffffff 60%, #f5f5f5);
  background-image: linear-gradient(#ffffff, #ffffff 60%, #f5f5f5);
  background-repeat: no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff5f5f5', GradientType=0);
  filter: none;
  border-bottom: 1px solid #e6e6e6;
}
.btn-default:hover {
  color: #555555;
}
.btn-default .caret {
  border-top-color: #555555;
}
.btn-default {
  background-image: -webkit-linear-gradient(#ffffff, #ffffff 60%, #f5f5f5);
  background-image: -o-linear-gradient(#ffffff, #ffffff 60%, #f5f5f5);
  background-image: linear-gradient(#ffffff, #ffffff 60%, #f5f5f5);
  background-repeat: no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff5f5f5', GradientType=0);
  filter: none;
  border-bottom: 1px solid #e6e6e6;
}
.btn-primary {
  background-image: -webkit-linear-gradient(#54b4eb, #2fa4e7 60%, #1d9ce5);
  background-image: -o-linear-gradient(#54b4eb, #2fa4e7 60%, #1d9ce5);
  background-image: linear-gradient(#54b4eb, #2fa4e7 60%, #1d9ce5);
  background-repeat: no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff54b4eb', endColorstr='#ff1d9ce5', GradientType=0);
  filter: none;
  border-bottom: 1px solid #178acc;
}
.btn-success {
  background-image: -webkit-linear-gradient(#88c149, #73a839 60%, #699934);
  background-image: -o-linear-gradient(#88c149, #73a839 60%, #699934);
  background-image: linear-gradient(#88c149, #73a839 60%, #699934);
  background-repeat: no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff88c149', endColorstr='#ff699934', GradientType=0);
  filter: none;
  border-bottom: 1px solid #59822c;
}
.btn-info {
  background-image: -webkit-linear-gradient(#04519b, #033c73 60%, #02325f);
  background-image: -o-linear-gradient(#04519b, #033c73 60%, #02325f);
  background-image: linear-gradient(#04519b, #033c73 60%, #02325f);
  background-repeat: no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff04519b', endColorstr='#ff02325f', GradientType=0);
  filter: none;
  border-bottom: 1px solid #022241;
}
.btn-warning {
  background-image: -webkit-linear-gradient(#ff6707, #dd5600 60%, #c94e00);
  background-image: -o-linear-gradient(#ff6707, #dd5600 60%, #c94e00);
  background-image: linear-gradient(#ff6707, #dd5600 60%, #c94e00);
  background-repeat: no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffff6707', endColorstr='#ffc94e00', GradientType=0);
  filter: none;
  border-bottom: 1px solid #aa4200;
}
.btn-danger {
  background-image: -webkit-linear-gradient(#e12b31, #c71c22 60%, #b5191f);
  background-image: -o-linear-gradient(#e12b31, #c71c22 60%, #b5191f);
  background-image: linear-gradient(#e12b31, #c71c22 60%, #b5191f);
  background-repeat: no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe12b31', endColorstr='#ffb5191f', GradientType=0);
  filter: none;
  border-bottom: 1px solid #9a161a;
}
body{
    background: rgb(95, 93, 91);
}