/* THEME: paper */
#theme_paper{
	color: rgb(12,12,12);
	background-color: rgb(252,252,253);
	/*background-image: url('/img/more/paper.jpg');
	background-size: contain;
	background-position-x: center;*/
	/*background-repeat: repeat-y;*/
	font-family: PaulMaul; /*PaulMaul*/
	letter-spacing: 1px;
	font-size: 18px;
}
#theme_paper #theme_background{
	background-image: url('/img/more/paper.jpg');	
	position: absolute;
	background-repeat: repeat;
}
#theme_paper h1, #theme_paper h2, #theme_paper h3, #theme_paper h4, #theme_paper h5{
	font-family: PaulMaul; /* borgia; /* midiet; /*, helvetica, calibri, arial, sans-serif;*/
}
#theme_paper nav{
	font-family: Bainsley; /*PaulMaul; /* borgia; /* midiet; /*, helvetica, calibri, arial, sans-serif;*/
}
#theme_paper nav ul li{
	font-size: 17px;
}
@media print {
	body#theme_paper {
		font-family: PaulMaul, arial, sans-serif;
	}
	#theme_paper{
		background-color: white;
		color: #000;
	}
}

/* nav */
#theme_paper nav ul li {
	border: 1px solid #222; /*#800002;*/
	border-width: 1px 1px 0px 1px;
	border-radius: 10px 10px 0px 0px;
	margin: 0px 5px 0px 0px;
}
#theme_paper nav.subnav ul li {
	border-width: 1px;
	border-radius: 10px;
}
#theme_paper nav#floating_nav ul li {
	border-width: 1px;
	border-radius: 10px;
	margin: 0px 5px 5px 0px;
}
#theme_paper #mobile_top nav ul li{
	border: 2px solid black;
	border-width: 0px 2px 0px 0px;
	margin: 0px 0px 10px 0px;
	border-radius: 0px;
}
#theme_paper nav ul li a{
	background-color: rgba(60,87,247,0.5); 
	border-radius: 8px 8px 0px 0px; /*10px 10px 0px 0px;*/
	color: #111;
}
#theme_paper #mobile_top nav ul li a{
	background-color: rgba(0,0,0,0);
	border-radius: 0px;
}
#theme_paper nav.subnav ul li a {
	border-radius: 8px;
}
#theme_paper nav#floating_nav ul li a {
	background-color: rgba(233,233,233,0.3);
	border-radius: 8px;
}
#theme_paper nav ul li a:hover{
	color: #f5f5f5; /*rgb(131,146,245); /*#800002;*/
	background-color: rgba(60,87,247,0.5); 
}
#theme_paper nav#floating_nav ul li a:hover {
	background-color: rgba(60,87,247,0.7); 
}
#theme_paper #nav_search_link{
	background-color: rgba(0,0,0,0);
}
#theme_paper #nav_search_link:hover{
	color: #f5f5f5; /*rgb(131,146,245); /*#800002;*/
	background-color: rgba(60,87,247,0.4); 
	padding: 0px 3px 5px 5px; 
	border-radius: 20px;
}
#theme_paper nav ul li a:visited, #theme_paper nav ul li a:link{
	color: rgb(60,87,247); /* #000;*/
}
#theme_paper nav ul li a.selected, #theme_paper nav ul li a:link.selected{
	background-color: rgba(251,251,0,0.7); 
	color: #222; /*#800002;*/
}
#theme_paper nav ul li a.selected:hover, #theme_paper nav ul li a:link.selected:hover{
	color: #f5f5f5; /*rgb(131,146,245); /*#800002;*/
	background-color: rgba(60,87,247,0.7); 
}
#theme_paper nav ul li a:hover {	
	/*background-color: rgba(0,0,0,0);*/
	/*color: rgb(131,146,245); /*#800002;*/
	color: #eee;
	background-color: rgba(60,87,247,0.7); 
	text-decoration: none;
}
#theme_paper #mobile_top nav ul li#mobile_logo_nav, #theme_paper #mobile_top nav ul li#mobile_jump_nav{
	border-width: 0px 0px 0px 0px;
}
#theme_paper #mobile_top li.last-child{
	border-width: 0px 0px 0px 0px;
}
@media all and (max-width: 700px){
	#theme_paper nav ul li{
		background-color: rgba(255,255,255,0);
		border-radius: 10px;
		border-bottom-width: 1px;
		font-size: 20px;
		margin: 0px 10px;
	}
	#theme_paper nav ul li a{
		border-radius: 10px;
		background-color: rgba(255,255,255,0);
	}
	#theme_paper nav ul li a.selected, #theme_paper nav ul li a:link.selected, #theme_paper nav.subnav ul li a.selected, #theme_paper nav.subnav ul li a:link.selected{
		background-color: rgba(251,251,0,0.7); 
		color: #222; /*#800002;*/
	}
	#theme_paper nav.subnav ul li a:hover, #theme_paper nav.subnav ul li a.selected:hover, #theme_paper nav.subnav ul li a:link.selected:hover{
		color: #f5f5f5; /*rgb(131,146,245); /*#800002;*/
		background-color: rgba(60,87,247,0.7); 
	}
	#theme_paper nav.subnav ul li a{
		border-radius: 8px;
		background-color: rgba(233,233,233,0.3);
	}
	#theme_paper nav ul li.menu_display{
		background-color: rgba(60,87,247,0.5); 
	}
	#theme_paper #nav_download:hover{
		color: rgb(223,223,223); /*rgb(60,87,247); /*#800002;*/
	}
	#theme_paper #nav_download:hover{
		background-color: rgb(242,216,123); /* rgb(228,201,7); */
	}
	#theme_paper #nav_packs:hover{
		color: rgb(223,223,223); /*rgb(60,87,247); /*#800002;*/
	}
	#theme_paper #nav_packs:hover{
		background-color: rgb(230,77,100); /*rgb(60,87,247); */
	}
	#theme_paper #mobile_top li.last-child, #theme_paper li#mobile_logo_nav, #theme_paper li#mobile_jump_nav{
		border-width: 0px 0px 0px 0px;
	}
}
@media all and (max-width: 500px){
	#theme_paper #mobile_top nav ul li#mobile_logo_nav, #theme_paper #mobile_top nav ul li#mobile_jump_nav{
		border-width: 0px 2px 0px 0px;
	}
}
@media all and (max-width: 410px){
	#theme_paper #mobile_top nav ul li#mobile_jump_nav{
		border-width: 0px 0px 0px 0px;
	}
}
/*#theme_paper div.imgbar{
    background-image: url("/img/more/pie.png");
    /*background-size: 80px 70px;*//*
    height: 75px;
    border: 2px solid black;
    border-left-width: 0px;
    border-right-width: 0px;
}
#theme_paper div.imgbar1{
    background-image: url("/img/more/border.png");	
}
#theme_paper div.imgbar2{
    background-image: url("/img/more/chickendinner.png");	
}
#theme_paper div.imgbar3{
    background-image: url("/img/more/burger.png");	
}
#theme_paper div.imgbar4{
    background-image: url("/img/more/food.png");	
}
#theme_paper div.imgbar5{
    background-image: url("/img/more/cake.png");	
}
#theme_paper div.imgbar6{
    background-image: url("/img/more/tendies.png");	
}
#theme_paper div.imgbar7{
    background-image: url("/img/more/cookies.png");	
}
#theme_paper div.imgbar8{
    background-image: url("/img/more/carrots.png");	
}
#theme_paper div.linebar{
    border: 1px solid #999; /*5px dotted #000; /* rgb(131,146,245); /* rgb(126,182,250); /* rgb(82,205,245); /* rgb(114,137,233); /* rgb(5,5,177); /*#800002;*/
