/* --------------------------------------------------------------
 *               Bücher aus dem Springer-Verlag
 * --------------------------------------------------------------
 */

#inhalt li {
  margin-left:0;
}

/* table */
.springer {
	border-collapse:collapse;
	background-color:#fff;
	border-top: 1px solid #888;
	border-bottom: 1px solid #888;
   margin-top:6px !important;
   margin-bottom:6px;
}

.springer td {
  padding:0 1rem;
}
.springer td.top {
  padding-top:0.5rem;
}

.springer td.bottom {
  padding-bottom:0.5rem;
}

.springer-nature1 {
   margin-top:-3px;
}

.springer-nature2 {
   margin-top:-4px;
   margin-left:0.3rem;
}

.springer-link {
	cursor:pointer;
	vertical-align:middle;
   float:right;
   margin-right:0.25rem;
   margin-top:-2px;
}

a.springer-spektrum {
	padding-left: 0;
	border-bottom: 0;
   text-decoration:none;
}

/* list group */
.list-group-item {
   padding:0.6rem 1.5rem;
   border-left:0;
   border-right:0;
   margin-bottom:-5px;
}

.list-group-item:first-Child {
   border-top-left-radius:0;
   border-top-right-radius:0;
   border-top: 1px solid #666;
   border-top:0;
}

.list-group-item:last-Child {
   border-bottom-left-radius:0;
   border-bottom-right-radius:0;
   border-bottom: 1px solid #666;
   border-bottom:0;
}

.list-group-item.oben {
   border-top: 1px solid #888;
  }

.list-group-item.unten {
   border-bottom: 1px solid #888;
}

div.caption {
  margin-top:1.25ex;
}

.btn-mq {
	background-color:#973944;
   color:#fff;
}

.btn-mq:hover {
	background-color: #f9f1e4;
   color:#973944;
   border: 1px solid #aaa;
}
