/* ================
 START OF STATS PRIMARY STYLES
 ================== */

.stats-schedule-table {
  padding-left: 0px!important;
}

.stats-schedule-table > ul {
    margin: 30px 0 0!important;
}

.stats-schedule-table li.game {
  padding: 2px 0;
  border: 0px;
}

.stats-schedule-table li.game:nth-child(odd) .game-time {
  background: #1a1a1a;
}

.stats-schedule-table li.game:nth-child(even) .game-time {
  background: #313131;
}

.game .game-time {
  width: 12%;
  float: left;
  border: 0px;
  margin: 0px;
  padding: 5px 10px;
  line-height: 60px;
  font-size: 15px;
  font-weight: 600;
}

.game .team {
  float: left;
  width: 85%;
}

.game .team-name {
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 60px;
  min-width:inherit;
}

.game .team .vs-container {
  display: none;
}

.game .team .team-logo {
  width: 75px;
  float: left;
  margin: 0px;
  padding: 0px;
}

.game .team .team-logo img{
  position: relative;
  z-index: 9;
}

.game .team-name .price {
  display: block;
  font-size: 14px;

}

.game .team-name {
  padding: 0px;
}

.game .team .first-team {
  background: #545454;
  padding: 5px 0;
  position:relative;
  width: 50%;
}

.first-team .team-name{
  position:absolute;
  left:75px;
  z-index:9;
white-space:nowrap;

}

.game .team .second-team {
  background: #838383;
  text-align: right;
  padding: 5px 0;
  position:relative;
  width: 50%;

}

.game .team .second-team .team-logo {
  float: right;
}

.second-team .team-name {
  position:absolute;
  right:75px;
  z-index:9;
  white-space:nowrap;
}


/* =============
 tooltip css start here
============== */

.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
  cursor: pointer;
  min-width: inherit;
  border: 0px;
}

.tooltip .tooltiptext {
  background-color: #fff;
  border-radius: 0;
  bottom: 100%;
  color: #000;
  left: 0;
  line-height: normal;
  margin-left: -60px;
  padding: 5px 7px;
  position: absolute;
  text-align: center;
  visibility: hidden;
  min-width: inherit;
  z-index: 1;
  width: auto;
}

.tooltip .tooltiptext::after {
  border-color: #fff transparent transparent;
  border-style: solid;
  border-width: 7px;
  content: "";
  left: 12%;
  margin-left:0px;
  position: absolute;
  top: 100%;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
  width: auto;
}

.tooltiptext .help-team {
  display: block;
  width: 100%;
  font-size: 14px;
  border-bottom: #e3e3e3 solid 1px;
  padding: 0 0 2px 0;
  margin: 0 0 7px 0;
  cursor: default;
  color: #5e5e5e;
  white-space:nowrap;
}

.tooltiptext .home-team-price.price {
  float: left;
  clear: left;
  font-weight: 600;
  line-height: 27px;
  cursor: default;
  display:none;
}

.tooltiptext .donate {
  float: left;
  width:100%;
  text-align:center;
}

.tooltiptext .donate a {
  display: inline-block;
  background: #f85700;
  color: #FFF;
  font-weight: 600;
  line-height: 1;
  margin:0px auto;
  float:none;
  padding: 6px 15px;
  text-decoration: none;
}

.tooltiptext .donate a:hover {
  background: #333;
  color: #FFF;
}

.second-team .tooltip .tooltiptext {
  left: inherit;
  right: 0px;
  margin-left: inherit;
  margin-right: -60px;
}

.second-team .tooltip .tooltiptext::after {
  left: inherit;
  right: 12%;
  margin-left: inherit;
  margin-right: 0px;
  top: 100%;
}

/* =========  end of ToolTip CSS ======== */


/* =========================
RESPONSIVE STYLING START
=========================== */

@media only screen and (max-width: 768px) {

.stats-schedule-table > ul {
    margin:0px 0 0!important;
}

.game .game-time, .game .team-name {
  font-size: 12px;
}

.game .team .team-logo {
  width: 60px;
  line-height: 60px;
}

.game .team .team-logo img {
  width: 90%;
}

.tooltiptext .help-team {
  font-size: 12px;
}

.game .first-team .team-name{
  left:60px;
}

.game .second-team .team-name{
  right:60px;
}

.game .team-name .price {

  font-size: 12px;
  line-height: 24px;
}

.first-team .tooltip .tooltiptext::after{
  margin-left:0px;
  left:20%;
}

.second-team .tooltip .tooltiptext::after{
  margin-right:0px;
  right:20%;
}

}
/* =========== end of 768px responsive tier ==== */

@media only screen and (max-width: 600px) {

.game .game-time {
    font-size: 10px;
  line-height:48px;
  padding:5px;
}

.game .team-name{
    font-size: 10px;
  line-height:48px;
}

.game .team .team-logo {
    line-height: 48px;
    width: 48px;

}

.game .first-team .team-name {
    left: 48px;
}

.game .team-name{
  line-height:48px;
}

.tooltip .tooltiptext{
  margin-left:-48px;
}

.first-team .tooltip .tooltiptext::after{
  left:17%;
}

.game .second-team .team-name{
  right:48px;
}

.second-team .tooltip .tooltiptext::after{
  right:17%;
}

.second-team .tooltip .tooltiptext{
  margin-right:-48px;
}

.tooltiptext .help-team{
  margin:0 0 5px;
  font-size:10px;
}

.game .team-name .price {
    font-size: 10px;
    line-height: 20px;
}

.game .team .team-logo{
  position:relative;
  z-index:9;
}

}
/* =========== end of 600px responsive tier ==== */

@media only screen and (max-width: 400px) {
.game .game-time{
    font-size: 10px;
    line-height: normal;
    padding: 15px 7px;
}

}
/* =========== end of 400px responsive tier ==== */
