.highlight_orange {
    background: rgb(211,123,69);
    background: -moz-linear-gradient(top, rgba(211,123,69,1) 59%, rgba(194,94,35,1) 100%);
    background: -webkit-linear-gradient(top, rgba(211,123,69,1) 59%,rgba(194,94,35,1) 100%);
    background: linear-gradient(to bottom, rgba(211,123,69,1) 59%,rgba(194,94,35,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d37b45', endColorstr='#c25e23',GradientType=0 );
    border: thin solid #000;
    border-radius: 6px;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
    color: #fff;
    display: inline;
    padding: 2px 10px;
}
.border_grey {
    border: 1px solid #bdbdbd;
}
.bg_paper {
    background-image: url(../../global/img/bg_paper.jpg);
}
.digital_download span {
    right: 25px;
    top: -12px;
    background: white;
    position: absolute;
    padding: 2px 10px;
    border-radius: 50px;
    border: 1.5px solid #B0B0B0;
    color: #6C6C6C;
    font-size: 12px;
}
.header {
    z-index: 2;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
    height: 80px;
}
@media(min-width:600px) {
	.bonus {
		transform: scale(1.2);
		position: relative;
		left: -15px;
	}
}