﻿.b-tile--blue {
  background: #88D2DC;
}

.b-article--blue {
  background: #88D2DC;
}

.b-article--blue .b-prose {
  color: #ffffff;
}

.b-article--blue .b-prose * {
  color: currentColor;
}

.b-article--beige {
  background: #fbf5ef;
}

.b-article--beige .b-prose {
  color: #ffffff;
}

.b-article--beige .b-prose * {
  color: #333;
}

.b-article--purple {
  background: #593c5c;
}

.b-article--purple .b-prose {
  color: #ffffff;
}

.b-article--purple .b-prose * {
  color: currentColor;
}

@media screen and (max-width: 800px) {
   #dAdminLink {
      display:none;
   }
}

.err {
   color: #990000;
   font-weight: bold;
}
.msg {
   color: #009900;
   font-weight: bold;
}
.handy {
   cursor: pointer;
}

ul.sitemap {
   list-style-type :disc ;
   margin-top: 0 ;
   margin-bottom :0;
}

li.sitemap {
   margin: 0 0 0 auto;
}

/* google search */

div#dGCSearch {
   width: 100%;
   max-width: 250px;
}
div#dCSTitle {
   width: 100%;
   font-style :italic ;
   border-bottom: solid 1px black;
   font-size: 0.9em;
   font-weight: normal;
   margin-bottom: 4px;
}

input#tbSearch {
   font-size: 1em; border: solid 1px #EB5893; float:left; width: 67%;
}
img#btnSearch {
   float:right; width: 30%;
}

.cse .gsc-search-button input.gsc-search-button-v2, input.gsc-search-button-v2 {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}


/* cookie policy box  C3B0A9 */
	#cookie-policy {
	width: 100%;
	padding: 10px 0;
	background: #7badaa;
	border-top: 1px solid #fff;
	color: #FFF;
	position: fixed;
	z-index: 99999;
	font-size: 1em;
	line-height: 1;
	bottom: 0;
	left: 0;
	}
	#cookie-policy p {
	margin: 0 auto;
	width: 95%;
	position: relative;
	}
	#cookie-policy a { font-weight: bold; cursor: pointer; }

	#cookie-policy a.hide-msg {
	position: absolute;
	right: 0;
	font-weight: bolder;
	}
/*  / cookie policy box */



