/*
* @package Wp_Theme_Downloader
* @author  Bhupender Singh
* @version 1.0.0
*/

/*
   Copyright (c) 2013-2018 by BhupenderSingh

   This program is free software; you can redistribute it and/or
   modify it under the terms of the GNU General Public License
   as published by the Free Software Foundation; either version 2
   of the License, or (at your option) any later version.

   This program is distributed in the hope that it will be useful,
   but WITHOUT ANY WARRANTY; without even the implied warranty of
   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
   GNU General Public License for more details.
*/
.wp-core-ui .wptd_download_link{
	background:#009933 none repeat scroll 0 0 !important;
    border-color:#009933 !important;
    box-shadow:0 1px 0 #009933 !important;
    text-shadow:0 -1px 1px #009933, 1px 0 1px #009933, 0 1px 1px #009933, -1px 0 1px #009933 !important;
}
.wp-core-ui .wptd_download_link:hover{
	background:#00B22D none repeat scroll 0 0 !important;
    border-color:#00B22D !important;
    box-shadow:0 1px 0 #00B22D !important;
    text-shadow:0 -1px 1px #00B22D, 1px 0 1px #00B22D, 0 1px 1px #00B22D, -1px 0 1px #00B22D !important;
}
