/*
	style
*/

.page-overlay {
	background-color:rgba(0,0,0,.71);
    width:100%;
    left:0;
    top:0;
    position:fixed;
    height:100%;
    z-index:900;
}
.download-overlay {
	display: none;
}
.dw-arrow {
	display: block;
	height: 65px;
	width: 100%;
	position: relative;
	z-index:920;
}
.dw-arrow.arrow-topleft {
	background: url( '../img/arrow-up-y.png' ) no-repeat top left;
}
.dw-arrow.arrow-topright {
	background: url( '../img/arrow-up-y.png' ) no-repeat top right;
}
.dw-arrow.arrow-topcenter {
	background: url( '../img/arrow-up-y.png' ) no-repeat top center;
}
.dw-arrow.arrow-downleft {
	background: url( '../img/arrow-down-y.png' ) no-repeat top left;
}
.dw-arrow.arrow-downright {
	background: url( '../img/arrow-down-y.png' ) no-repeat top right;
}
.dw-arrow.arrow-downcenter {
	background: url( '../img/arrow-down-y.png' ) no-repeat top center;
}


.heading-title{
	font-weight: bold;
	display: block;
	margin-bottom: 10px;
	border-bottom: 1px solid #ccc;
}

.small-text {
	font-size: 12px;
}

.download-instr {
	z-index:910;
	position:fixed;
	width: 400px;
}
.instr-content {
	background: #f2f2f2;
	border: 1px solid #606060;
	border-radius: 8px;
	-moz-border-radius: 8px; 
	-webkit-border-radius: 8px;
	z-index:920;
	position:related;
	padding: 12px 12px 15px;
	text-align: center;
}
.instr-content p {
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 12px;
}
.instr-content p a {
	font-size: 12px;
	text-decoration: underline;
	font-weight: normal;
}



.site-disclaimer {
	border-top: 1px solid #cdcdcd;
	border-bottom: 1px solid #cdcdcd;
	background: #efefef;
	padding: 10px;
	font-size: 11px;
}
.entry-content .site-disclaimer h4 {
	font-size: 14px;
	margin-bottom: 6px;
}
.entry-content .site-disclaimer p {
	margin-bottom: 10px;
}
.entry-content .site-disclaimer p:last-child {
	border-top: 1px dashed #cdcdcd;
	padding-top: 8px;
}

