table.vitamins {
    margin: 20px 0 0 0;
    border-collapse: collapse;
    border-spacing: 0;
    background: #212121;
    color: #fff;
}

table.vitamins th, table.vitamins td {
    text-align: center;
}

table.vitamins thead {
    line-height: 12px;
    background: #2e63e7;
    text-transform: uppercase;
}

table.vitamins thead th {
    color: #fff;
    padding: 10px;
    letter-spacing: 1px;
    vertical-align: bottom;
}

table.vitamins thead th:nth-child(1) {
    width: 20%;
    text-align: left;
    padding-left: 20px;
}
table.vitamins thead tr {
    font-size: 12px;
}

table.vitamins tbody tr {
    font-size: 12px;
}

table.vitamins thead th:nth-child(2) {
    width: 30%;
}

table.vitamins thead th:nth-child(3) {
    width: 35%;
}

table.vitamins thead th:nth-child(4) {
    width: 15%;
}

table.vitamins tbody {
    font-size: 1em;
    line-height: 15px;
}

table.vitamins tbody tr {
    border-top: 2px solid rgba(109, 176, 231, 0.8);
    transition: background 0.6s, color 0.6s;
}

table.vitamins tbody tr:nth-child(even) {
    background: rgba(255, 255, 255, 0.2);
}

table.vitamins tbody tr:hover {
    color: #000;
    background: rgba(255, 255, 255, 0.7);
    font-weight: 900;
}

table.vitamins tbody td {
    padding: 12px;
}

table.vitamins tbody tr:hover td:first-child {
    background: rgba(0,0,0,0);
}

table.vitamins tbody:nth-child(even) {
    text-align: left;
    padding-left: 20px;
    font-weight: 700;
    background: rgba(109, 176, 231, 0.35);
    transition: background 0.6s;
}


table.vitamins tfoot {
    font-size: 0.8em;
}

table.vitamins tfoot tr {
    border-top: 2px solid #2e63e7;
}

table.vitamins tfoot td {
    color: rgba(255,255,215,0.6);
    text-align: left;
    line-height: 15px;
    padding: 15px 20px;
}

.text-center a{
    text-decoration: underline;
    margin-left: 5px;
    color: blueviolet;
}

article {
    margin: 40px auto;
}

@media screen and (max-width: 400px) {
    article {
        margin: 10px auto;
    }
    table.vitamins {
        font-size: 0.8em;
    }
}

[data-tooltip] {
    position: relative;
    z-index: 2;
    cursor: pointer;
  }
  
  /* Hide the tooltip content by default */
  [data-tooltip]:before,
  [data-tooltip]:after {
    visibility: hidden;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    pointer-events: none;
  }
  
  /* Position tooltip above the element */
  [data-tooltip]:before {
    position: absolute;
    bottom: 110%;
    left: 50%;
    margin-bottom: 5px;
    margin-left: -80px;
    padding: 7px;
    width: 160px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #000;
    background-color: hsla(0, 0%, 20%, 0.7);
    color: #fff;
    content: attr(data-tooltip);
    text-align: center;
    font-size: 14px;
    line-height: 1.2;
  }
  
  /* Triangle hack to make tooltip look like a speech bubble */
  [data-tooltip]:after {
    position: absolute;
    bottom: 110%;
    left: 50%;
    margin-left: -5px;
    width: 0;
    border-top: 5px solid #000;
    border-top: 5px solid hsla(0, 0%, 20%, 0.7);
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    content: " ";
    font-size: 0;
    line-height: 0;
  }
  
  /* Show tooltip content on hover */
  [data-tooltip]:hover:before,
  [data-tooltip]:hover:after {
    visibility: visible;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }

  .single pre {
    white-space: pre-wrap;
  }

  

  .single p {
    text-decoration: none!important;
    word-break: break-word!important;
  }

  .tags-list {
    word-break: break-word;
  }

  .ql-align-justify {
    text-align: justify!important;
  }

  .actions {
    display: flex;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    margin: 30px 0!important;
  }

  .actions a {
    background-color: #37183c;
    padding: 15px;
    border-radius: 5px;
    margin: 5px;
    color: #ffffff;
    transition: 0.3s all ease-in-out;
  }

  .actions a:hover {
    background-color: #492050;
}

