﻿@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,700);
@import url(https://fonts.googleapis.com/css?family=Oswald:400,700);


.DonateBannerFrame{
    text-align:center;
    position:relative;
    width:610px;
    margin: 8px 0px 0px 0px;
}

.DonateBannerQuoteBox{
    width:520px;
}

.DonateBannerBorder{
    background: -webkit-linear-gradient(#A6D285, #679F3C); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#A6D285, #679F3C); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#A6D285, #679F3C); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#A6D285, #679F3C); /* Standard syntax (must be last) */
    padding:2px;
    margin-top:6pt;
    border-radius:10px;
}
.DonateBannerBackround{
    background: -webkit-linear-gradient(white, #D6FABA); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(white, #D6FABA); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(white, #D6FABA); /* For Firefox 3.6 to 15 */
    background: linear-gradient(white, #D6FABA); /* Standard syntax (must be last) */
    padding:6px;
    padding-right:25px;
    font-family:'open sans',Tahoma;
    font-weight:400; 
    font-style:italic;
    color:#3A67A0;
    text-align:left;
    border-radius:10px;
}
.MZWord {
    color:#60A040;
}
.Signature {
    font-size:9pt;
    font-style:normal; 
    font-family:Tahoma,Arial;
}
.dyquote {
    color:rgb(205, 230, 185);
    padding-right:5px;
    padding-left:5px;
}

.buttonsContainer {
    margin-top:6px;
    font-family:Arial, Helvetica, sans-serif;
    font-size:11pt;
    font-weight:bold;
    font-style:normal;
    text-align:center;
    padding:0px;
}

.donatebutton {
    display:inline-block; 
    background-color:rgb(255, 192, 92);
    color:white;
    border-radius:13px;
    padding:5px 8px 5px 8px;
 	box-shadow: 1px 1px 5px grey;
}

.learnmore {
    display:inline-block; 
    background-color:rgba(255, 192, 92, 0.6);
    color:white;
    border-radius:13px;
    padding:5px 8px 5px 8px;
 	box-shadow: 1px 1px 5px grey;
}
.keepgoing {
    display:inline-block; 
    font-family:Oswald;
    font-size:16pt;
    line-height:18pt;
    font-weight:bold;
    color:rgb(58, 103, 160);
    font-style:normal;
    background-color:white;
    border-radius:10px;
    border:solid 2px rgb(134, 167, 210);
    padding:5px 8px 5px 8px;
 	box-shadow: 1px 1px 2px grey;
    position:absolute;
    top:15px;
    right:0;
}
.deductible {
    color:rgb(142, 128, 128);
    font-size:8pt;
    font-weight:normal;
    font-family:Arial, Helvetica, sans-serif;
    line-height:6pt;
    margin-top:4px;
}