.items-list {
	width: 92%;
	background: #eee;
	font-style: italic;
	border: 0px;
	color: #666;
	border-left: 3px solid #CADAE7;
	margin-left: 40px;
	min-height: 50px;
	line-height: 1.4;
}
h3.list-title {
	margin-bottom: 5px;
	font-size: 12px;
	font-weight: bold;
}
.page-download-box, .page-download-box:hover {
	display: block;
	width: 30%;
	min-height: 30px;
	margin: 30px auto 30px;
    background: #1893d6; /* Old browsers */
    background: -moz-linear-gradient(top,  #1893d6 0%, #3ca3db 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1893d6), color-stop(100%,#3ca3db)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #1893d6 0%,#3ca3db 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #1893d6 0%,#3ca3db 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #1893d6 0%,#3ca3db 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #1893d6 0%,#3ca3db 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1893d6', endColorstr='#3ca3db',GradientType=0 ); /* IE6-9 */
    -webkit-box-shadow: 10px 10px 20px -6px rgba(0,0,0,0.75);
    -moz-box-shadow: 10px 10px 20px -6px rgba(0,0,0,0.75);
    box-shadow: 10px 10px 20px -6px rgba(0,0,0,0.75);   
    border: 1px solid #247aa8;
	color: #fff;
	font-size: 26px;
	text-align: center;
	font-weight: normal;
	padding: 10px 10px 15px;
	line-height: 1.5;
	border-radius: 8px; 
	-moz-border-radius: 8px; 
	-webkit-border-radius: 8px;
	text-decoration: none; 
}

.download-box, .download-box-regular {
	display: block;
	width: 400px;
	padding: 10px 20px 20px;
	/*height: 87px;*/
	margin: 20px auto 10px;
	/*background: url( '../img/dw/download-button-aa.png' ) no-repeat;*/
    
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    /*background: #5ac2f3;*/ /* Old browsers */
    /*background: -moz-linear-gradient(top, #5ac2f3 0%, #1396d3 100%);*/ /* FF3.6+ */
    /*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5ac2f3), color-stop(100%,#1396d3));*/ /* Chrome,Safari4+ */
    /*background: -webkit-linear-gradient(top, #5ac2f3 0%,#1396d3 100%);*/ /* Chrome10+,Safari5.1+ */
    /*background: -o-linear-gradient(top, #5ac2f3 0%,#1396d3 100%);*/ /* Opera 11.10+ */
    /*background: -ms-linear-gradient(top, #5ac2f3 0%,#1396d3 100%);*/ /* IE10+ */
    /*background: linear-gradient(to bottom, #5ac2f3 0%,#1396d3 100%);*/ /* W3C */
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5ac2f3', endColorstr='#1396d3',GradientType=0 );*/ /* IE6-9 */
    /*border: 1px solid #72b6f6;*/
    
    background: #0fbb54; /* Old browsers */
    background: -moz-linear-gradient(top, #0fbb54 0%, #28d06b 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0fbb54), color-stop(100%,#28d06b)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #0fbb54 0%,#28d06b 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #0fbb54 0%,#28d06b 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #0fbb54 0%,#28d06b 100%); /* IE10+ */
    background: linear-gradient(to bottom, #0fbb54 0%,#28d06b 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0fbb54', endColorstr='#28d06b',GradientType=0 ); /* IE6-9 */
    border: 1px solid #1aa853;
    box-shadow: 10px 10px 20px -6px rgba(0, 0, 0, 0.75);
    
	text-align: center;
	font-size: 24px;
	color: #fff;
	font-family: Tahoma;
	line-height: 1.5;
	text-decoration: none;
}

.download-box-es, .download-box-regular-es,
.download-box-bg, .download-box-regular-bg,
.download-box-pl, .download-box-regular-pl,
.download-box-ro, .download-box-regular-ro,
.download-box-si, .download-box-regular-si
{
	padding-top: 10px;
	/*height: 76px;*/
	font-size: 20px;
}
/*
@media screen and (min-width: 360px) {
    .download-box, .download-box-regular {
        width: 340px;
    }
}
@media screen and (min-width: 600px) {
    .download-box, .download-box-regular {
        width: 400px;
    }
}*/

.download-box:hover, .download-box-regular:hover {
	text-decoration: none;
	color: #fff;
}
.download-box span, .download-box-regular span {
	font-size: 14px;
	display: block;
} 


.manual-removal {
	display: block;
	width: 620px;
	margin: 20px auto 10px;
	/*background: url( '../img/ri/removal-instructions-en.png' ) no-repeat;*/
}
/*.manual-removal-bg {
	background: url( '../img/ri/removal-instructions-bg.png' ) no-repeat;
}
.manual-removal-cz {
	background: url( '../img/ri/removal-instructions-cz.png' ) no-repeat;
}
.manual-removal-de {
	background: url( '../img/ri/removal-instructions-de.png' ) no-repeat;
}
.manual-removal-dk {
	background: url( '../img/ri/removal-instructions-dk.png' ) no-repeat;
}
.manual-removal-fi {
	background: url( '../img/ri/removal-instructions-fi.png' ) no-repeat;
}
.manual-removal-fr {
	background: url( '../img/ri/removal-instructions-fr.png' ) no-repeat;
}
.manual-removal-gr {
	background: url( '../img/ri/removal-instructions-gr.png' ) no-repeat;
}
.manual-removal-id {
	background: url( '../img/ri/removal-instructions-id.png' ) no-repeat;
}
.manual-removal-nl {
	background: url( '../img/ri/removal-instructions-nl.png' ) no-repeat;
}
.manual-removal-pt {
	background: url( '../img/ri/removal-instructions-pt.png' ) no-repeat;
}
*/
.blockquote-message {
	width: 92%;
	background: #eee;
	font-style: italic;
	border: 0px;
	color: #666;
	border-left: 3px solid #CADAE7;
	margin-left: 40px;
	min-height: 50px;
	line-height: 1.4;
}

.clear-all {
	clear: both;
}

.widget-area .widget .author-box {
	margin-bottom: 30px;
} 
.widget-area .widget .author-box p {
	margin-bottom: 10px;
	line-height: 1.5;
}
.widget-area .author-photo .author-photo {
	float: left;
}
.widget.rv_author {
	border-top: 1px solid #888;
	padding-top: 10px;
}
.widget-area .widget.rv_author a {
	color: #3a3535;
}
.widget-area .widget.rv_author a:hover {
	color: #707070;
}

.frontpage.widget-area .rv_authors.widget {
	background: none;
	border: 0px;
}
.widget-authors img {
	height: auto;
	max-width: 130px;
}
.widget-area .rv_authors.widget h3 {
	background: none;
	color: #585850;
	font-style: italic;
	text-transform: none;
	font-size: 18px;
}
.widget-area .rv_authors .author-photo{
	border-bottom: 1px solid #4b5662;
}
.widget-area .rv_authors span {
	margin-right: 10px;
	display: block;
	
}
.widget-area .rv_authors .author-social {
	text-align: center;
}
.widget-area .rv_authors .author-social a {
	margin-left: 10px;
}
.rv_authors .author-social img {
	box-shadow: none;
}

.widget-area .rv_authors .authors li{
	/*position: relative;*/
	display: inline-block;
	margin-bottom: 15px;
	margin-left: 15px;
	border: 0px;
	text-align: center;
	padding-top: 6px;
	
	background: #fff;
	border: 1px solid #4b5662;
}
.widget-area .rv_authors .authors li:nth-child(2n+1) {
	margin-left: 0;
}
/*
.widget-area .rv_authors .authors li:first-child {
	background: #f9f2bb;
}
.widget-area .rv_authors .authors li:last-child {
	background: #bbf9ce;
}
.widget-area .rv_authors .authors li:nth-child(2) {
	background: #bbeef9;
}
.widget-area .rv_authors .authors li:nth-child(3) {
	background: #e4bbf9;
}*/


.widget-area .rv_authors .authors i {
	line-height: 22px;
	font-style: normal;
	/*position: absolute;
	top: 8px;*/
}
/*
.widget-area .author-info {
	float: left;
	padding-top: 0px;
	border: 0px;
	margin-top: 0px;
}*/

.safe-icon {
	margin-bottom: 30px;
}
.widget .safe-icon img {
	border: 0px;
	box-shadow: none;
	border-radius: 0px;
}





h3.removal-tools, .entry-content h3.removal-tools {
    font-weight: normal;
    border-bottom: 4px solid #12a152;
}
.recommended-removal-tool {
    font-size: 12px;
    line-height: 1.5;
    margin-bottom: 15px;
}
.recommended-removal-tool .download-link {
    display: block;
    float: left;
    margin: 0px 20px 20px 0px;
    padding: 12px 20px;
    /*width: 300px;*/
    font-size: 18px;
    color: #fff;
    
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    
    background: #0fbb54; /* Old browsers */
    background: -moz-linear-gradient(top, #0fbb54 0%, #28d06b 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0fbb54), color-stop(100%,#28d06b)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #0fbb54 0%,#28d06b 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #0fbb54 0%,#28d06b 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #0fbb54 0%,#28d06b 100%); /* IE10+ */
    background: linear-gradient(to bottom, #0fbb54 0%,#28d06b 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0fbb54', endColorstr='#28d06b',GradientType=0 ); /* IE6-9 */
    border: 1px solid #1aa853;
    
    text-align:center;
    box-shadow: 10px 10px 20px -6px rgba(0, 0, 0, 0.75);
    font-weight: bold;
    /*font-style: italic;*/
}
.test-style1{
    background: #5ac2f3; /* Old browsers */
    background: -moz-linear-gradient(top, #5ac2f3 0%, #1396d3 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5ac2f3), color-stop(100%,#1396d3)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #5ac2f3 0%,#1396d3 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #5ac2f3 0%,#1396d3 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #5ac2f3 0%,#1396d3 100%); /* IE10+ */
    background: linear-gradient(to bottom, #5ac2f3 0%,#1396d3 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5ac2f3', endColorstr='#1396d3',GradientType=0 ); /* IE6-9 */
    border: 1px solid #2491c4;
}

.recommended-removal-tool .download-link:hover {
    background: #1ed266; /* Old browsers */
    background: -moz-linear-gradient(top, #1ed266 0%, #35e77c 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1ed266), color-stop(100%,#35e77c)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #1ed266 0%,#35e77c 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #1ed266 0%,#35e77c 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #1ed266 0%,#35e77c 100%); /* IE10+ */
    background: linear-gradient(to bottom, #1ed266 0%,#35e77c 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1ed266', endColorstr='#35e77c',GradientType=0 ); /* IE6-9 */
    border: 1px solid #1aa853;
}
.test-style1:hover {
    background: #7ad1fa; /* Old browsers */
    background: -moz-linear-gradient(top, #7ad1fa 0%, #2caeea 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7ad1fa), color-stop(100%,#2caeea)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #7ad1fa 0%,#2caeea 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #7ad1fa 0%,#2caeea 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #7ad1fa 0%,#2caeea 100%); /* IE10+ */
    background: linear-gradient(to bottom, #7ad1fa 0%,#2caeea 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7ad1fa', endColorstr='#2caeea',GradientType=0 ); /* IE6-9 */
    border: 1px solid #35a1d4;
}

.recommended-removal-tool .download-link span {
    display: block;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
}

.blue-line {
    border-top: 4px solid #137dc0;
    margin-left: 0;
    margin-right: 0;
}
.other-tools:before, .other-tools:after {
    clear: both;
}
.other-tools {
    clear: both;
    border-top: 4px solid #137dc0;
    border-bottom: 4px solid #137dc0;
    list-style-type: none;
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
}
.other-tools li, .entry-content .other-tools li {
    display: inline-block;
    vertical-align: top;
    height: 180px;
    /*overflow: hidden;*/ 
    width: 31%;
    margin-left: 3%;
    font-size: 12px;
    padding-bottom: 30px;
    position: relative;
}
.other-tools li p, .entry-content .other-tools li p {
    overflow: hidden;
    height: 130px;
    display: block;
}
.other-tools li img {
    max-width: 90%;
    box-shadow: none;
    border: 0px;
    display: block;
    margin-bottom: 8px;
}
ul.other-tools li:first-child, .entry-content ul.other-tools li:first-child {
    margin-left: 0px;
}
.other-tools li span {
    display: block;
    font-weight: bold;
}
.other-tools .tool-links {
    text-align: right;
    display: block;
    font-weight: normal;
    position: absolute;
    bottom: 0px;
    right: 10px;
    z-index:20;
}

.soft-more-link {
    color: #099738;
    font-weight: bold;
}
.green-text {
    background: #069e31;
    color: #fff;
    padding: 0px 8px;
    display: inline-block;
}




a.download-btn, a.download-btn:visited {
	margin: 30px auto 0px;
	padding: 20px 30px;
	font-size: 26px;
	display: block;
	color: #fff;
	width: 40%;
	text-align: center;
	text-decoration: none;
	font-family: 'Open Sans Condensed', sans-serif;
	
	background-color: #2c87c7;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #2c87c7, #39a2eb);
	background-image: -ms-linear-gradient(top, #2c87c7, #39a2eb);
	background-image: -webkit-linear-gradient(top, #2c87c7, #39a2eb);
	background-image: -o-linear-gradient(top, #2c87c7, #39a2eb);
	background-image: linear-gradient(top, #2c87c7, #39a2eb);
	border: 1px solid #1f76b2;
	border-radius: 8px;
	/*box-shadow: 3px 5px 15px #666;*/
}
a.download-btn.green-button, a.download-btn.green-button:visited {
	background-color: #32cf2d;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #32cf2d, #22b31e );
	background-image: -ms-linear-gradient(top, #32cf2d, #22b31e );
	background-image: -webkit-linear-gradient(top, #32cf2d, #22b31e );
	background-image: -o-linear-gradient(top, #32cf2d, #22b31e );
	background-image: linear-gradient(top, #32cf2d, #22b31e );
	border: 1px solid #45a842;
    /*text-shadow: 1px 2px #333;    */
}
a.download-btn.green-button:hover {
	color: #fff;
	background-color: #3be236;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #3be236, #28c724 );
	background-image: -ms-linear-gradient(top, #3be236, #28c724 );
	background-image: -webkit-linear-gradient(top, #3be236, #28c724 );
	background-image: -o-linear-gradient(top, #3be236, #28c724 );
	background-image: linear-gradient(top, #3be236, #28c724 );
	border: 1px solid #45a842;
    /*text-shadow: 1px 2px #333;  */  
}

a.download-btn.yellow-button, a.download-btn.yellow-button:visited {
    color: #777;
	background-color: #fde770;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #fde770, #fded92 );
	background-image: -ms-linear-gradient(top, #fde770, #fded92 );
	background-image: -webkit-linear-gradient(top, #fde770, #fded92 );
	background-image: -o-linear-gradient(top, #fde770, #fded92 );
	background-image: linear-gradient(top, #fde770, #fded92 );
	border: 1px solid #157d3a;
}



.frontpage.widget-area .widget.security-tips {
	border: 0px;
	background: #fff;
}
.widget-area .widget .security-tips-links li {
    padding: 5px 10px;
    line-height: 1.3;
}

.widget-area .widget.security-tips h3, .security-tips h3 {
    margin-bottom:1px;
    border-bottom: 0px;
}
.security-tips-links {
    border: 1px solid #6693b0;
}
.widget-area .security-tips-links li {
    margin-left: 1px;
    margin-right: 1px;
    margin-bottom:1px;
    /*6693b0*/
    border: 0px;
    border-bottom:0px;
} 
.security-tips-links li:first-child {
    margin-top: 1px;
}
.security-tips-links li:last-child {
    margin-bottom: 1px;
}
.security-tips-links li a {    
    font-size: 12px;
    line-height: 28px;
}
.security-tips-links li:after {
    content:'';
    display:block;
    clear: both;
}
.security-tips-links li:nth-child(odd) {
    background: #408ddb;
}
.security-tips-links li:nth-child(even) {
    background: #72b0ef;
}
.securitytip-icon {
    height: 30px;
    display: block;
    float: left;
    width: 30px;
    margin-right: 10px;
}
.homeland-icon, .uscert-icon {
    background: url( '../img/icons-sprite.png' ) no-repeat 0px 0px;
}
.microsoft-icon {
    background: url( '../img/icons-sprite.png' ) no-repeat 0px -72px;
}
.norton-icon {
    background: url( '../img/icons-sprite.png' ) no-repeat 0px -30px;
    height: 37px;
}
.tools-icon {
    background: url( '../img/icons-sprite.png' ) no-repeat 0px -239px;
}
.symantec-icon {
    background: url( '../img/icons-sprite.png' ) no-repeat 0px -105px;
}
.report-icon {
    background: url( '../img/icons-sprite.png' ) no-repeat 0px -275px;
}
.kaspersky-icon {
    background: url( '../img/icons-sprite.png' ) no-repeat 0px -146px;
}
.ic3-icon {
    background: url( '../img/icons-sprite.png' ) no-repeat 0px -178px;
}
.fbi-icon {
    background: url( '../img/icons-sprite.png' ) no-repeat 0px -208px;
}

.sidebar-removal-tool, .widget-area .widget p.sidebar-removal-tool {
    font-size: 11px;
}
.sidebar-removal-tool a.download-link, .widget-area .widget a.download-link {
    display: block;
    margin: 0px 20px 20px 0px;
    padding: 12px 20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    
    font-size: 16px;
    color: #fff;
    
    background: #0fbb54; /* Old browsers */
    background: -moz-linear-gradient(top, #0fbb54 0%, #28d06b 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0fbb54), color-stop(100%,#28d06b)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #0fbb54 0%,#28d06b 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #0fbb54 0%,#28d06b 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #0fbb54 0%,#28d06b 100%); /* IE10+ */
    background: linear-gradient(to bottom, #0fbb54 0%,#28d06b 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0fbb54', endColorstr='#28d06b',GradientType=0 ); /* IE6-9 */
    border: 1px solid #1aa853;
    
    box-shadow: 10px 10px 20px -6px rgba(0, 0, 0, 0.75);
    font-weight: bold;
}
.sidebar-removal-tool a.download-link.lang-de, .widget-area .widget a.download-link.lang-de,
.sidebar-removal-tool a.download-link.lang-pl, .widget-area .widget a.download-link.lang-pl,
.sidebar-removal-tool a.download-link.lang-hu, .widget-area .widget a.download-link.lang-hu,
.sidebar-removal-tool a.download-link.lang-no, .widget-area .widget a.download-link.lang-no,
.sidebar-removal-tool a.download-link.lang-pt, .widget-area .widget a.download-link.lang-pt,
.sidebar-removal-tool a.download-link.lang-se, .widget-area .widget a.download-link.lang-se,
.sidebar-removal-tool a.download-link.lang-th, .widget-area .widget a.download-link.lang-th {
    font-size: 14px;
}
.sidebar-removal-tool a.download-link.lang-fr, .widget-area .widget a.download-link.lang-fr,
.sidebar-removal-tool a.download-link.lang-it, .widget-area .widget a.download-link.lang-it,
.sidebar-removal-tool a.download-link.lang-cz, .widget-area .widget a.download-link.lang-cz,
.sidebar-removal-tool a.download-link.lang-dk, .widget-area .widget a.download-link.lang-dk,
.sidebar-removal-tool a.download-link.lang-gr, .widget-area .widget a.download-link.lang-gr,
.sidebar-removal-tool a.download-link.lang-id, .widget-area .widget a.download-link.lang-id,
.sidebar-removal-tool a.download-link.lang-sk, .widget-area .widget a.download-link.lang-sk {
    font-size: 13px;
}
.sidebar-removal-tool a.download-link:hover, .widget-area .widget a.download-link:hover {
    background: #1ed266; /* Old browsers */
    background: -moz-linear-gradient(top, #1ed266 0%, #35e77c 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1ed266), color-stop(100%,#35e77c)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #1ed266 0%,#35e77c 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #1ed266 0%,#35e77c 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #1ed266 0%,#35e77c 100%); /* IE10+ */
    background: linear-gradient(to bottom, #1ed266 0%,#35e77c 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1ed266', endColorstr='#35e77c',GradientType=0 ); /* IE6-9 */
    border: 1px solid #1aa853;
    color: #fff;
}
.sidebar-removal-tool .download-link i {
    font-style: normal;
}
.sidebar-removal-tool .download-link span {
    display: block;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
}
#sticky-sidebar .sidebar-removal-tool {
    display: none;
}
#sticky-sidebar.sticky .sidebar-removal-tool {
    display: block;
}  

@media only screen and (min-width: 1200px) {
    .recommended-removal-tool .download-link {
        min-width: 45%;
        font-size: 20px;
        margin-top: 20px;
    }
    .recommended-removal-tool .download-link span{
        font-size: 16px;
    }
    
}
@media only screen and (min-width: 990px) and (max-width: 1200px) {
    .sidebar-removal-tool a.download-link, .widget-area .widget a.download-link {
        font-size: 16px;
        text-align: center;
    }
    .sidebar-removal-tool .download-link i {
        display: block;
        font-size: 12px;
    }
    
    .sidebar-removal-tool a.download-link span {
        display: none;
    }
}
@media only screen and (min-width: 600px) and (max-width: 1200px) {
    .recommended-removal-tool {
        position: relative;
        padding-left: 60%;
    }
    .recommended-removal-tool .download-link {
        position: absolute;
        left: 0;
        top: 30%;
        width: 46%;
    }
}
@media only screen and (max-width: 990px) {
    .sidebar-removal-tool {
        display: none;
    }
}

@media only screen and (max-width: 850px) {
    a.download-box, a.download-box-regular {
        font-size: 18px;
        width: 60%;
    }
    a.download-box-es, a.download-box-regular-es,
    a.download-box-bg, a.download-box-regular-bg,
    a.download-box-pl, a.download-box-regular-pl,
    a.download-box-ro, a.download-box-regular-ro,
    a.download-box-si, a.download-box-regular-si
    {
    	font-size: 14px;
    }
    a.download-box span, a.download-box-regular span {
        font-size: 12px;
    }
    .sidebar-removal-tool {
        display: none;
    }
}

@media only screen and (max-width: 680px) {
    a.download-box, a.download-box-regular {
        font-size: 16px;
        width: 60%;
    }
    a.download-box-es, a.download-box-regular-es,
    a.download-box-bg, a.download-box-regular-bg,
    a.download-box-pl, a.download-box-regular-pl,
    a.download-box-ro, a.download-box-regular-ro,
    a.download-box-si, a.download-box-regular-si
    {
    	font-size: 13px;
    }
    a.download-box span, a.download-box-regular span {
        font-size: 12px;
    }
    
    .recommended-removal-tool .download-link {
        font-size: 16px;
    }
    .recommended-removal-tool .download-link span {
        font-size: 12px;
    }
}

@media only screen and (max-width: 520px) {
    a.download-box, a.download-box-regular {
        font-size: 14px;
        width: 60%;
    }
    a.download-box-es, a.download-box-regular-es,
    a.download-box-bg, a.download-box-regular-bg,
    a.download-box-pl, a.download-box-regular-pl,
    a.download-box-ro, a.download-box-regular-ro,
    a.download-box-si, a.download-box-regular-si
    {
    	font-size: 12px;
    }
    a.download-box span, a.download-box-regular span {
        font-size: 11px;
    }
    
    .recommended-removal-tool .download-link {
        font-size: 14px;
    }
    .recommended-removal-tool .download-link span {
        font-size: 10px;
    }
    
    .other-tools li, .entry-content .other-tools li {
        width: 100%;
        margin-bottom: 20px;
        margin-left: 0px;
        height: 140px;
    }
    .other-tools li p, .entry-content .other-tools li p {
        height: 90px;
    }
}
