:root {
  --flik-context-color: red;
}
#content-left {
  font-size: 16px;
  position: relative;
}
div#toc-panel-toggle {
  padding: 4px 8px;
  margin-left: 20px;
  background-color: #eee;
  display: inline-block;
  border-radius: 10px;
  cursor: pointer;
}
#toc {
  display: none;
  background-color: #fff;
  border-radius: 15px;
  padding: 20px;
  box-shadow: 0px 0px 10px #aaa;
}
.with-toc #toc {
  display: block;
}
#toc.child_hierarchy ul.children {
  display: initial;
}
#toc.child_hierarchy ul.children li {
  margin-left: 40px;
}
#toc.children_level1 {
  position: absolute;
  top: -10px;
  left: 15px;
  z-index: 99;
}
#toc h4 {
  font-size: 20px;
  border: none;
  padding: 0px;
}
#toc ul {
  list-style-type: none;
  padding-left: 0px;
  line-height: 1.8em;
}
.single-theory .page-title {
  display: flex;
  column-gap: 20px;
  align-items: center;
  justify-content: space-between;
}
.page-intro {
	display: flex;
	justify-content: space-between;
}
.page-intro.noflex {
  display: block;
}
.theory-intro {
	margin: 10px 5px 10px 0px;
}
.page-intro.no-introtext {
  justify-content: end;
}
.page-intro.no-introtext #coaches.multi-coach {
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
}
.coach-link {
	color: #333;
	font-size: 14px;
}
#list-container {
	padding: 10px;
}
td {
  padding: 2px;
}
th {
  word-break: break-all
}
#content-left {
  padding: 20px;
  background-color: var(--flik-background);
  border-radius: 15px;
}
#theory-toc {
  padding-left: 10px;
}
.toc-depth0 {
  font-size: 20px;
  padding: 10px 0px;
}
.page_item a {
  display: flex;
  align-items: center;
  column-gap: 10px;
  border: 1px solid var(--flik-orange);
  border-radius: 9px;
  margin: 5px 0px;
  padding: 0px 10px;
}
.page_item a:hover {
  background-color: #ccc;
}
.children {
  display: none;
}
.children li {
  line-height: 1.8em;
}
.theory-title:hover {
  text-decoration: underline;
}
.theory-coach {
  color: #999;
  padding-left: 10px;
}
.theory-vis {
  color: red;
  padding-left: 10px;
}
#list-container ul {
  list-style-type: none;
  font-size: 16px;
}
.toc-header {
  color: #333;
  text-transform: none;
  margin: 20px 10px;
  font-size: 24px;
}
.toc-toggle {
  height: 20px;
  width: 15px;
  background: url(/wp-content/uploads/2015/10/arrow-down-white_x2.png) no-repeat right/30px #aaa;
  padding: 0px 7px 0px;
  border-radius: 8px;
}
.toc-toggle.opened {
  background: url(/wp-content/uploads/2015/10/arrow-up-white_x2.png) no-repeat right/30px #ddd;
}
#theory-search {
  width: 45%;
}
.theory #theory-search {
  width: 100%;
}
#search-results {
  padding: 10px;
  background-color: var(--flik-background);
  color: #333;
  border-radius: 15px;
  margin: 10px;
}
#search-results h2 {
  text-transform: none;
}
.theory-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.theory-card {
  width: 250px;
  background-color: #fff;
  border-radius: 15px;
  position: relative;
  min-height: 120px;
  padding: 5px;
}
.theory-card h3 {
  color: #333;
  font-weight: 500;
  width: calc(100% - 30px);
}
.theory-card h3:hover {
  text-decoration: underline;
}
.theory-card img.flash {
	border-radius: 0px;
	position: absolute;
	top: 0px;
	right: 0px;
}
/* --- SINGLE THEORY SPECIFICS --- */
.theory h3 {
  color: #333;
  font-weight: 500;
  font-size: 20px;
}
#contents-list h4 {
  display: block;
  padding: 10px;
  font-size: 16px;
  font-weight: 400;
}
#contents-list ul {
  padding-left: 10px;
  list-style-type: none;
  font-size: 16px;
}
#contents-list ul li {
  margin: 2px;
}
li.page_item.current_page_item {
  background-color: #e8e8e8;
  border-left: 7px solid #444;
  padding-left: 5px;
}
#contents-list ul li a {
  line-height: 16px;
  padding: 5px 0px;
  display: flex;
  align-items: center;
}
.coach-link {
	text-align: center;
	margin: 0px 10px;
}
.drill-coach img, img.drill-coach {
	width: 60px;
}
#theory-content img {
  max-width: 100%;
  height: auto;
}
#theory-content img.landscape {
  width: 100%;
}
#theory-content h2 {
  color: #333;
  text-transform: none;
}
#theory-content iframe {
  max-width: 100%;
}
.wp-caption img {
  justify-self: right;
}
#theory-content p {
  padding-right: 20px;
}
div.wp-caption {
  display: grid;
  grid-template-columns: 50% 50%;
}
.wp-caption-text {
    max-width: 160px;
    background-color: #ccc;
    margin-top: 2px;
    height: fit-content;
    padding: 10px;
    border-radius: 5px;
}
.wp-caption-text.gif-desc {
  max-width: 80%;
}
#theory-content a:not(.item-link), .free-teaser a, .free-teaser button {
  padding: 0px 10px;
  line-height: 1.6em;
  text-decoration: none;
  display: inline-block;
  color: #333;
  background-color: #fff;
  border: 1px solid var(--flik-orange);
  border-radius: 10px;
  margin: 2px 0px;
}
.free-teaser button {
  cursor: pointer;
  font-size: inherit;
}
.free-teaser button:hover {
  color: var(--flik-orange);
  background-color: #eee;
}
#theory-content a:hover, .free-teaser a:hover {
  background-color: #eee;
}
#postlinks {
  display: flex;
  justify-content: space-between;
  margin: 10px 10px 0px 0px;
}
#postlinks a {
  display: block;
  background-size: 37px;
}
#first-chapter-link {
  background-color: #fff;
  margin-right: 10px;
  border-radius: 15px;
  padding: 15px;
  box-shadow: 0px 0px 5px #aaa;
}
#first-chapter-link a {
  border: 1px solid var(--flik-orange);
  padding: 5px 10px;
  border-radius: 10px;
  cursor: pointer;
}
#first-chapter-link a:hover {
  background-color: #eee;
}
#first-chapter-link h2 {
  color: #333;
  padding: 5px 9px;
  margin-bottom: 10px;
  font-size: 16px;
  text-transform: none;
}
#first-chapter-link p {
  padding: 10px;
  margin-top: 0;
  display: flex;
  align-items: center;
  gap: 10px;
}
#pre-req, #what-next {
  padding: 0px 10px;
  grid-column: 1;
}
#what-next h4 {
  border: none;
  font-size: 16px;
}
.tags.drill-link-list {
	padding-left: 0px;
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  gap: 10px;
}
.tags.drill-link-list li {
  color: var(--flik-orange);
  padding: 5px 10px;
  border: 1px solid;
  border-radius: 10px;
}
.tags.drill-link-list li:hover {
	background-color: #eee;
}
#comments {
  grid-column: 1 / span 2;
}
@media only screen and (min-width: 600px) {
td {
  padding: 7px 10px;
}
th {
  word-break: keep-all;
}
a.drills-link, a.theory-link, a.video-link {
  white-space: nowrap;
}
}