.prize-acc-01 {
  background: url(/images/tintint/zh_TW/collection/walk-the-child/collection-prize-acc-01.png) no-repeat top right;
}

.prize-share-01 {
  background: url(/images/tintint/zh_TW/collection/walk-the-child/collection-prize-share-01.png) no-repeat top right;
}

.walk-the-child-award {
	background: url(/images/tintint/zh_TW/collection/walk-the-child/award-display.png) no-repeat center;
  width:980px; 
  height:462px; 
  margin-bottom:20px;
}

.entry-start .info-address {
	margin: 10px 0;
}


.collect-container .info-address-text {
	display: inline-block; font-size:13px; max-width:290px;
}

.collect-container .info-address-icon,
#collection-main .main-collection .entry-address .entry-address-icon,
#collection-main .my-collections .entry-address .entry-address-icon {
	height: 25px;
	width: 18px;
	padding-bottom: 6px;
	display: inline-flex;
	background: url(/images/tintint/zh_TW/collection/walk-the-child/collection-info_place.gif) no-repeat 50% 8px;

}

#collection-main .main-collection .entry-address .entry-address-text{
  max-width: 210px;
  word-wrap: break-word;
  word-break: normal;
  display: inline-block;
  font-size:13px;
  padding-left:6px;
  padding-top:4px;
  position: relative;
  top: -3px;
}

.collect-container .info-address .info-address-text {
  max-width: 290px;
  word-wrap: break-word;
  word-break: normal;
  position: relative;
  top: -3px;
}

.collect-container .collect-info {
  margin-bottom: 20px;
}

.collect-container .info-name {
  margin-top: 15px; 
  margin-left: 5px;
}

.entry-preview .entry-header .right {
  padding-top: 12px;
}

#collection-main .main-collection .entry-auto, 
.my-collections .entry-auto { 
  max-width: 230px; 
  overflow: hidden;
}

.entry-preview .nav-banner {
  position: fixed;
  cursor: pointer;
  left: initial;
  right:inherit;
  top:290px;
  margin-left:780px;
}

#collection-main .walk-the-child-award ul {padding:30px 70px 0 70px;}

#collection-main .walk-the-child-award ul li {
  width: 209px;
  height: 228px;
  background: none;
  box-shadow: none;
  float: left;
  padding: 0;
  margin: 0;
  text-align: center;
}

#collection-main .walk-the-child-award font {
  position: relative;
  top: 170px;
}
@media screen and (max-width: 992px){
  .walk-the-child-award {
    width: 100%;
    height: auto;
    background-size: contain;
  }
  #collection-main .walk-the-child-award ul {
    padding:0 20px 0 20px;
  }
  #collection-main .walk-the-child-award ul li{
    width: 25%;
    height: 200px;
  }
}
@media screen and (max-width: 500px){
  .walk-the-child-award {
    width: 100%;
    height: 210px;
    background-size: contain;
  }
  #collection-main .main-collection ul{
    padding: 0px 5px 0 15px;
  }
  #collection-main .main-collection ul#entries-list{
    padding: 0px 0 0 0;
  }
  #collection-main .walk-the-child-award ul li{
    width: 24%;
    height: 100px;
  }
  #collection-main .walk-the-child-award font{
    top: 90px;
    font-size: 12px;
  }
}