/*}*/
#theme_paper p.legendbar{
    border: 1px solid black;
    border-width: 1px 0px;
}
	

/******* css: font-size: *******/


/* ./web/site/css/all.css */
#theme_paper body{
	font-size: 17px;
}
#theme_paper h1{
	font-size: 24px;
}
#theme_paper h2{
	font-size: 21px;
}
#theme_paper .small{
    font-size: 13px;
}
#theme_paper #mobile_top{
	font-size: 17px;
}
@media print {
	#theme_paper body{
		font-size: 11px;
	}
	#theme_paper h2{
		font-size: 19px;
	}
	#theme_paper .small{
		font-size: 9px;
	}
	#theme_paper #index{
		font-size: 13px;
	}
	#theme_paper div.menu_item_post div.menu_item_name{
		font-size: 15px;
	}
	#theme_paper div.menu_item_name{
		font-size: 15px;
	}
	#theme_paper div.menu_item_text{
		font-size: 11px;
	}
	#theme_paper div.menu_item_text:hover{
		font-size: 11px;
	}
	#theme_paper h1{
		font-size: 28px;
	}
}
#theme_paper #notice{
	letter-spacing: 0px;
}
#theme_paper #javascript_warning{
	letter-spacing: 0px;
}
#theme_paper #cookie_warning{
	letter-spacing: 0px;
}
#theme_paper nav ul li {
	/*font-size: 23px;*/
}
#theme_paper #mobile_top nav ul li{
	font-size: 17px;
}
#theme_paper nav.subnav ul li {
	font-size: 15px;
}
#theme_paper #index{
	font-size: 18px;
}
#theme_paper div.menu_item_post div.menu_item_name{
	font-size: 21px;
}
#theme_paper div.menu_item_name{
	font-size: 21px;
}
#theme_paper div.menu_item_text{
	font-size: 15px;
}
#theme_paper div.menu_item_text:hover{
	font-size: 15px;
}


