div#donate-tag {
    position: fixed;
    top: 300px;
    right: -215px;
    z-index: 1000;
    width:253px;
}

div#donate-label {
	width: 39px;
    height: 162px;
    /*background-color: rgba(122,183,43,1);*/
    background-color: rgb(255, 186, 64);
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    cursor: pointer;
    box-shadow: none;
    float: left;
    background-image: url("../img/donation.svg");
    background-repeat: no-repeat;
}

div#donate-label p {
    font-size: 10px;
    color: #fff;
    line-height: 10px;
    text-align: center;
    margin-top: 48px;
    margin-left: -2px;
    font-family: "Open Sans", sans-serif !important;
    font-weight: bold;
    display: none !important;
}

div#donate-form-window {
	width: 200px;
    height: 300px;
    float: left;
    display: none;
    /*background: rgba(122,183,43,1);*/
    background-color: #ffdc62;
    border-bottom-left-radius: 5px;
    box-shadow: none;
    padding: 5px;
    box-sizing: initial;
    border: 1px solid #4d575c;
}

div#donate-form-window:before {
	display: block;
    content: "";
    height: 162px;
    width: 5px;
    margin-left: -10px;
    margin-top: -6px;
    /*background: rgba(122,183,43,1);*/
    background-color: #ffdc62;
    position: absolute;
    box-shadow: none;
    border-top: 1px solid #4e585d;
    border-bottom: 1px solid #4e585d;
}

div#donate-form-wrapper {
	background: white;
	border-radius: 5px;
	height: 100%;
}

div#donate-form-text {
	padding: 10px;
	line-height:1.2 !important;
	font-size: 0.8em !important;
}

div#donate-form-text p {
	margin-bottom: 5px;
}

div#donate-form-text button#donate {
	border: none !important; 
    display:inline-block !important;
    text-align: center !important;
    padding: 7px 10px !important;
    color: #fff !important; 
    font-size:16px !important; 
    font-weight: 600 !important; 
    font-family:OpenSans, sans-serif !important; 
    text-transform: capitalize !important;
    text-shadow: none !important;
    line-height: normal !important;
    letter-spacing: normal !important;
    cursor: pointer !important; 
    border-radius: 2px !important;
    background: #7ab72b !important;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 0 2px 0 rgba(0,0,0,.12) !important;
    margin-top: 2px !important;
    width: 100% !important;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}

div#donate-form-text button#donate:hover {
    background: #71ac24 !important;
}

div#donate-form-text button#donate img {
    margin-right: 7px; 
    vertical-align: middle !important;
}

div#donate-form-text button#donate span {
    vertical-align:middle !important;
}

div#donate-form-text p#donate-sum {
    text-align: center;
    margin: 2px 0 10px;
}

div#donate-form-text input {
	color: #808080 !important;
    font-family: "Open Sans", sans-serif !important;
    font-size: 13.4px !important;
    font-weight: bold !important;
    width: 70px !important;
    border: 1px solid #ddd !important;
    border-radius: 2px !important;
    padding: 2px 5px !important;
}

div#donate-form-text p,
div#donate-form-text label  {
    /*font-family: "Open Sans", sans-serif !important;*/
    font-style: normal !important;
    /*color: rgb(128, 128, 128) !important;*/
    font-size: 13.4px !important;
	line-height:1.2 !important;
}

div#donate-logo {
	background-image: url(../img/logo_lamp.png);
    width: 100%;
    height: 20%;
    background-size: 40px;
    background-position: center;
    background-repeat: no-repeat;
}
