body {
 	background-size: cover;	
}

div{
	font-size: 20px;
}

button{
	font-size: 20px !important;
}

.header {
  	top:0px;
  	position:fixed !important;
  	position:absolute;
  	height:30px;
    width:100%;
    padding-left: 10px;
  	padding-right: 10px;
}

.content {
  	top:10%;
  	height:90%;
  	position:relative;
  	overflow:auto;
  	width:100%;
  	padding-left: 10px;
  	padding-right: 10px;
}

.wishListHeader 
{
    font-size: 25pt;
    font-weight: bold;
}

.wish {
	width:100%;	
	display: table-row;
}

.wishContent {
	width:70%;
	display: table-cell;
	border-top: 1px lightgrey solid;
}

.wishInfo {
	width:30%;	
	display: table-cell;
	border-top: 1px lightgrey solid;
}

.wishCaption {
	font-weight: bold;
	color: darkblue;
}