/* ./web/site/css/and_add.css */
#theme_paper div.add_form label{
	font-size: 19px;
}
@media print {
	#theme_paper #recipe_servings{
		font-size: 12px;
	}
	#theme_paper div.add_form label{
		font-size: 13px;
	}
	#theme_paper #add_ingredients_list div.ingredients_menu_item li{
		font-size: 13px;
	}
	#theme_paper #add_ingredients_list div.ingredients_menu_item li.optional{
		font-size: 13px;
	}
	#theme_paper #add_ingredients_list div.ingredients_menu_item li.optional.header_item.textHeading{
		font-size: 15px;
	}
	#theme_paper #add_ingredients_list div.ingredients_menu_item li.optional{
		font-size: 13px;
	}
	#theme_paper #add_ingredients_list div.ingredients_menu_item li.header_item.textHeading{
		font-size: 15px;
	}
	#theme_paper #add_ingredients_list div.ingredients_menu_item .textHeading{
		font-size: 15px;
	}
	#theme_paper #add_ingredients_list div.ingredients_menu_item .textNote{
		font-size: 13px;
	}
	#theme_paper #add_ingredients_list div.ingredients_menu_item .textNote{
		font-size: 13px;
	}
	#theme_paper #add_ingredients_list div.ingredients_menu_item .ingredient_entry{
		font-size: 13px;
	}
	#theme_paper div.add_form label.view_directions{
		font-size: 15px;
	}
	#theme_paper #view_directions_list li{
		font-size: 14px;
	}
}
#theme_paper #add_ingredients_list li.optional{
	font-size: 16px; /**/
}
#theme_paper #add_ingredients_list .textHeading{
	font-size: 18px;
}
#theme_paper #add_ingredients_list .textNote{
	font-size: 16px;
}


/* ./web/site/css/search.css */
#theme_paper .search_form label{
	font-size: 18px;
}
#theme_paper div.more_search_options label{
	font-size: 19px;	
}



/******* css: color: *******/


/* ./web/site/css/all.css */
#theme_paper th{
    color: #222;
}
#theme_paper td{
	background-color: #ddd;
}
#theme_paper a, #theme_paper a:visited { 
	color: rgb(60,87,247);
}
#theme_paper nav ul li a:link{
	color: rgb(1,1,47); /* #000; */
}
#theme_paper a.selected, #theme_paper a:link.selected{
	color: rgb(60,87,247); /*#800002;*/
}
#theme_paper a:hover {	
	color: rgb(60,87,247); /*#800002;*/
}
#theme_paper .success{
	background-color: #99dd44;
}
#theme_paper .failure{
	background-color: #dd9944;
}
#theme_paper #mobile_top{
    background-color: rgba(223,223,223,0.8);
}
#theme_paper .warning{
	color: #ff3333;
}
#theme_paper .warning{
	background-color: #111;
}
#theme_paper .notification{
	color: #33ff33;
}
#theme_paper .notification{
	background-color: #111;
}
#theme_paper nav ul li a { 
	color: rgb(1,1,47);
}
#theme_paper nav ul li a:visited, #theme_paper nav ul li a:link{
	color: rgb(1,1,47); /* #000;*/
}
#theme_paper nav ul li a.selected, #theme_paper nav ul li a:link.selected{
	color: rgb(60,87,247); /*#800002;*/
}
/*#theme_paper nav ul li a:hover {	
	background-color: rgb(146, 234, 241);
}*/
#theme_paper nav ul li a:hover {	
	color: #eee; /*#800002;*/
}
#theme_paper .menu_display{
	background-color: rgb(233,233,233);
}
#theme_paper div.menu_item_container a.menu_item_link{
	background-color: rgba(223,223,223,0.6);
}
#theme_paper a.menu_item_link > div.menu_item{
	color: rgb(1,1,47); /* #000;*/
}
#theme_paper div.menu_item_container a.menu_item_link:hover{
	background-color: rgba(60, 87, 247, 0.3); /* rgba(220, 248, 252, 0.7); /*rgba(209,239,247,0.8); /*rgb(60,87,247);*/
}
#theme_paper a.menu_item_link div.menu_item:hover {
	color: #444; /*rgb(233,233,233); */
}


