.matchLink {
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 3px;
  padding-bottom: 3px;
}
.matchcolorBox {
  border-radius: 0px;
 /* background-color: #035152; */
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 3px;
  padding-bottom: 3px;
}

.matchBox {
  border-radius: 0px;
/*  background-color: #035152; */
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 3px;
  padding-bottom: 3px;
  color: #035152;
}

.matchcolorBoxheader {
  border-radius: 0px;
 background-color: #035152;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 3px;
  padding-bottom: 3px;
}

.matchBoxheader {
  border-radius: 0px;
/*  background-color: #035152; */
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 3px;
  padding-bottom: 3px;
  color: #ffffff;
}
#matchTitle {
  font-size: 13px;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
}
#matchDate {
  font-size: 9px;
  margin-top: 1px;
  font-weight: bold;
}
#scoreLayout {
  display: flex;
  flex-direction: row;
  margin-top: 10px;
}

.scoreLayoutleft {
  flex: 4;
  display: flex;
  flex-direction: column;
}

#homeLayout{
    color: #035152;
  display: flex;
  align-items: center;
}

#awayLayout{
    color: #035152;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

#homeTeamImg {
  width: 20px!important;
  height: 20px!important;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 3px;
  background-color: #fff /* set your colorOnSecondary here */;

  border: 2px solid #fff;
}
#homeTeamName {
  font-size: 15px;
  font-weight: bold;
}
#homeTeamScore {
  margin-left: 8px;
  font-size: 15px;
  font-weight: bold;
}
#homeTeamOvers {
  margin-left: 5px;
  font-size: 11px;
  font-weight: bold;
}
#awayTeamImg {
  width: 20px!important;
  height: 20px!important;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 3px;
  background-color: #fff /* set your colorOnSecondary here */;
  border: 2px solid #fff;
}
#awayTeamName {
  font-size: 15px;
  font-weight: bold;
}
#awayTeamScore {
  margin-left: 8px;
  font-size: 15px;
  font-weight: bold;
}
#awayTeamOvers {
  margin-left: 5px;
  font-size: 11px;
  font-weight: bold;
}
#statusLayout {
  flex: 2;
  display: flex;
  align-items: center;
  font-weight: bold;
}

#layoutDivider {
  width: 1px;
  height: 40px;
  background-color: #7a7777;
}
#statusText {
  color: #956a00;
  font-size: 16px;
  font-weight: bold;
  margin-left: 4px;
}
#matchStatus {
  width: 100%;
  color: #956a00;
  font-size: 13px;
  margin-top: 0px;
  margin-bottom: 3px;
  font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
}



@media only screen and (max-width: 600px) {
    .matchLink {
  padding-bottom: 0px;
}
.matchcolorBox {
  padding-top: 0px;
  padding-bottom: 0px;
}

.matchBox {
  border-radius: 0px;
/*  background-color: #035152; */
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 3px;
  padding-bottom: 3px;
}
#matchTitle,#matchStatus {
  font-size: 13px;
}
#homeTeamImg, #awayTeamImg {
  width: 20px;
  height: 20px;
}
#homeTeamName, #awayTeamName,#homeTeamScore,#awayTeamScore {
  font-size: 15px;
}
#awayLayout {
  margin-bottom: 5px;
}
#scoreLayout {
  margin-top: 5px;
}
}