/*p {
  margin: 0;
  line-height: 1.4;
  text-align: left;
}
.tooltip {
  float: left;
  display: block;
}
.tt-wrapper .bold { font-weight:bold; }
.tt-wrapper .green { color:#64e318; }
.tt-wrapper .gold { color:#ffc400; }
.tt-wrapper .white { color:#cbcbcb; }
.tt-wrapper .left { float:left; }
.tt-wrapper .right { float:right; }
.tt-wrapper .mt10 { margin-top:10px; }
.tt-wrapper .mr10 { margin-right:10px; }
.tt-wrapper .p5 { padding:5px; }
.tt-wrapper .pb10 { padding-bottom:10px; }
.tt-wrapper .pt5 { padding-top:5px; }

.final-builds .bigData .kda, .final-builds .bigData ._gold, .final-builds .bigData .rank, .final-builds .bigData .champ, .final-builds .bigData .item{
    height: 35px;
    border-radius: 4px;
    border: 2px solid #313131;
    background: #121212;
}
.icon50x50 { width:50px; height:50px; }
.border-1 { border:1px solid #333; }

*/

.tip .unique {
  font-weight: bold;
  color: #FFFFFF;
}

.tip img {
  max-width: initial;
}

.tip {
  -webkit-box-align: top;
  -webkit-align-items: top;
  align-items: top;
  border-radius: 3px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  font-size: 12px;
  padding: 20px; }
  .tip .tip-content {
    color: #ffffff;
    display: inline-block;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    text-align: left;
    width: 350px; }
    .tip .tip-content h4 {
      font-weight: 700;
      margin-bottom: 10px; }
    .tip .tip-content p img {
      vertical-align: middle; }
  .tip .tip-image {
    -webkit-box-flex: 0;
    -webkit-flex: 0;
    flex: 0;
    margin-left: 20px; }
    .tip .tip-image #tipImage {
      border-style: solid;
      border-width: 1px;
      display: inline-block;
      vertical-align: middle; }
  .tip h3 {
    font-size: 18px;
    margin: 0 0 20px 0; }
  .tip span, .tip label {
    font-weight: 500; }
  .tip p {
    color: #cccccc;
    line-height: 16px;
    margin: 0 0 15px 0; }
    .tip p:last-child {
      margin-bottom: 0px; }
  .tip.probuilds {
    background: #1a1a1a;
    border: 2px solid #FFC400; }
    .tip.probuilds h3 {
      color: #FFC400; }
    .tip.probuilds .gold {
      color: #FFC400; }
    .tip.probuilds label {
      color: #ffffff; }
    .tip.probuilds #tipImage {
      border-color: #FFC400; }
  .tip.solomid {
    background: #000000;
    border: 2px solid #03A9F4; }
    .tip.solomid h3 {
      color: #03A9F4; }
    .tip.solomid .blue {
      color: #03A9F4; }
    .tip.solomid label {
      color: #ffffff; }
    .tip.solomid #tipImage {
      border-color: #03A9F4; }
  .tip.item .total-price {
    display: inline-block;
    margin-right: 10px; }
  .tip.item .bar-center {
    background: url("https://s3.amazonaws.com/solomid-resources/solomidnet/tooltips/recipe-bar.png") no-repeat center bottom;
    height: 4px;
    width: 100%; }
  .tip.item .recipe-bar td > div {
    height: 5px;
    width: 50%; }
    .tip.item .recipe-bar td > div.bar-center {
      width: 100%; }
    .tip.item .recipe-bar td > div.bar-left {
      background: url("https://s3.amazonaws.com/solomid-resources/solomidnet/tooltips/recipe-bar.png") no-repeat left top;
      float: right; }
    .tip.item .recipe-bar td > div.bar-right {
      background: url("/https://s3.amazonaws.com/solomid-resources/solomidnet/tooltips/recipe-bar.png") no-repeat right top;
      float: left; }
  .tip.item .recipe-items2 {
    padding: 0px 2px;
    vertical-align: top; }
    .tip.item .recipe-items2 img {
      border: 1px solid #666666;
      display: inline-block;
      vertical-align: middle; }
  .tip.item .recipe-items3 {
    vertical-align: top; }
  .tip.champion .champion-title {
    color: #cccccc;
    display: block;
    font-size: 12px;
    font-style: italic;
    font-weight: 400;
    margin-top: 2px; }
  .tip.champion .stat-bar {
    background: url("https://s3.amazonaws.com/solomid-resources/solomidnet/tooltips/total.png") no-repeat left top;
    background-size: 300px 15px;
    display: block;
    height: 15px;
    position: relative;
    width: 100%; }
  .tip.champion .stat-percent {
    background: url("https://s3.amazonaws.com/solomid-resources/solomidnet/tooltips/progress.png") no-repeat left top;
    background-size: 300px 15px;
    display: block;
    height: 15px;
    left: 0;
    position: absolute;
    top: 0;
    width: auto; }



/* This is the default Tooltipster theme (feel free to modify or duplicate and create multiple themes!): */
.tooltipster-default {
/*  border-radius: 5px;
  border: 2px solid #000;
  background: #4c4c4c;*/
  border: none;
  color: #fff;
  padding: 0;
}

/* Use this next selector to style things like font-size and line-height: */
.tooltipster-default .tooltipster-content {
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 16px;
  overflow: hidden;
  padding: 0;
}

/* This next selector defines the color of the border on the outside of the arrow. This will automatically match the color and size of the border set on the main tooltip styles. Set display: none; if you would like a border around the tooltip but no border around the arrow */
.tooltipster-default .tooltipster-arrow .tooltipster-arrow-border {
  /* border-color: ... !important; */
}

/* If you're using the icon option, use this next selector to style them */
.tooltipster-icon {
  cursor: help;
  margin-left: 4px;
}

/* This is the base styling required to make all Tooltipsters work */
.tooltipster-base {
  padding: 0;
  font-size: 0;
  line-height: 0;
  position: absolute;
  z-index: 9999999;
  pointer-events: none;
  width: auto;
  overflow: visible;
  animation-duration: 0ms !important;
  transition: 0ms !important;
}

.tooltipster-base .tooltipster-content {
  overflow: hidden;
}

/* These next classes handle the styles for the little arrow attached to the tooltip. By default, the arrow will inherit the same colors and border as what is set on the main tooltip itself. */
.tooltipster-arrow {
  display: block;
  text-align: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.tooltipster-arrow span, .tooltipster-arrow-border {
  display: block;
  width: 0;
  height: 0;
  position: absolute;
}
.tooltipster-arrow-top span, .tooltipster-arrow-top-right span, .tooltipster-arrow-top-left span {
  border-left: 8px solid transparent !important;
  border-right: 8px solid transparent !important;
  border-top: 8px solid;
  bottom: -7px;
}
.tooltipster-arrow-top .tooltipster-arrow-border, .tooltipster-arrow-top-right .tooltipster-arrow-border, .tooltipster-arrow-top-left .tooltipster-arrow-border {
  border-left: 9px solid transparent !important;
  border-right: 9px solid transparent !important;
  border-top: 9px solid;
  bottom: -7px;
}

.tooltipster-arrow-bottom span, .tooltipster-arrow-bottom-right span, .tooltipster-arrow-bottom-left span {
  border-left: 8px solid transparent !important;
  border-right: 8px solid transparent !important;
  border-bottom: 8px solid;
  top: -7px;
}
.tooltipster-arrow-bottom .tooltipster-arrow-border, .tooltipster-arrow-bottom-right .tooltipster-arrow-border, .tooltipster-arrow-bottom-left .tooltipster-arrow-border {
  border-left: 9px solid transparent !important;
  border-right: 9px solid transparent !important;
  border-bottom: 9px solid;
  top: -7px;
}
.tooltipster-arrow-top span, .tooltipster-arrow-top .tooltipster-arrow-border, .tooltipster-arrow-bottom span, .tooltipster-arrow-bottom .tooltipster-arrow-border {
  left: 0;
  right: 0;
  margin: 0 auto;
}
.tooltipster-arrow-top-left span, .tooltipster-arrow-bottom-left span {
  left: 6px;
}
.tooltipster-arrow-top-left .tooltipster-arrow-border, .tooltipster-arrow-bottom-left .tooltipster-arrow-border {
  left: 5px;
}
.tooltipster-arrow-top-right span,  .tooltipster-arrow-bottom-right span {
  right: 6px;
}
.tooltipster-arrow-top-right .tooltipster-arrow-border, .tooltipster-arrow-bottom-right .tooltipster-arrow-border {
  right: 5px;
}
.tooltipster-arrow-left span, .tooltipster-arrow-left .tooltipster-arrow-border {
  border-top: 8px solid transparent !important;
  border-bottom: 8px solid transparent !important;
  border-left: 8px solid;
  top: 50%;
  margin-top: -7px;
  right: -7px;
}
.tooltipster-arrow-left .tooltipster-arrow-border {
  border-top: 9px solid transparent !important;
  border-bottom: 9px solid transparent !important;
  border-left: 9px solid;
  margin-top: -8px;
}
.tooltipster-arrow-right span, .tooltipster-arrow-right .tooltipster-arrow-border {
  border-top: 8px solid transparent !important;
  border-bottom: 8px solid transparent !important;
  border-right: 8px solid;
  top: 50%;
  margin-top: -7px;
  left: -7px;
}
.tooltipster-arrow-right .tooltipster-arrow-border {
  border-top: 9px solid transparent !important;
  border-bottom: 9px solid transparent !important;
  border-right: 9px solid;
  margin-top: -8px;
}
.tooltipster-fade {
  opacity: 0;
}
.tooltipster-fade-show {
  opacity: 1;
}