/* ./web/site/css/and_add.css */
#theme_paper .uploadFileIcon, #theme_paper .searchIcon{
	color: #eee;
	background-color: rgb(60,87,247);
}
#theme_paper .add_option_group{
	background-color: rgb(233,233,233);
}
@media all and (max-width: 850px){	
	#theme_paper div#photos_div.viewingPhotos{
		background-color: rgba(223,223,223,0.6);
	}
}
@media print{
	#theme_paper div#photos_div.viewingPhotos{
		background-color: white;
	}
}
#theme_paper #add_ingredients_list .optional_group{
	color: #555;
}
#theme_paper #add_ingredients_list li.optional{
	color: #666;
}
#theme_paper input[type=radio]:hover{
	background-color: #aaa;
}
#theme_paper input[type=radio]:checked{
	background-color: #2222aa;
}
#theme_paper input.bold_button:hover{
	background-color: #aaa;
}


/* ./web/site/css/contact.css */
#theme_paper .comment{
	background-color: #eee;
}


/* ./web/site/css/profile.css */
#theme_paper .profile_add_group{
	background-color: #eee;
}
#theme_paper .unit_settings_top{
	background-color: rgb(233,233,233);
}
#theme_paper .profile_add_group{
	background-color: rgba(223,223,223,0.6);	
}
#theme_paper .button_highlight{
	background-color: lightblue;
}


/* ./web/site/css/search.css */
#theme_paper #more_search_options{
	background-color: rgb(233,233,233);
}
#theme_paper .search_option_group{
	background-color: rgba(223,223,223,0.6);	
}
#theme_paper #search_loadouts{
	background-color: rgb(223,223,223);	
}

/******* css: background-image: *******/


/* ./web/site/css/all.css */
#theme_paper .loading{
	background-image: url('/img/loading.gif');
}
#theme_paper .nav_profile_img{
    background-image: url("/img/nav/accountB2.png");		
}
#theme_paper .nav_profile_img.selected{
    background-image: url("/img/nav/accountB.png");		
}
#theme_paper a:hover .nav_profile_img{
    background-image: url("/img/nav/accountL.png");		
}
#theme_paper .nav_add_img{
    background-image: url("/img/nav/addB2.png");		
}
#theme_paper .nav_add_img.selected{
    background-image: url("/img/nav/addB.png");		
}
#theme_paper a:hover .nav_add_img{
    background-image: url("/img/nav/addL.png");		
}
#theme_paper .nav_post_img{
    background-image: url("/img/nav/postB2.png");		
}
#theme_paper .nav_post_img.selected{
    background-image: url("/img/nav/postB.png");		
}
#theme_paper a:hover .nav_post_img{
    background-image: url("/img/nav/postL.png");		
}
#theme_paper .nav_upload_img{
    background-image: url("/img/nav/uploadB2.png");		
}
#theme_paper .nav_upload_img.selected{
    background-image: url("/img/nav/uploadB.png");		
}
#theme_paper a:hover .nav_upload_img{
    background-image: url("/img/nav/uploadL.png");		
}
#theme_paper .nav_menu_img{
    background-image: url("/img/nav/menuB2.png");		
}
#theme_paper .nav_menu_img.selected{
    background-image: url("/img/nav/menuB.png");		
}
#theme_paper a:hover .nav_menu_img{
    background-image: url("/img/nav/menuL.png");		
}
#theme_paper .nav_littlelogo_img{
    background-image: url("/img/nav/logoorgif.png");		
}
#theme_paper .nav_littlelogo_img.selected{
    background-image: url("/img/nav/navlogofB.png");		
}
#theme_paper a:hover .nav_littlelogo_img{
    background-image: url("/img/nav/navlogoflf.png");		
}
#theme_paper .nav_search_img{
    background-image: url("/img/nav/searchB2.png");
}
#theme_paper .nav_search_img.selected{
    background-image: url("/img/nav/searchB.png");		
}
#theme_paper a:hover .nav_search_img{
    background-image: url("/img/nav/searchL.png");		
}
#theme_paper #footer_img{
    background-image: url("/img/nav/navlogofB2.png");		
}
#theme_paper #footer_img:hover{
    background-image: url("/img/nav/navlogofB.png");		
}


