/* RESET */
a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:'';content:none}table{border-collapse:collapse;border-spacing:0}

/* Google Font */
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital@1&display=swap');

/* Styling */
body{
    font:400 16px/1.2em 'Roboto',sans-serif;
    color:#444;
    background:none;
}
.donationFieldContainer{
    margin: 0 auto 15px;
}
.donationFieldContainer span:not(#BodyContent_AmountSelector){
    width:40%;
    max-width:180px;
    display:inline-block;
    vertical-align:top;
    line-height:40px;
}
.donationFieldContainer input[type="text"]{
    width:60%;
    display:inline-block;
    vertical-align:top;
    border:0;
    border-radius:4px;
    height:40px;
    font-size:14px;
    line-height:40px;
    padding:0 15px;
}
input[type="submit"]{
    border:none;
    border-radius:4px;
    height:40px;
    background:#7a1214;
    color:#fff;
    padding:0 15px;
    margin:0 15px 0 0;
}
#BodyContent_AmountSelector{
    margin: 10px 0 0 -15px;
    display: inline-block;
}
#BodyContent_AmountSelector input{
    margin:0 5px 0 15px;
}
#BodyContent_PanelNewsLetter{
    margin:0 auto 15px;
}
#BodyContent_PanelPrivacyPolicy{
    margin:0 auto 15px;
}
#BodyContent_PanelPolicyLink a{
    font-size:12px;
    color:#7a1214;
    text-decoration:underline;
}

/* Error */
#PanelMasterDataError{
    color:red;
    font-size:14px;
    line-height:1.4em;
    margin:0 auto 15px;
}

/* Hide */
#DivShowGeneralTerms,
#btnCloseGeneralTerms,
#PanelProjectInfo,
#BodyContent_amountSliderContainer{
    display:none;
}