/*
    mixin
*/
.green-gradient {
  background: #dbed30;
  /* Old browsers */
  background: -moz-linear-gradient(top, #dbed30 0%, #b2c21b 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #dbed30 0%, #b2c21b 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #dbed30 0%, #b2c21b 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

}
/*
    content
*/

*,
*:before,
*:after {
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
}
html,
body {
  -webkit-touch-callout: none;
  /* prevent callout to copy image, etc when tap to hold */
  -webkit-text-size-adjust: none;
  /* prevent webkit from resizing text to fit */
  -webkit-user-select: none;
  /* prevent copy paste, to allow, change 'none' to 'text' */
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  height: 100%;
  margin: 0px;
  padding: 0px;
  width: 100%;
}
h2 {
  margin-bottom: 10px;
  padding-bottom: 0px;
}
p {
  margin-top: 0px;
}
th {
  text-align: left;
}
table {
  width: 100%;
}
table td,
table th {
  border: solid 1px #e2e2e2;
  padding: 2px;
}
.side-effects {
  line-height: initial;
}
.side-effects label {
  margin-bottom: 0px;
  font-weight: normal;
}
.status-bar {
  height: 20px;
  width: 100%;
  background: black;
  position: relative;
  z-index: 5;
}
.app {
  top: 20px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  overflow: hidden;
  background: white;
  z-index: 5;
}
.toolbar {
  height: 44px;
  width: 100%;
  color: #7b2981;
  position: relative;
  background: #dbed30;
  /* Old browsers */
  background: -moz-linear-gradient(top, #dbed30 0%, #b2c21b 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #dbed30 0%, #b2c21b 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #dbed30 0%, #b2c21b 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

}
.toolbar .toolbar-title {
  font-weight: 600;
  font-size: 18px;
  width: 100%;
  line-height: 44px;
  text-align: center;
}
.toolbar .left {
  position: absolute;
  left: 10px;
}
.bottom-bar {
  border-top: solid 1px #b2c21b;
  height: 44px;
  width: 100%;
  bottom: 0px;
  position: absolute;
  color: black;
  padding-left: 10px;
  padding-right: 10px;
  background: #dbed30;
  /* Old browsers */
  background: -moz-linear-gradient(top, #dbed30 0%, #b2c21b 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #dbed30 0%, #b2c21b 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #dbed30 0%, #b2c21b 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

}
.bottom-bar .left {
  float: left;
  position: relative;
  z-index: 2;
}
.bottom-bar .center {
  position: absolute;
  width: 100px;
  left: 50%;
  margin-left: -50px;
}
.bottom-bar .right {
  float: right;
  position: relative;
  z-index: 2;
}
.small-logo {
  background-image: url('../img/logo-small.png');
  background-repeat: no-repeat;
  width: 74px;
  height: 30px;
  display: block;
  margin: auto;
  margin-top: 4px;
}
.app-col.legend-col {
  display: none;
}
.app-col.legend-col label {
  color: black;
  font-weight: bold;
  margin-top: 12px;
  margin-bottom: 6px;
  line-height: 18px;
  display: block;
  font-size: 14px;
}
.search-box {
  font-weight: bold;
  padding: 10px;
  background-color: #cba9cb;
  clear: both;
}
.search-box .labels .left {
  float: left;
}
.search-box .labels .right {
  float: right;
}
.search-box label {
  margin-bottom: 5px;
  font-weight: bold;
  display: inline-block;
}
.search-box input {
  width: 100%;
  padding-right: 30px;
}
.search-box .input-holder {
  position: relative;
  width: 100%;
  clear: both;
}
.search-box .input-holder .btn-clear-search {
  position: absolute;
  background: url('../img/btn-clear-search.png');
  width: 20px;
  height: 20px;
  display: inline-block;
  background-size: cover;
  top: 7px;
  right: 4px;
}
.side-effects .content {
  position: absolute;
  top: 44px;
  bottom: 44px;
  left: 0;
  right: 0;
}
.cols {
  width: 200%;
  height: 100%;
  position: relative;
  bottom: 44px;
  transition: .35s;
  -webkit-transition: .35s;
  -moz-transition: .35s;
  left: 0;
  top: 0;
}
.cols.to-right {
  /*left : -100%;*/
  -ms-transform: translate(-50%, 0px);
  /* IE 9 */
  -webkit-transform: translate(-50%, 0px);
  /* Safari */
  transform: translate(-50%, 0px);
}
.app-col {
  position: absolute;
  top: 0px;
  bottom: 0px;
  width: 50%;
}
.left-col {
  left: 0px;
}
.right-col {
  left: 50%;
}
.no-results {
  display: none;
}
.product-container {
  display: none;
}
.ingredient-list,
.product-list {
  top: 120px;
}
.organism-list {
  top: 102px;
}
.list-content {
  overflow-y: auto;
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  background: #eeeeee;
  /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(#eeeeee, #dddddd);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(#eeeeee, #dddddd);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(#eeeeee, #dddddd);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(#eeeeee, #dddddd);
  /* Standard syntax */
  padding-top: 5px;
  padding-bottom: 5px;
}
.ingredient-row,
.organism-row,
.product-row {
  font-size: 17px;
  padding: 3px 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ingredient-row label,
.organism-row label,
.product-row label {
  opacity: .75;
  color: darkgray;
}
.ingredient-row.available label,
.organism-row.available label,
.product-row.available label {
  opacity: 1;
  color: #767676;
}
ul.tab-bar {
  width: 100%;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
ul.tab-bar li.tab {
  width: 50%;
  display: inline-block;
  font-size: 16px;
  float: left;
  text-align: center;
}
ul.tab-bar li.tab.wide {
  width: 100%;
  text-align: left;
}
ul.tab-bar li.tab.wide a {
  min-height: 23px;
}
ul.tab-bar li.tab a {
  display: inline-block;
  color: black;
  text-decoration: none;
  font-weight: bold;
  background: #e4d4e4;
  padding: 4px 8px 5px 8px;
  border: 1px solid #a37da3;
  border-bottom: none;
  margin: auto;
  cursor: pointer;
  width: 90%;
  margin-left: 5%;
  margin-right: 5%;
  line-height: 18px;
}
ul.tab-bar li.tab a.active {
  background: #cba9cb;
}
input[type=text] {
  border-radius: 0px;
  border: none;
  font-size: 20px;
  padding: 5px;
}
input:focus,
textarea:focus,
keygen:focus,
select:focus {
  outline: none;
}
.language-select {
  display: inline;
  position: relative;
}
.language-select ul.lang-dropdown {
  display: none;
  position: absolute;
  bottom: 10px;
  right: 0;
}
.language-select ul.lang-dropdown li {
  list-style: none;
  background: #dbed30;
  /* Old browsers */
  background: -moz-linear-gradient(top, #dbed30 0%, #b2c21b 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #dbed30 0%, #b2c21b 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #dbed30 0%, #b2c21b 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

  padding: 8px 15px;
  border: solid 1px #747e15;
}
.language-select ul.lang-dropdown li:last-child:after {
  content: url('../img/language-arrow.png');
  position: absolute;
  bottom: -10px;
  right: 10px;
}
.btn-close-info {
  font-size: 18px;
  background: grey;
}
.sideeffects-modal {
  position: fixed;
  -ms-transform: translate(0px, 100%);
  /* IE 9 */
  -webkit-transform: translate(0px, 100%);
  /* Safari */
  transform: translate(0px, 100%);
  transition: .35s;
  -webkit-transition: .35s;
  -moz-transition: .35s;
  width: 100%;
  height: 100%;
  background: white;
  z-index: 15;
}
.sideeffects-modal.shown {
  -ms-transform: translate(0, 0px);
  /* IE 9 */
  -webkit-transform: translate(0, 0px);
  /* Safari */
  transform: translate(0, 0px);
}
.sideeffects-modal .modal-inner {
  padding: 10px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 44px;
  overflow: auto;
  background: white;
}
#modal-results .modal-inner {
  overflow: scroll;
}
.accordion .accordion-button {
  background: white;
  /* Old browsers */
  background: -webkit-linear-gradient(top, white 0%, #e2e2e2 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, white 0%, #e2e2e2 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=white, endColorstr=#e2e2e2, GradientType=0);
  /* IE6-9 */
  border: #e2e2e2 solid 1px;
  border: solid 1px gainsboro;
  font-weight: bold;
  color: #444444;
  cursor: pointer;
  padding: 10px;
  width: 100%;
  text-align: left;
  transition: 0.4s;
  position: relative;
}
.accordion .accordion-button:after {
  content: url('../img/accordion-arrow.png');
  position: absolute;
  right: 10px;
  top: 10px;
}
.accordion .accordion-button.btn1 {
  color: #76870a;
}
.accordion .accordion-button.btn2 {
  color: #823282;
}
.accordion .accordion-button.btn3,
.accordion .accordion-button.btn5 {
  color: black;
}
.accordion .accordion-button.btn4 {
  color: #993333;
}
.accordion .accordion-button.active,
.accordion .accordion-button:hover {
  background-color: #dddddd;
}
.accordion .accordion-button.active:after,
.accordion .accordion-button:hover:after {
  -ms-transform: rotate(180deg);
  /* IE 9 */
  -webkit-transform: rotate(180deg);
  /* Safari */
  transform: rotate(180deg);
}
.accordion .accordion-panel {
  background-color: white;
  display: none;
  width: 100%;
  padding: 10px;
}
.accordion .accordion-panel.no-padding {
  padding: 0px;
}
.result-holder {
  text-align: center;
  position: relative;
}
.result-holder > div > div {
  height: 26px;
  line-height: 26px;
  font-size: 13px;
}
.result-holder .organism-cell {
  position: relative;
  background: #cba9cb;
  border-bottom: solid 1px #a569a5;
  font-weight: bold;
  width: 300px;
  left: 0px;
  top: 0px;
}
.result-holder .organism-cell .organism-inner {
  top: 0px;
  width: 190px;
  position: absolute;
}
.result-holder .organism-cell .status-inner {
  position: absolute;
  width: 110px;
  top: 0px;
  left: 190px;
}
.result-holder .organism-cell .status-inner .state:last-child {
  border-bottom: solid 1px #a569a5;
}
.result-holder .col1 {
  width: 300px;
  position: relative;
}
.result-holder .row1 {
  background: #e6efac !important;
  line-height: 26px;
  height: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-weight: bold;
}
.result-holder .row2 {
  background: #f2f6d5 !important;
}
.result-holder .row2 .row2-cell {
  background: #f2f6d5 !important;
  line-height: 26px;
  height: 26px;
  float: left;
}
.result-holder .state {
  background: #e4d4e4;
  color: #a37da3;
  line-height: 26px;
  height: 26px;
  white-space: nowrap;
}
.result-holder .product-cols-holder {
  position: absolute;
  top: 38px;
  left: 120px;
  bottom: 0px;
  right: 0px;
  height: 100%;
  overflow-y: hidden;
  overflow-x: auto;
}
.result-holder .product-cols-holder .product-col {
  float: left;
  height: 100%;
  margin-bottom: 0px;
}
.result-holder .data-cols .data-col {
  float: left;
}
.result-holder .data-cols .data-cell {
  line-height: 26px;
  height: 26px;
  border: solid 1px #eeeeee;
  /*&:first-child {
                border-top: solid 1px #a569a5;
            }*/

}
.result-holder .data-cols .data-cell.purple-bottom-border {
  border-bottom: solid 1px #a569a5;
}
.result-holder .organism-container {
  position: relative;
  clear: both;
}
.result-holder .organism-header {
  background: #dbed30;
  /* Old browsers */
  background: -moz-linear-gradient(top, #dbed30 0%, #b2c21b 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #dbed30 0%, #b2c21b 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #dbed30 0%, #b2c21b 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

  color: white;
  font-weight: bold;
  font-size: 18px;
  padding: 6px 10px;
  height: auto;
  clear: both;
}
.result-holder .product-col {
  margin-bottom: 15px;
}
.result-holder .small-col1 {
  width: 120px;
  background: #f2f6d5 !important;
  line-height: 26px;
  margin-bottom: 15px;
  height: auto;
  float: left;
}
.result-holder .small-col1 .cell1,
.result-holder .small-col1 .cell2 {
  height: 26px;
  width: 100%;
}
.result-holder .small-col1 .cell1 {
  background: #e6efac;
}
.result-holder .small-col1 .cell2 {
  background: #f2f6d5;
}
.greenlab-tooltip-icon {
  background-image: url('../img/greenlab-icon.jpg');
  display: block;
  float: right;
  width: 61px;
  height: 60px;
}
.side-effects a.result-tooltip {
  color: black;
  text-decoration: none;
}
.side-effects a.result-tooltip:hover,
.side-effects a.result-tooltip:active,
.side-effects a.result-tooltip:focus,
.side-effects a.result-tooltip:visited {
  color: black;
  text-decoration: none;
}
.side-effects .result-tooltip.unknown {
  width: 18px;
  height: 18px;
  line-height: 17px;
  border-radius: 9px;
  display: inline-block;
  text-align: center;
  margin: auto;
  color: white;
  font-weight: bold;
  background: #b4bfc8;
  /* Old browsers */
  background: -webkit-linear-gradient(top, #b4bfc8 0%, #a8b1b9 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #b4bfc8 0%, #a8b1b9 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#b4bfc8, endColorstr=#a8b1b9, GradientType=0);
  /* IE6-9 */
  border: #a8b1b9 solid 1px;
}
.side-effects .result-tooltip.unknown:hover,
.side-effects .result-tooltip.unknown:active,
.side-effects .result-tooltip.unknown:focus {
  color: white;
}
.side-effects .result-tooltip.request-info {
  width: 18px;
  height: 18px;
  line-height: 17px;
  border-radius: 9px;
  display: inline-block;
  text-align: center;
  margin: auto;
  background-image: url('../img/request-info-icon.png');
  background-repeat: no-repeat;
}
.side-effects .result-tooltip.request-info.no-icon {
  font-weight: bold;
  text-decoration: underline;
  background: none;
  width: auto;
}
.toxicity {
  width: 18px;
  height: 18px;
  line-height: 17px;
  display: inline-block;
  text-align: center;
  margin: auto;
  color: white;
  font-size: 12px;
  font-weight: bold;
}
.toxicity.toxicity1 {
  background: url("../img/toxicity1.png") no-repeat center;
}
.toxicity.toxicity1-2 {
  background: url("../img/toxicity1-2.png") no-repeat center;
}
.toxicity.toxicity2 {
  background: url("../img/toxicity2.png") no-repeat center;
}
.toxicity.toxicity2-3 {
  background: url("../img/toxicity2-3.png") no-repeat center;
}
.toxicity.toxicity3 {
  background: url("../img/toxicity3.png") no-repeat center;
}
.toxicity.toxicity3-4 {
  background: url("../img/toxicity3-4.png") no-repeat center;
}
.toxicity.toxicity4 {
  background: url("../img/toxicity4.png") no-repeat center;
}
.toxicity.toxicityA {
  background: url("../img/toxicity-A.png") no-repeat center;
}
.toxicity.toxicityB {
  background: url("../img/toxicity-B.png") no-repeat center;
}
.toxicity.toxicityC {
  background: url("../img/toxicity-C.png") no-repeat center;
}
.toxicity.toxicityD {
  background: url("../img/toxicity-D.png") no-repeat center;
}
.greenlab-icon {
  width: 18px;
  height: 18px;
  line-height: 17px;
  display: inline-block;
  text-align: center;
  margin: auto;
  font-weight: bold;
  background: url("../img/greenlab.png") no-repeat center;
  position: relative;
}
.info-icon {
  width: 18px;
  height: 18px;
  line-height: 17px;
  display: inline-block;
  text-align: center;
  margin: auto;
  font-weight: bold;
  background: url("../img/info.png") no-repeat center;
}
.tooltip-popup {
  display: inline;
  position: absolute;
  pointer-events: none;
}
.tooltip-popup .inner-popup {
  position: relative;
  background: white;
  border: solid 3px #6d1e7e;
  display: inline-block;
  text-align: center;
  padding: 2px 14px;
  border-radius: 15px;
  z-index: 10;
  margin-top: 25px;
  min-width: 120px;
  max-width: 320px;
  left: -50%;
  margin-left: 0px;
  line-height: 16px;
  white-space: initial;
  height: auto;
}
.navbar-back-button {
  left: 15px;
  top: 7px;
  position: absolute;
  background-repeat: repeat-x;
  background-color: #747e15;
  /*change this and the background color for the :before element*/
  background-image: -webkit-linear-gradient(bottom, transparent 0%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.3) 100%);
  height: 30px;
  padding: 0 10px 0 8px;
  z-index: 0;
  border-radius: 6px;
  -webkit-border-top-left-radius: 10px 15px;
  -webkit-border-bottom-left-radius: 10px 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow: -1px -1px 0px rgba(0, 0, 0, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.8) inset;
  font-size: 13px;
  display: none;
  text-align: center;
  color: #232607;
  text-shadow: 0px -1px 0px black;
  line-height: 30px;
  font-weight: 700;
  -webkit-background-size: 30px;
}
.navbar-back-button:before {
  position: absolute;
  top: 9.9%;
  left: -5px;
  -webkit-background-size: 22px 22px;
  background-position: -2px -1.5px;
  background-color: #747e15;
  background-image: -webkit-gradient(linear, left bottom, right top, from(transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.1)), to(rgba(255, 255, 255, 0.3)));
  height: 25px;
  width: 25px;
  -webkit-transform: rotate(-45deg) skew(-10deg, -10deg);
  -webkit-border-top-right-radius: 100px 40px;
  -webkit-border-top-left-radius: 30px 2px;
  -webkit-border-bottom-right-radius: 2px 30px;
  -webkit-border-bottom-left-radius: 40px 100px;
  z-index: 1;
  content: ' ';
  border-left: 1.5px solid rgba(255, 255, 255, 0.3);
  box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2) inset, -1px 1px 1px rgba(0, 0, 0, 0.5) inset;
  -webkit-mask-image: -webkit-gradient(linear, left top, right bottom, from(black), color-stop(0.33, black), color-stop(0.5, transparent), to(transparent));
}
.navbar-next-button {
  right: 15px;
  top: 7px;
  position: absolute;
  background-repeat: repeat-x;
  background-color: #747e15;
  /*change this and the background color for the :before element*/
  background-image: -webkit-linear-gradient(bottom, transparent 0%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.3) 100%);
  height: 30px;
  padding: 0 10px 0 8px;
  z-index: 0;
  border-radius: 6px;
  -webkit-border-top-right-radius: 10px 15px;
  -webkit-border-bottom-right-radius: 10px 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow: -1px -1px 0px rgba(0, 0, 0, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.8) inset;
  font-size: 13px;
  display: block;
  text-align: center;
  color: #232607;
  text-shadow: 0px -1px 0px black;
  line-height: 30px;
  font-weight: 700;
  -webkit-background-size: 30px;
}
.navbar-next-button:after {
  position: absolute;
  top: 9.9%;
  right: -5px;
  -webkit-background-size: 22px 22px;
  background-position: -2px -1.5px;
  background-color: #747e15;
  background-image: -webkit-gradient(linear, right top, left bottom, from(transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.1)), to(rgba(255, 255, 255, 0.3)));
  height: 25px;
  width: 25px;
  -webkit-transform: rotate(135deg) skew(-10deg, -10deg);
  -webkit-border-top-right-radius: 100px 40px;
  -webkit-border-top-left-radius: 30px 2px;
  -webkit-border-bottom-right-radius: 2px 30px;
  -webkit-border-bottom-left-radius: 40px 100px;
  z-index: 1;
  content: ' ';
  border-left: 1.5px solid rgba(255, 255, 255, 0.3);
  box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2) inset, -1px 1px 1px rgba(0, 0, 0, 0.5) inset;
  -webkit-mask-image: -webkit-gradient(linear, left top, right bottom, from(black), color-stop(0.33, black), color-stop(0.5, transparent), to(transparent));
}
.navbar-button {
  cursor: pointer;
  top: 7px;
  position: relative;
  display: inline-block;
  background-repeat: repeat-x;
  background-color: #747e15;
  background-image: -webkit-linear-gradient(bottom, transparent 0%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.3) 100%);
  height: 30px;
  padding: 0 10px 0 8px;
  z-index: 0;
  border-radius: 6px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow: -1px -1px 0px rgba(0, 0, 0, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.8) inset;
  font-size: 13px;
  text-align: center;
  color: #232607;
  text-shadow: 0px -1px 0px black;
  line-height: 30px;
  font-weight: 700;
  -webkit-background-size: 30px;
}
.navbar-button.navbar-button-left {
  left: 15px;
  position: absolute;
}
.navbar-button.navbar-button-right {
  right: 15px;
  position: absolute;
}
.empty-search label {
  padding: 10px;
  font-style: italic;
  font-size: 16px;
  font-weight: bold;
}
.pdf-btn-container {
  clear: both;
  height: 100px;
  margin-top: 15px;
}
.btn-print-pdf {
  color: #777777;
  text-decoration: none;
  border: #bbbbbb solid 1px;
  border-radius: 5px;
  padding: 5px 10px;
  position: relative;
  background: #eeeeee;
  margin-right: 6px;
  left: -3px;
  margin-top: 15px;
  margin-bottom: 15px;
  padding-left: 20px;
}
.btn-print-pdf:hover,
.btn-print-pdf:focus,
.btn-print-pdf:visited,
.btn-print-pdf:active {
  text-decoration: none;
  color: #5e5e5e;
}
.btn-print-pdf:before {
  content: url('../img/pdf-icon.png');
  position: relative;
  left: -10px;
}
.btn-send-request {
  color: #777777;
  text-decoration: none;
  border: #bbbbbb solid 1px;
  border-radius: 5px;
  padding: 5px 10px;
  position: relative;
  background: #eeeeee;
  margin-top: 15px;
  margin-bottom: 15px;
  display: inline-block;
}
.btn-send-request:hover,
.btn-send-request:focus,
.btn-send-request:visited,
.btn-send-request:active {
  text-decoration: none;
  color: #5e5e5e;
}
.request-feedback {
  display: inline-block;
  background: #93c98a;
  border: solid 1px #456e3e;
  border-radius: 5px;
  padding: 5px 10px;
  color: #456e3e;
}
#modal-request-info label {
  font-weight: bold;
  display: block;
  font-size: 16px;
  margin-bottom: 6px;
}
#modal-request-info input[type=text],
#modal-request-info textarea {
  border: solid 1px #999999;
  display: block;
  margin-bottom: 12px;
  font-size: 16px;
  width: 320px;
  max-width: 90%;
}
#modal-request-info textarea {
  resize: none;
  height: 100px;
}
#appstore-links {
  padding: 5px 10px;
}
#appstore-links a {
  background-repeat: no-repeat;
  width: 145px;
  display: inline-block;
  margin: auto;
}
#appstore-links a.ios {
  background-image: url('../img/btn-ios.png');
  height: 48px;
}
#appstore-links a.google {
  background-image: url('../img/btn-google.png');
  height: 46px;
}
.side-effects.browser {
  position: relative;
  margin-left: -15px;
  margin-right: -15px;
  height: 500px;
}
.side-effects.browser .app {
  top: 0px;
}
.side-effects.browser .status-bar {
  display: none;
}
@media screen and (min-width: 768px) {
  ul.tab-bar li.tab a {
    font-size: 15px;
  }
}
@media screen and (min-width: 768px) {
  html,
  body {
    font-size: 12px;
  }
  .side-effects {
    font-size: 12px;
  }
  .side-effects .content {
    position: relative;
    top: 0;
  }
  .side-effects.browser {
    height: auto;
  }
  .status-bar {
    display: none;
  }
  .navbar-next-button {
    display: none;
  }
  .app {
    position: relative;
    top: 0px;
    height: 100%;
    max-width: 1024px;
    margin: auto;
  }
  .content {
    position: relative;
    top: 0;
    bottom: initial;
  }
  .cols {
    width: 100%;
    height: 490px;
    bottom: initial;
  }
  .list-content {
    left: 10px;
    right: 10px;
    position: initial;
    height: 345px;
    bottom: initial;
  }
  .organism-list {
    top: 120px;
  }
  .tab-organisms.heigher {
    padding-top: 11px !important;
  }
  .app-col {
    width: 33%;
    padding: 10px;
  }
  .right-col {
    left: 33%;
  }
  .app-col.legend-col {
    left: 66%;
    display: block;
  }
  .debug-nav {
    display: none;
  }
  .bottom-desktop-content {
    padding-left: 10px;
    padding-right: 10px;
  }
  .tab-bar {
    width: 50%;
  }
  .bottom-bar {
    display: none;
  }
  .ingredient-row,
  .organism-row,
  .product-row {
    font-size: 14px;
  }
  .info-container {
    color: #888888;
  }
  .info-container h2 {
    font-size: 14px;
  }
  .info-container p {
    font-size: 10px;
  }
  .accordion .accordion-panel {
    border-right: solid 1px #eeeeee;
    border-left: solid 1px #eeeeee;
  }
  .accordion .accordion-panel.greenlab {
    border-bottom: solid 1px #eeeeee;
  }
  /*
      .result-holder-container {
          overflow-x: scroll;
          overflow-y: hidden;
      }*/
  
  .result-holder {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .result-holder .state {
    width: 110px;
  }
  .result-holder .product-cols-holder {
    top: 0px;
    left: 300px;
  }
  .result-holder .data-cols .data-cell:last-child {
    margin-bottom: 20px;
  }
  .sideeffects-modal.shown {
    position: fixed;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: auto;
    background: rgba(255, 255, 255, 0.75);
    transition: 0s;
    -webkit-transition: 0s;
    -moz-transition: 0s;
  }
  .sideeffects-modal.shown .modal-content {
    -webkit-box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.42), -2px -2px 10px 0 rgba(0, 0, 0, 0.42);
    -moz-box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.42), -2px -2px 10px 0 rgba(0, 0, 0, 0.42);
    box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.42), -2px -2px 10px 0 rgba(0, 0, 0, 0.42);
    top: 0;
    left: 50%;
    bottom: 0;
    z-index: 5000;
    display: block;
    margin: auto;
    height: 460px;
    width: 440px;
    margin-left: -220px;
    position: fixed;
  }
  .sideeffects-modal.shown .modal-content p {
    font-size: 15px;
  }
  .modal-inner {
    overflow: auto;
  }
}