/* ./web/site/css/and_add.css */
#theme_paper span.rating_img{
    background-image: url("/img/recipes/star.png");	
}
#theme_paper span.rating_img.selected{
    background-image: url("/img/recipes/starred.png");	
}
#theme_paper span.rating_img.hovering{
    background-image: url("/img/recipes/starred.png");		
}
#theme_paper span.rating_img.nothovering{
    background-image: url("/img/recipes/star.png");		
}
#theme_paper span.difficulty_img{
    background-image: url("/img/recipes/difficulty.png");	
}
#theme_paper span.difficulty_img.selected{
    background-image: url("/img/recipes/difficultyed.png");	
}
#theme_paper span.difficulty_img.hovering{
    background-image: url("/img/recipes/difficultyed.png");		
}
#theme_paper span.difficulty_img.nothovering{
    background-image: url("/img/recipes/difficulty.png");		
}
#theme_paper span.favourite_img{
    background-image: url("/img/recipes/favourite.png");	
}
#theme_paper span.favourite_img.selected{
    background-image: url("/img/recipes/favourited.png");	
}
#theme_paper span.favourite_img.hovering{
    background-image: url("/img/recipes/favourited.png");		
}
#theme_paper span.favourite_img.nothovering{
    background-image: url("/img/recipes/favourite.png");		
}
#theme_paper span.wip_img{
    background-image: url("/img/recipes/wip.png");	
}
#theme_paper span.wip_img.selected{
    background-image: url("/img/recipes/wipd.png");	
}
#theme_paper span.wip_img.hovering{
    background-image: url("/img/recipes/wipd.png");		
}
#theme_paper span.wip_img.nothovering{
    background-image: url("/img/recipes/wip.png");		
}
#theme_paper span.selfmade_img{
    background-image: url("/img/recipes/selfmade.png");	
}
#theme_paper span.selfmade_img.selected{
    background-image: url("/img/recipes/selfmadered.png");	
}
#theme_paper span.selfmade_img.hovering{
    background-image: url("/img/recipes/selfmadered.png");		
}
#theme_paper span.selfmade_img.nothovering{
    background-image: url("/img/recipes/selfmade.png");		
}
#theme_paper span.tag_img{
    background-image: url("/img/recipes/tag.png");	
}
#theme_paper span.tag_img.selected{
    background-image: url("/img/recipes/tagged.png");	
}
#theme_paper span.tag_img.hovering{
    background-image: url("/img/recipes/tagged.png");		
}
#theme_paper span.tag_img.nothovering{
    background-image: url("/img/recipes/tag.png");		
}
#theme_paper #add_ingredients_list li.optional:before{
	background-image: url('/img/recipes/optional.png');
}
#theme_paper input[type=radio].radio_ingredient{
	background-image: url('/img/recipes/radio_ingredient.png');
}
#theme_paper input[type=radio].radio_ingredient:checked{
	background-image: url('/img/recipes/radio_ingredient_selected.png');
}
#theme_paper input[type=radio].radio_heading{
	background-image: url('/img/recipes/radio_heading.png');
}
#theme_paper input[type=radio].radio_heading:checked{
	background-image: url('/img/recipes/radio_heading_selected.png');
}
#theme_paper input[type=radio].radio_note{
	background-image: url('/img/recipes/radio_note.png');
}
#theme_paper input[type=radio].radio_note:checked{
	background-image: url('/img/recipes/radio_note_selected.png');
}
#theme_paper input.bold_button{
	background-image: url('/img/recipes/bold.png');
}


/******* css: border: *******/