section.post-container {
  position: relative;
}

section.post-container, section.posts-container {
    margin: 114px 0;
}

.languages-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 32px;
}

.languages-list p {
  font-size: 20px;
  font-weight: bold;
  color: #37183c;
  position: relative;
  cursor: pointer;
  padding-right: 24px;
}

.language-buttons {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 20px;
  margin-right: -20px;
}

.language-buttons a {
  background-color: #37183c;
  color: #fff;
  border-radius: 5px;
  width: calc(100% * (1/5));
  min-width: 130px;
  margin-bottom: 8px;
  padding: 8px 12px;
  margin-right: 20px;
}

.language-select-wrapper {
  margin-left: 32px;
  margin-bottom: 32px;
}

.language-select-wrapper p {
  margin-bottom: 10px;
  font-size: 18px;
}

.show {
  display: flex;
}

.social-buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid rgba(0, 0, 0, 0.13);
  width: fit-content;
  padding: 24px;
  margin: 24px auto 0;
}

.social-buttons .label {
  font-weight: bold;
  font-size: 12px;
  margin-right: 32px;
  height: fit-content;
}

.social-buttons .share-button {
  cursor: pointer;
  margin-left: 12px;
}

.share-button i {
  font-size: 42px;
}

@media all and (min-width: 1330px) {
  .languages-list {
    position: absolute;
    left: 20px;
    top: 50px;
    margin-top: 0;
    display: block;
  }
  .language-buttons {
    flex-direction: column;
    margin: auto;
  }
  .language-buttons a {
    width: fit-content;
  }
  .language-buttons a:first-child {
    margin-top: 24px;
  }
}

@media all and (min-width: 500px) {
  .social-buttons .label {
    font-size: 14px;
  }
}

/* .select-pure__select {
	align-items: center;
	background: #f9f9f8;
	border-radius: 4px;
	border: 1px solid #19aeee67;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
	box-sizing: border-box;
	color: #363b3e;
	cursor: pointer;
	display: flex;
	font-size: 16px;
	font-weight: 500;
	justify-content: left;
	min-height: 44px;
	padding: 5px 10px;
	position: relative;
	transition: 0.2s;
	width: 300px;
}
  
.select-pure__options {
	border-radius: 4px;
	border: 1px solid rgba(0, 0, 0, 0.15);
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
	box-sizing: border-box;
	color: #363b3e;
	display: none;
	left: 0;
	max-height: 221px;
	overflow-y: scroll;
	position: absolute;
	top: 50px;
	width: 100%;
	z-index: 5;
}

.select-pure__select--opened .select-pure__options {
	display: block;
}

.select-pure__option {
	background: #fff;
	border-bottom: 1px solid #e4e4e4;
	box-sizing: border-box;
	height: 44px;
	line-height: 25px;
	padding: 10px;
}

.select-pure__option--selected {
	color: #e4e4e4;
	cursor: initial;
	pointer-events: none;
}

.select-pure__option--hidden {
	display: none;
}

.select-pure__selected-label {
	background: #220f25;
	border-radius: 4px;
	color: #fff;
	cursor: initial;
	display: inline-block;
	margin: 5px 10px 5px 0;
	padding: 3px 7px;
}

.select-pure__selected-label:last-of-type {
	margin-right: 0;
}

.select-pure__selected-label i {
	cursor: pointer;
	display: inline-block;
	margin-left: 7px;
}

.select-pure__selected-label i:hover {
	color: #e4e4e4;
}

.select-pure__autocomplete {
	background: #f9f9f8;
	border-bottom: 1px solid #e4e4e4;
	border-left: none;
	border-right: none;
	border-top: none;
	box-sizing: border-box;
	font-size: 16px;
	outline: none;
	padding: 10px;
	width: 100%;
}
.select-pure__placeholder--hidden {
	display: none;
} */