body {
  padding-top: 50px;
  padding-bottom:50px;
}
.starter-template {
  padding: 40px 15px;
  text-align: center;
}


dt {
	margin-top:20px;
	margin-left:-10px;
	padding-left:0px;
	margin-bottom:10px;
/*	background-color:lightgray;*/
}

:target {
  display: block;
  position: relative;
  top: -60px; 
  visibility: hidden;
}

table.padcolright tbody tr td:first-of-type {
  padding-right: 10px;
}



/*
 * Callouts
 *
 * Not quite alerts, but custom and helpful notes for folks reading the docs.
 * Requires a base and modifier class.
 */

/* Common styles for all types */
.bs-callout {
  margin: 20px 0;
  padding: 15px 30px 15px 15px;
  border-left: 5px solid #eee;
}
.bs-callout h4 {
  margin-top: 0;
}
.bs-callout p:last-child {
  margin-bottom: 0;
}
.bs-callout code,
.bs-callout .highlight {
  background-color: #fff;
}

/* Variations */
.bs-callout-danger {
  background-color: #fcf2f2;
  border-color: #dFb5b4;
}
.bs-callout-warning {
  background-color: #fefbed;
  border-color: #f1e7bc;
}
.bs-callout-info {
  background-color: #f0f7fd;
  border-color: #d0e3f0;
}
