.hLabel, .oldprice { 
  color: #666 !important; 
}

.username{
  position: relative; 
  top: 0px;
}

.tr_ophy{
  color: #FFDB01;
}

.mobile_time{
  position: relative; 
  top: 10px;
}

.mobile_time abbr{
  color: #aaa; 
  font-weight: lighter;
}

.mobile_title{
  position:relative; 
}

.mobile_title span{
  position: relative; 
  font-weight: normal !important;
}

.loading span{
  color: #5CB85C; 
  font-weight:bold;
}

.no_offer{
  color: #C6C6C6; 
  font-weight: 500;
}

.offer{
  color: black; 
  font-weight: 600;
}

.seat{
  height: 29px; 
  margin-top: -10px; 
}

.seat span{
  top: 1px;
  position: relative;
  font-size: 12px;
  left: -7px;
}

.list.hidden-xs .price-container{
  margin-top: 39px;
}
.list.hidden-xs .auction-info-row{
  margin-top: 10px;
  padding-left: 24px;
}
.list.closed-auction .mobile_price{
  float: right;
}
.list.hidden-xs .closed-auction-img img{
  margin: 5px auto;
}
.menu_auct_noitem {
  padding-top: 80px;
  font-size: 24px;
  color: #989898;
  text-align: center;
}
#closed_auctions_modal .modal-header {
	border-bottom: 1px solid rgb(228, 234, 238);
}
#closedauct_capctha2 {
	display:inline-block;
}
#closed_auctions_modal .modal-footer {
	text-align:center;
}
#closed_auctions_modal .modal-footer .modal_bnt_login {
	text-decoration: none;
	font-size: 12.5px;
	border: 1px solid #0080FF;
	color: #0080FF;
	background-color: transparent;
	padding: 10px 15px;
	border-radius: 4px;
	font-weight:bold;
}
@media screen and (min-width: 992px) {
	#boxcontent {
		padding-bottom: 100px;
	}
  .no_offer{
    font-size: 16px;
    font-weight: 600;
  }
  .offer{
    font-size: 16px;
  }
}

@media screen and (max-width: 991px){
  .seat{
    height: 24px; 
    margin-top: -43px; 
  }
  .seat span{
    font-size: 10px; 
    float: left; 
    left: 37px;
  }
  .closed-auction .corner-ribbon.left{
    top: 66px;
  }
  .menu_auct_noitem{
    font-size: 17px;
  }
}
@media(max-width: 576px){
    .row-mobile {
        padding: 10px !important;
    }
}