body {
    background-color: #223357;
    font-family: Trebuchet MS, Helvetica, sans-serif;
}
#wrapper {
    text-align: center;
    background-color: #6080C0;
    min-width:1014px;
    width:75%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 6px;
    border: 1px solid transparent;
}
header {
    margin: 6px;
    height: 200px;
}
#content {
    padding-top: 6px;
    padding-bottom: 6px;
}
.block {
    background: #7799FE;
    border: 2px solid transparent;
    margin: 2px 6px 6px;
}
a,
a:link,
a:active,
a:visited {
    text-decoration: none;
    color: #0000FF;
}
a:hover {
    cursor:pointer;
    text-decoration: none;
    color: #7777FF;
}
footer { text-align: center }
article {
    background: #ACCBFF;
    margin: 4px 3px 6px 3px;
    text-align: left;
    display: block;
    border: 2px solid transparent;
    word-wrap: break-word;
}
details {
    background: #88AAFF;
    display: block;
    border: 2px solid transparent;
}
.not_approved { background: #f0b500 }
summary { }
time {
    display: inline;
    float: right;
}
details summary::-webkit-details-marker { display: none }
.rate {
    width: 100%;
    text-align: center;
    margin: 0 auto;
}
.delete { color: #ff0000 !important }
iframe { visibility: hidden }
#cookies {
    position: absolute;
    background: #7799FE;
    /*border: 1px solid;*/
    display: flex;
    align-items: center;
    box-shadow: 0px 0px 10px 1px #7799FE;
    margin: 5px;
    left: 0;
    right: 0;
}
.cookies-text {
    text-align: center;
    width: 100%;
}
.cookies-button {
    margin: 3px;
    margin-left: auto;
}
.rating_good { color: #008000 }
.rating_neutral { color: #000000 }
.rating_bad { color: #8B0000 }
.rating_good_voted { text-shadow: 0px 0px 10px #008000 }
.rating_bad_voted { text-shadow: 0px 0px 10px #8B0000 }



/*thanks!
 * https://codepen.io/NickyCDK/pen/AIonk
 */
 /*
body{
	background-image: url('http://www.wearewebstars.dk/codepen/img/s1.png'), url('http://www.wearewebstars.dk/codepen/img//s2.png'), url('http://www.wearewebstars.dk/codepen/img//s3.png');
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index:1;

	animation: snow 10s linear infinite;
}
@keyframes snow {
  0% {background-position: 0px 0px, 0px 0px, 0px 0px;}
  50% {background-position: 500px 500px, 100px 200px, -100px 150px;}
  100% {background-position: 500px 1000px, 200px 400px, -100px 300px;}
}*/
