.well .page-header {
  text-align: center;
}

.well {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
}

@media (min-width: 1200px) {
  	.row-fluid .span8 {
		width: 71.257446802%;
		*width: 71.104255312638%;
	}
  	.row-fluid .span4 {
		width: 26.614893614%;
		*width: 26.661702124638%;
	}
}

/* tables */
table.no-zebra tbody tr:nth-child(even) td,
table.no-zebra tbody tr.even td {
  background: transparent;
}

/* table with border */
table.kbtable {
  width: 100%;
  border-top: 1px solid #a1a5a9;
  border-left: 1px solid #a1a5a9;
}
table.kbtable tr th {
  background-color: #e2e2e2;
  font-weight: bold;
  border-bottom: 1px solid #a1a5a9;
  border-right: 1px solid #a1a5a9;  
}
table.kbtable td {
  padding: 4px;
  border-bottom: 1px solid #a1a5a9;
  border-right: 1px solid #a1a5a9;
}
table.kbtable tbody tr:nth-child(even) td,
table.kbtable tbody tr.even td {
  background: transparent;
}

/*.blog div {
  margin-bottom: 10px;
}*/

.note-red {
  color: red;
}