/*CSS HANDLER */
.header_match_name {
  padding-left: 15px;
  font-size: 16px !important;
  padding-top: 2px;
  padding-bottom: 3px;
  color: white;
  background: #dfdfdf33;
}
.header_match_time {
  text-align: center;
  font-size: 13px !important;
  position: relative;
  top: 2px;
  color: white;
}


.finalScore {
  position: absolute;
  top: 12px;
  width: 100%;
  font-size: 26px;
  font-weight: bold;
  text-shadow: 2px 2px 3px #000000;
}

.hometeam {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  float: left;
  width: 30%;
}

.hometeam img {
  width: 60px;
  margin-bottom: 10px;
  float: none;
}

.hometeam h4 {
  width: 100px;
  text-align: center;
  font-size: 15px;
  margin: 0;
}

.awayteam {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  float: right;
  width: 30%;
}

#br_cont img[src*="tennisclay_field.jpg"].awayteam {
  top: -80px;
  position: relative;
}

.awayteam img {
  width: 60px;
  margin-bottom: 10px;
  float: none;
}

.awayteam h4 {
  width: 100px;
  text-align: center;
  font-size: 15px;
  margin: 0;
}

.header_score_details {
  position: relative;
  width: 40%;
  text-align: center;
  display: inline-block;
  align-items: center;
  justify-content: center;
}

  
.header_score_details h3{
  color: #fff;
  text-align: center;
  font-size: 25px;
  margin-top: -24px;
}

.INStracker {
  background-position: center;
  background-repeat: no-repeat;
  height: 185px;
  background-size: cover;
  width: 100% !important;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}


.scoreP1, .scoreP2, .scoreP3, .scoreP4, .scoreP5, .scoreP6 {
  display: inline-block;
  text-align: center;
  padding-left: 5px;
  padding-top: 48px;
  padding-right: 5px;
  font-weight: bold;
  text-shadow: 2px 2px 3px #000000;
  background: #ff000000;
}

.partials {
  margin-top: 8px;
}
  
.span1, .span3, .span5, .span7, .span11,
.span2, .span4, .span6, .span8, .span9, .span10, .span12, .span13 , .span14{
  display: block;
  font-size: 16px;
}
