@import url('https://fonts.googleapis.com/css?family=Lato');
.book.font-family-0 {font-family: Georgia, serif;}
.book.font-family-1 {font-family: Lato, sans-serif;}

p.caption {
  color: #777;
  margin-top: 10px;
}
p code {
  white-space: inherit;
}
pre {
  word-break: normal;
  word-wrap: normal;
}
pre code {
  white-space: inherit;
}

/* Style the tab */
/* was #f1f1f1 */
.tab {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #ffffff;
  padding: 8px 8px 8px 8px;
  margin-bottom: 4px;
}

/* Style the buttons inside the tab */

/*
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 17px;
}
/*

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #ccc;
}

/* Style the tab content */
/*   border-top: none; */
/* border: 1px solid #ccc */
/*   padding: 6px 12px; */
.tabcontent {
  display: none;
  border: none;
  margin-bottom: 4px;
}
