.gytrcontainer {
  width: 250px;
  height: 105px;
}

.gybadgelogocontainer {
  width: 105px;
  height: 105px;
}

.gytr { 
  width:200px; 
  height:98px; 
  background-color:#ddd; 
  border-radius:10px; 
  text-align:left; 
  margin-left: 50px;
  padding-top:7px;
}

.gytr a { 
  color:#555; text-decoration: underline; 
}

.gybadgelogodate,
.gytr .gytagdate {
  color: #ffffff; 
  font-family: arial,sans-serif; 
  font-size: 12px; 
  font-weight: bold; 
  position: absolute;
}

.gybadgelogodate {
  top: 55px;
  left: 30px;
}

.gytr .gytagdate {
  margin-left: -21px; 
  margin-right: 12px; 
  margin-top: 50px;
}

.gytr .gybrand {
  display: block; 
  margin-left: 125px; 
  margin-top: 65px; 
  position: absolute; 
  text-align: left; 
  vertical-align: bottom;
}

.gybadgelogo {
  position: relative;
}

article.basic div.click:first-child .gybadgelogo-result {
  position: absolute;
  display: inline-block;
  right: 46px;
  top: -30px;
}

article.top  div.click:first-child .gybadgelogo-result  {
  position: absolute;
  display: inline-block;
  right: 70px;
  top: -30px;
}

article.basic div.distance + br.clear + div.click .gybadgelogo-result {
  position: absolute;
  display: inline-block;
  right: 46px;
  top: 0px;
}

article.top div.distance + br.clear + div.click .gybadgelogo-result {
  position: absolute;
  display: inline-block;
  right: 70px;
  top: 0px;
}

.gybadgelogo,
.gytr .gytag {
  background-position: 0 0px; 
  background-repeat: no-repeat !important; 
  width: 105px;
  height: 105px;
}

.gytr .gytag {
  font-family: Arial,sans-serif;
  font-size: 12px; 
  font-weight: bold; 
  margin:-10px 0 0 -50px; 
  padding-left: 103px; 
  padding-top: 15px; 
  line-height:20px;   
  height: 90px;
  box-sizing: content-box;
}
.gytr .gytag a {
  display:block;
  overflow: hidden; 
  text-overflow: ellipsis; 
  white-space: nowrap;
  width: 135px;
}

.gybadgelogo-result {
  background-position: 0 0; 
  background-repeat: no-repeat !important;
  background-color: transparent !important;
  width: 72px;
  height: 72px;
}

.gytr .top3,
.gybadgelogo.top3 {
    background-image: url('/images/svg/gotop-3.svg') !important; 
}

.gytr .top5,
.gybadgelogo.top5 {
	background-image: url('/images/svg/gotop-5.svg') !important; 
}

.gytr .top10,
.gybadgelogo.top10 {
    background-image: url('/images/svg/gotop-10.svg') !important; 
}

.gytr .top20,
.gybadgelogo.top20 {
    background-image: url('/images/svg/gotop-20.svg') !important; 
}
.gytr .top,
.gybadgelogo.top {
    background-image: url('/images/svg/gotop.svg') !important; 
}