/* ./web/site/css/all.css */
#theme_paper input[type=button], #theme_paper input[type=submit]{
	border: 1px solid #888;
}
#theme_paper div.input_div{
    border: 1px solid black;
}
@media print {
	#theme_paper #recipe_servings{
		border: 0px;
	}
}
/*#theme_paper nav ul li {
	border: 2px solid rgb(60,87,247); /*#800002;*/
/*#theme_paper div.imgbar{
    border: 1px solid black;
}*/
/*#theme_paper div.linebar{
    border: 1px solid #000; /*5px dotted #000; /* rgb(60,87,247); /* rgb(126,182,250); /* rgb(82,205,245); /* rgb(114,137,233); /* rgb(5,5,177); /*#800002;*/
#theme_paper p.legendbar{
    border: 1px solid black;
}


/* ./web/site/css/and_add.css */
#theme_paper .upload_drop{
	border: 3px dashed rgb(130, 219, 225);
}
#theme_paper .upload_drop:hover{
	border: 3px dashed rgb(146, 234, 241);
}
#theme_paper .upload_drop.upload_drop_drag{
	border: 3px dashed rgba(250,159,99,0.8);
}
#theme_paper #add_photos_preview.upload_drop.upload_drop_drag{
	border: 3px dashed rgba(250,159,99,0.8);
}
#theme_paper input[type=radio]{
	border: 1px solid grey;
}
#theme_paper input[type=radio]:hover{
	border: 1px solid #333;
}
#theme_paper input.bold_button{
	border: 1px solid grey;
}
#theme_paper input.bold_button:hover{
	border: 1px solid #333;
}



/******* css: border-color: *******/



/******* css: border-left: *******/


/* ./web/site/css/and_add.css */
#theme_paper label.view_recipe{
	border-left: 1px solid black;
}



/******* css: border-color-left: *******/



/******* css: border-top: *******/



/******* css: border-color-top: *******/



/******* css: border-right: *******/



/******* css: border-color-right: *******/



/******* css: border-bottom: *******/


/* ./web/site/css/all.css */
@media all and (max-width: 700px){
	#theme_paper .menu_display{
		border-bottom: 0px;
	}
}


/* ./web/site/css/and_add.css */
#theme_paper h1.view_recipe{
	border-bottom: 1px solid black;
}
@media print {
	#theme_paper h1.view_recipe{
		border-bottom: initial;
	}
	#theme_paper .comment{
		background-color: #fff;
	}
	#theme_paper .comment_level_indicator{
		background-color: rgb(233,233,233);
	}
}



/******* css: border-color-bottom: *******/


/* mealplan */

#theme_paper .poll_entry a, #theme_paper .poll_entry a:visited{
	color: #000;
}
#theme_paper .poll_entry{
	background-color: rgba(233,233,233,0.6);
}
#theme_paper .poll_entry:hover{
	background-color: rgba(60,87,247,0.7);
	color: #eee;
}
#theme_paper .poll_entry.poll_chosen{
	color: #000;
	background-color: rgba(251,251,0,0.7) /* rgb(129,153,239); /*#eef8ff;*/
}
#theme_paper #month_week_mealplan_subnav{
	margin-bottom: 10px;
}
#theme_paper .pie {
  --c: rgba(60,87,247,0.7);
}
#theme_paper .poll_votes a .pie, #theme_paper .poll_votes  a:visited .pie {
}
#theme_paper .pollrecipe_result{
	background-color: rgba(60,87,247,0.4);
	z-index: 0;
	/*background-color: rgb(164,177,255); /*rgb(167,183,239); /* rgb(60,87,247); /*rgb(255,179,203); /*#bbb; /*rgb(205,7,43);*/
}
#theme_paper .poll_recipe_result_bar{
	color: #000;	
	border: 1px solid #000; /*rgb(60,87,247); /*rgb(190,0,35);*/
}
#theme_paper #edit_makenext_list, #theme_paper #edit_poll_recipes{
	border: 4px solid rgba(2,157,211,0); /* rgb(196,228,255); /*#fff;*/
}
#theme_paper .show_mealplan_day_today {
	background-color: #fff;
  /*background-color: rgb(167,183,239);*/
}
#theme_paper .show_week_mealplan_day_clickable:hover, #theme_paper  .show_month_mealplan_day_clickable:hover, #theme_paper .show_history_mealplan_day_clickable:hover{
	background-color: rgba(255,250,250,0.5); /* #eee;*/
}
