/* basic elements */
body { 
	font: 10pt/20pt verdana; 
	color: #555753; 
	background: #FFFFFF; 
	margin: 0px; 
	text-align: center;
	background-repeat: repeat-x;
	}
p { 
	font: 8pt/14pt verdana; 
	margin-top: 0px; 
	text-align: left;
	}
h3 { 
	font: italic normal 12pt georgia; 
	letter-spacing: 1px; 
	margin-bottom: 10px; 
	color: #7D775C;
	text-align: left;
	}
a:link { 
        color: #FFFFFF;
        text-decoration: none;
}
a:visited         { color: #FFFFFF; }
a:hover, a:active { color: #B8C271; }


/* specific divs */

.wishlist {
    background: #F5F7EC;
    margin-top: 3%;
    margin-bottom: 3%;
    margin-left: 10%;
    width: 80%;
}

.wishlist_m {
    background: #F5F7EC;
    margin-top: 3%;
    margin-bottom: 3%;
    margin-left: 5%;
    width: 80%;
}

.wishlist_content {
    margin-left: 2.5%;
    text-align: left;
}

.wishlist_edit {
    margin-left: auto;
	margin-right: auto;
	width: 100%;
}
.wishlist_edit textarea{
	width: 100%;
	height: 80px;
	padding: 5px 5px;
	box-sizing: border-box;
	border: 2px solid #ccc;
	border-radius: 4px;
	background-color: #f8f8f8;
	resize: none;
}

.wishlist_edit_m {
    margin-left: 1%;
    text-align: left;
	width: 100%;
}

input { 
    text-align: center; 
}

.wishlist_edit table {
    font-size: 15px;
}

.item {
    position: relative;
    text-align: center;
    background: #FFFFFF;
    margin: 2%;
    width: 10%;
    display: inline-block;
}

.item_m {
    position: relative;
    text-align: center;
    background: #FFFFFF;
    margin: 2%;
    width: 17%;
    display: inline-block;
}

.item-picture img {
    max-width: 90%;
    max-height: 100px;
}

.item-description {
    text-align: center;
}

form {
    display: inline;
}

/* --------------------- */

.upper-banner {
    background: #FFFFFF;
    font-weight: bold;
    height: 7%;
}
div.upper-banner a:link,
div.upper-banner a:visited,
div.upper-banner a:hover ,
div.upper-banner a:active { color: #B8C271; }

.last_image img {
	max-width: 90%;
	max-height: 600px;
    margin-bottom: 3%;
}

.names-banner {
    background: #8F9E28;
    height: 5%;
    color: #FFFFFF;
    font-size: 20px;
    font-variant: small-caps;
    word-spacing: 50px;
    line-height: 35px;
}
