.merchantDialog .merchantSubmit {
	height: 110px;
	float:left;
	margin:10px;
	object-fit: scale-down;
	display: inline-block;
	max-width: 195px;
	transition: transform .2s;
	border-radius: 5px;
	text-shadow: 3px 2px 1px #9daef5;  -webkit-box-shadow: 6px 5px 24px #666666;  -moz-box-shadow: 6px 5px 24px #666666;  box-shadow: 6px 5px 24px #666666;
	padding: 10px;
	margin-left: 20px;
}
.merchantDialog .merchantSubmit:hover {
  transform: scale(1.05);
}


.QSForm {	float:left;	margin:0;}
.sampleArea {	/*	*/ }
.cartRemove:hover {	background: url(../images/minus.png) no-repeat right;	}
.closePreview {	display: none;}
.merchantSubmit {	width:32% !important;	border:0px;}
.merchantDialog {	text-align: center;}
.merchantDialog h1 {	margin-top:20px;	margin-bottom:60px;}
.quicksell_div_termsAgree {	display: inline-block;	background-color: white;	border-radius: 5px;	-webkit-border-radius: 5px;	-moz-border-radius: 5px;	width: auto;	margin-top: 40px;	padding-left: 25px;	padding-right: 25px;	padding-top: 10px;	padding-bottom: 10px;}
.quickSellCouponsForm {
	text-align: center;
	width: 150px;
	margin-left: auto;
	margin-right: auto;
	clear: both;
}
.quickSellCouponsForm input {
	width: 100%;
}
.has-error input {	border-color: red;	color: red;}
.quicksell_div_termsAgree {
	box-shadow: 0px 0px 30px 0px rgba(50, 50, 50, 0.75);
}

#sbox-window iframe {
	width: 100%;
	height: 100%;
}

@media screen and (max-width:800px){

}
#sbox-window {
/*overflow-y:hidden;*/
}
.quicksell_buttons {
	margin:10px;
}
.item-page .quicksell_buttons {
	float: right;
}
.item .quicksell_buttons {
	width: auto;
	margin-left: auto;
	margin-right: auto;
	display: block;
	text-align: center;
}
.items-leading .quicksell_buttons {
	width: auto;
	margin-left: auto;
	margin-right: auto;
	display: block;
	text-align: center;
}
.sampleArea div[id^="player"] {
	margin-bottom: 10px; Zcolor:white;
font-size:20px;
padding:23px;
padding-left:10px;
padding-right:10px;
border-radius:100px;
position:absolute;
margin-left:-10px;nakj;zaokZIOAIpZPOPI
}



/* iPhone [portrait + landscape] */
@media only screen and (max-device-width: 480px) {
#qsModalWindow.modal { 
    position: fixed; 
    top: 3%; 
    right: 3%; 
    left: 3%; 
    width: auto; 
    margin: 0; 
}
#qsModalWindow.modal-body { 
    height: 60%; 
}
}



.ccFormButtons {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

@media screen and (min-width: 720px) {
	.qsCourse {
	    display: inline-block ;
	    padding:10px;
	    float:left;
	    width: 30%;
	    text-align: center;
	}    
    .courseParagraphs > p.qsCourse:first-child {
        padding-left: 0;
    }
    
    .courseParagraphs > p.qsCourse:last-child {
        padding-right: 0;
    }

	.playerLinkWrap {
	    float: left !important;
		width: 30%;
		display: block;
	    padding: 10px;
	    margin: 0;
	    clear: none;
	    min-height: 180px;
	}
}

.clearboth {
	clear: both;
}



.qsCourse img {
	width:100% !important;
	margin-bottom: 15px;
}

.courseParagraphs {
	float:left;
	clear: both;
	display: block;
	width:100%;
}

ul.breadcrumb {
float: left;
}



.playerLinkWraps {
	clear: both;
	width: 100%;
	float: left;
	display: block;;
}

a.playerLink img {
    width: 100% !important;
    margin-bottom: 15px;
}

/* card form css */

/* CSS for Credit Card Payment form */
.credit-card-box .panel-title {
    display: inline;
    font-weight: bold;
}
.credit-card-box .form-control.error {
    border-color: red;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(255,0,0,0.6);
}
.credit-card-box label.error {
  font-weight: bold;
  color: red;
  padding: 2px 8px;
  margin-top: 2px;
}
.credit-card-box .payment-errors {
  font-weight: bold;
  color: red;
  padding: 2px 8px;
  margin-top: 2px;
}
.credit-card-box label {
    display: block;
}
/* The old "center div vertically" hack */
.credit-card-box .display-table {
    display: table;
}
.credit-card-box .display-tr {
    display: table-row;
}
.credit-card-box .display-td {
    display: table-cell;
    vertical-align: middle;
    width: 50%;
}
/* Just looks nicer */
.credit-card-box .panel-heading img {
    min-width: 180px;
}