#install_button {background-color: rgba(0, 0, 0, 0.4);
                 position:fixed;
                top:25px;
                right:3px;
                padding:2px;
                width:93px;
                height:16px;
                font-weight:900;
                font-size:13px;
                font-family: 'Source Sans Pro', sans-serif;
                color:#fff;
                z-index:999;
                cursor:pointer;
                opacity:1;
                 -webkit-border-radius: 2px;
            -moz-border-radius: 2px;
            border-radius: 2px;
            {block:ifbuttomfollowtransparent}
            opacity: 0.5;
            {/block:ifbuttomfollowtransparent}
            }
#install_button {box-shadow: 0 0 0px rgba(0, 0, 0, 0.9);}           
#install_button a {color:#fff;}            
#install_button:hover {opacity:0.9; }

#tumblr_controls{position:fixed !important;
            {block:ifbuttomfollowtransparent}
            opacity: 0.5;
            {/block:ifbuttomfollowtransparent}
            filter:alpha(opacity=30);       
           -webkit-transition: all 0.5s ease-out;
    	   -moz-transition: all 0.5s ease-out;
		   transition: all 0.5s ease-out;
		   -o-transition: all 0.5s ease-out;
           }
           
	{block:ifbuttomfollowtransparent}
    
	#tumblr_controls:hover{opacity: 1;
                           filter:alpha(opacity=100);
                           }
	{/block:ifbuttomfollowtransparent}