body {
    margin: 0px;
    padding: 0px;
    font: 16px Georgia, "Times New Roman", Times, serif;
    background-color: #030c1b;
}

a:link, a:active, a:visited {
    color: #09F;
    text-decoration: none;
}

a:hover {
    color: #E91E63;
}

h1 {
    font-size: 28px;
    font-weight: bold;
    text-shadow: 1px 1px #fff;
}

h2 {
    font-size: 30px;
    font-weight: normal;
}

h3 {
    font-size: 18px;
    /* font-weight: normal; */
    margin: 0px;
}

li {
    padding: 5px;
    text-align: left;
}

img {
    border: none;
}

.nomargin {
    margin-top: 0px;
}

.frame {
    display: inline-block;
    width: 350px;
}

.okvir {
    padding: 5px 10px;
    border-radius: 20px;
    cursor: pointer;
    text-align: left;
}

.okvir h1 {
    margin: 0px;
}

.okvir h2 {
    margin: 0px;
    font-size: 20px;
}

.okvir:hover {
    background-color: #E6E6E6;
}

.pad {
    padding: 30px;
}

#sorry {
    float: right;
}

#top {
    background-color: #000000;
    text-align: center;
    color: #ddd;
    position: fixed;
    top: 0px;
    width: 100%;
    height: 50px;
    padding: 8px;
    box-sizing: border-box;
    z-index: 10;
}

#top #topleft {
    position: absolute;
    left: 10px;
}

#top #topright {
    position: absolute;
    right: 10px;
}

#top #ad {
    width: 100%;
    position: fixed;
    text-align: center;
    margin-top: 35px;
}

#top #menu {
    margin-top: 10px;
}

#header {
    background-color: #E0EDED;
    text-align: center;
    margin-top: 50px;
}

#news {
    background-color: #ffffff;
}

#news #newslist {
    text-align: left;
}

#news #newslist p {
    margin: 0px;
}

#features {
    background-color: #BEE7B8;
}

#screenshots {
    background-color: #AEBD93;
}

#older {
    background-color: #051c4c;
    color: #FFFFFF;
}

@media (max-width: 700px) {
    #top {
        height:90px;
    }

    #top #topright {
        clear: both;
        position: relative;
    }

    #header {
        margin-top: 90px;
    }
}


#donated {
	text-align: center;
	margin-top: 100px;
}

#donate {
    text-align: center;
    color: white;
}
#donate table {
	text-align: left;
	margin: 20px auto;
}
#donate input {
	font-size: 18px;
	padding: 2px 5px;
}
#donate #low {
	color: red;
	display: none;
}
#donate #paypal-button-container {
    width: 300px;
    margin: 30px auto;
}
#donate #result-container {
	display: none;
    margin: 0 auto;
    border: solid 1px #aaa;
    border-radius: 24px;
    width: 500px;
    min-height: 150px;
}
#donate #result-container.donate_ok {
	background-color: #eeffee;
}
#donate #result-container.donate_error {
	background-color: #ffeeee;
}
#qr {
	float: right;
}