/* custom css theme panel */
:focus {
    outline: 0;
}
.btn-amazon {
    width: 100%;
    display: inline-block;
    text-align: center;
}
.btn-amazon:focus {
	outline: 0;
}
.btn-amazon img {
    display: inline;
    margin-bottom: 0px;
}
.azon-vdt {
    display: inline-block;
    text-align: center;
    margin-bottom: 20px;
}
.azon-vdt a {
    float: left;
    padding: 4px 22px;
    line-height: 46px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    position: relative;
    border: 1px solid #b93200;
    border-bottom: 3px solid #FF4500;
    background: #FF8C00;
    color: #fff !important;
}

.azon-vdt a:hover {
	text-decoration: none !important;
	opacity: 0.9;
}
.azon-vdt a:focus {}
.azon-vdt a:before {
	position: absolute;
	left: -100px; 
/*	content: url(images/download.png); */
}
.azon-vdt a .icon {
	float: left;
	width: 40px;
	text-align: center;
	background: rgba(0, 0, 0, 0.05);
	line-height: 38px;
}
.azon-vdt a span {
	padding: 0 17px;
}