body {
background-image:url(style/background.png);
    /*background-color: #223357;*/
    font-family: Trebuchet MS, Helvetica, sans-serif;
    font-size:14px;
}
#wrapper {
    margin-top:64px;
    /*margin-bottom:64px;*/
    margin-left:auto;
    margin-right:auto;
    /*min-width:1010px;*/
    width:650px;
    border:1px solid black;
    background-color:#80B4FF;
/*
    text-align: center;
    background-color: #6080C0;
    width: 1014px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 6px;
    border: 1px solid black;*/
}
header {
    margin:4px;
    /*margin: 6px;
    height: 200px;*/
}
.logo {
display: block;
min-width:100px;
max-width:1000px;
margin-left: auto;
margin-right: auto;
}

#content {
    padding-top: 6px;
    padding-bottom: 6px;
}
.block {
margin-top:0px;
margin-bottom:4px;
margin-right:4px;
margin-left:4px;

text-align:center;
border:1px solid black;
background-color:#A6CAFF;
font-family:Trebuchet MS;
font-size:14px;
/*
    background: #7799FE;
    border: 2px solid black;
    margin: 2px 6px 6px;*/
}
a:link,
a:active,
a:visited {
text-decoration:none; color:blue;
font-weight:bold;
    /*text-decoration: none;
    color: #0000FF;*/
}
a:hover {
text-decoration: none; color: navy;
    /*text-decoration: none;
    color: #7777FF;*/
}
footer { text-align: center }
article {
    background: #ACCBFF;
    margin: 4px 3px 6px 3px;
    text-align: left;
    display: block;
    border: 1px solid black;
    word-wrap: break-word;
}
details {
    background: #88AAFF;
    display: block;
border-width: 0px 0px 1px 0px;
border-style:solid;
border-color: black;
    /*border: 2px solid black;*/
}
.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 }

input {
font-family:Trebuchet MS;
font-size:12px;
border:1px #80B4FF solid;
background-color:#BFD9FF;
/*width:100%;*/
}

img {
border:1px solid black;
}

textarea {
font-family:Trebuchet MS;
font-size:12px;
border:1px #80B4FF solid;
background-color:#BFD9FF;
/*width:100%;*/
}

button {
font-family:Trebuchet MS;
font-size:12px;
border:1px #80B4FF solid;
background-color:#BFD9FF;
width:96px;
}
