.panel-heading {
	background-color: #25292A !important;
	color: orange !important;
	border-color: #2A2725 !important;
}

.panel-default {
	background-color: #363A3D !important;
	color: #737E8A !important;
	border-color: #2A2725 !important;
	opacity: 0.95;

}

.col-sm-12 {
	font-size: 11pt !important;
}

.col-sm-3 {
	font-size: 10pt !important; 
}

.col-sm-3 div:hover {
	color: #F5F5DC;
}

.panel-body {
	 position: relative;
	 min-height: 365px;
}

.amazon-sell {
	margin: 20px 0 0 0;
	width: 160px;
	height: 160px;
	position: absolute;
	bottom: 45px;
	left: 50%;
	transform: translateX(-50%);
	text-align: center;
}

.amazon-sell a img {
	border: 3px solid orange;
	border-radius: 25px;
	width: 160px;
	height: 160px;
	
}

.panel b {
	color: orange;
	font-size: 8pt;
}

.shopItem a img {
	border: 3px solid orange;
	border-radius: 25px;
	width: 160px;
	height: 160px;
	
}

div.options > label > input {
    visibility: hidden;
}

div.options > label {
    display: block;
    margin: 0 0 0 -10px;
    padding: 0 0 20px 0;  
    height: 20px;
    width: 150px;
    
}

div.options > label > img {
    display: inline-block;
    padding: 0px;
    height:30px;
    width:30px;
    background: none;
}

div.options > label > input:checked +img {  
    background: url(http://cdn1.iconfinder.com/data/icons/onebit/PNG/onebit_34.png);
    background-repeat: no-repeat;
    background-position:center center;
    background-size:30px 30px;
}