/* Style file for BeerSmith Cloud
 * Copyright 2012 BeerSmith LLC
 * Bradley J Smith
 */

p {
 margin: 0.2em 0.4em 1em 0.4em;
 }

a {
 color: #03a; 
 text-decoration: none;
}

a img {
  border: none;
}

a:visited {
  color: #03a;
}

a:hover {
  color: #49f;
}

body {
  background: #eceff3;
  color: #000;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 0.8em;
  margin: 0;
  padding: 0;
}

h2 {
  font-size: 20pt;
  margin: 4px 0 2px 0;
  padding-bottom: 0px;
  color: rgb(0, 70, 174);
}

h2 a 
{
  text-decoration: underline;
}


h3 {
  font-size: 16pt;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  color: rgb(0, 70, 174);
}


h3 a 
{
  text-decoration: none;
}

h4 {
  font-size: 14pt;
  padding: 4px 0 3px 0;
  margin: 0 0 0 0;
  color: #119;
}

.tinylink {
  font-size: 9pt;
  margin: 2px 5px 2px 0;
}

a.tinyredlink {
  font-size: 9pt;
  margin: 2px 5px 2px 0;
  color: darkred;
}

a.tinyredlink:visited {
  color: darkred;
}

a.tinyredlink:active {
  color: darkred;
}

a.vendorlink {
  font-size: 10pt;
  margin: 2px 5px 2px 0;
  color: darkgreen;
}

a.vendorlink:visited {
  color: darkgreen;
}

a.vendorlink:active {
  color: darkgreen;
}

.medlink {
  font-size: 11pt;
  margin: 2px 5px 2px 0;
  text-decoration: underline;
}

.tinytext {
  font-size: 9pt;
  margin: 2px 5px 2px 0;
  color: #000;
}

.tinylinkright {
  font-size: 9pt;
  padding: 0.3em;
  text-align:right;
}

.pagelinks {
  font-size: 11pt;
  font-weight: bold;
  min-width: 150px;
  margin: 2px 5px 2px 5px;
  float:right;
  background-color: #0044aa;
  padding: 3px 8px 0 8px;
  color: #fff;
  -moz-border-radius: 3px;
  text-decoration: none;
  border-radius: 3px;
}

.pagelinks a{
  color: #fff;
  text-decoration: none;
  margin: 10px 0 10px 0;
}

.pagelinks a:hover{
  color: #bbb;
}

.tinylinkright {
  font-size: 9pt;
  margin: 2px 5px 2px 5px;
  text-align:right;
}

.hint {
  font-size: 9pt;
  margin: 2px 15px 2px 40px;
  color: #333;
  text-align: center;
}

#wrapper
{
 background: #fff;
 width: 1024px;
 margin: 8px auto;
 padding: 5px 12px;
}

#container
{
 width: 1024px;
 margin: 0;
 padding: 0 0 0 0;
 background-color: #ffffff;
}

#main_container
{
 margin:0;
 padding:0;
 display:block;
}

.search 
{
  color: #fff;
  margin: 20px 5px 5px 5px;
  padding: 3px;
  float:right;
  display: block;
  text-align: right;
  font-size: 10pt;
 }

.search input
{
 vertical-align: middle;
 margin: 3px;
 font-size: 10pt;
}

#header 
{
  width: 100%;
  margin: 0 0 0 0;
  padding: 5px 0 5px 0;
  background-color: rgb(3, 50, 117);
}

#footer 
{
  clear:both;
  width: 1000px;
  margin: 0 0 0 0;
  height: 60px;
  padding: 0 0 0 5px;
  background-color: #ffffff;
  border-top: 1px solid #aaa;
  color: #777;
  font-size: 10pt;
}
.minirecipe
{
 border-bottom: 1px solid #aaa;
 padding: 3px;
 text-overflow: elipsis;
 overflow: hidden;
 white-space: nowrap;
}

.minirecipe h4 
 {
   font-size: 1.1em;
   font-weight: bold;
 }

.minirecipe .subtitle
{
  margin: 0;
  padding: 5px;
  font-size: 1em;
}

.miniindent {
  padding-left: 30px;
}

.miniuser
{
 border-bottom: 1px solid #aaa;
 padding: 3px;
 text-overflow: elipsis;
 overflow: hidden;
 white-space: nowrap;
}

.miniuser h4 
 {
   font-size: 10pt;
   font-weight: bold;
 }

.miniuser .subtitle
{
  margin: 0;
  padding: 5px;
  font-size: 10pt;
}

.onerecipe
{
 border-bottom: 1px solid #aaa;
 padding: 0 3px;
}

.onerecipe h4
{
 margin: 0px;
 padding: 0px;
}

.oneuser
{
 border-bottom: 1px solid #aaa;
 padding: 3px;
}

#main
{
 width: 780px;
 float: left;
 margin: 0 5px 0 5px;
 padding: 0 0 0 0;
 background-color: #ffffff;
}

#sidebar
{
  width: 210px;
  float: right;
  margin: 5px 0 0 0;
  padding: 0 0 0 0;
  font-size: 10pt;
  color: #000;
  background: #fff;
}

#sidebar h3
{
  padding: 0.4em 0.4em 0.4em 0.8em;
  font-size: 1.1em;
  color: #fff;
  margin: 5px 0 0 0;
  background: rgb(0, 70, 174);
}

.logo {
  width: 1024px;
  margin: 0 auto;
  padding: 6px;
}

.logo h1
{
  font-size: 24px;
  color: #ffffff;
  text-decoration:none;
  text-alignment:left;
  margin: 0.1em 0 0 0;
  padding: 0 0 0 0;
}

.logo img
{
 vertical-align: middle;
}

.logo h2
{
  font-size: 13pt;
  color: #ffffff;
  text-decoration:none;
  text-alignment:left;
  margin: 0 0 0.1em 0;
  padding: 0 0 0 70px;
}

.logo h1 a
{
  text-decoration:none;
  color: #ffffff;
}

.logo h1 a:hover
{
  text-decoration:none;
  color: #777777;
}

.license
{
  width:770px;
  display:block;
  -moz-border-radius: 7px;
  border-radius: 7px;
  margin: 5px 5px 5px 5px;
  font-size: 10pt;
  background: #d5e5ff;
  padding: 3px 3px 3px 3px;
  color: #000;
  border: 1px solid #000;
}

.about
{
  width:770px;
  display:block;
  -moz-border-radius: 7px;
  border-radius: 7px;
  margin: 5px 5px 5px 5px;
  font-size: 10pt;
  background: #d5e5ff;
  padding: 3px 3px 3px 3px;
  color: #000;
  border: 1px solid #000;
}

.sidestats
{
 font-size: 1em;
 font-weight: 600;
 margin: 0.5em;
 padding: 0.2em 0.5em;
 color: rgb(0, 70, 174);
}

.actionbutton {
	color: white;
	font-size: 20px;
	background: rgb(0, 70, 174);
	padding: 10px 20px;
	border-radius: 5px;
	border: none;
	margin: 0.5em;
}
.actionbutton:hover {
	background: rgb(0,94,235);
}
.actionsubtitle {
	font-size: 14px;
}
.actionbutton svg{
	fill:white;
	margin-left: 10px;
	width:20px;
	height:20px;
}

.comment
{
  width:770px;
  display:block;
  -moz-border-radius: 7px;
  border-radius: 7px;
  margin: 5px 5px 5px 5px;
  font-size: 1.1em;
  background: #e8f0fe;
  padding: 0.3em 0.6em;
  color: #000;
  border: 1px solid lightblue;
}

.count
{
  width:98%;
  display:block;
  margin:0.2em;
  font-size: 12pt;
  background: #efefef;
  padding: 3px 3px 3px 3px;
  color: #000;
  padding-left: 0.5em;
  border: 1px solid lightblue;
}

.newsblock
{
  width:97%;
  display: block;
  margin: 5px 5px 5px 5px;
  font-size: 10pt;
  background: #ffe680;
  padding: 3px 3px 3px 3px;
  color: #000;
}

.notes
{
  width:97%;
  display:block;
  -moz-border-radius: 7px;
  border-radius: 7px;
  margin: 5px 5px 5px 5px;
  font-size: 10pt;
  background: #fff;
  padding: 3px 3px 3px 3px;
  color: #000;
  border: 1px solid #000;
}

.mininotes
{
  width:350px;
  display:block;
  -moz-border-radius: 7px;
  border-radius: 7px;
  margin: 5px 5px 5px 5px;
  font-size: 10pt;
  background: #fff;
  padding: 3px 3px 3px 3px;
  color: #000;
  border: 1px solid #000;
}

.medsearch
{
  width:350px;
  text-align: right;
  margin: 2px 5px 2px 5px;
  font-size: 12pt;
  background: #fff;
  padding: 3px 3px 3px 3px;
  color: #000;
  float: right;
  display: block;
}

.medsearch input
{
 font-size: 10pt;
 vertical-align: middle;
 margin: 2px;
}

.medsearch label
{
 font-size: 11pt;
 margin: 4px 4px 4px 15px;
}

.bigsearch
{
  width:98%;
  background: rgb(0, 70, 174);
  display:block;
  margin: 0.2em;
  font-size: 14pt;
  padding: 3px 3px 3px 3px;
  color: #fff;
  font-weight: bold;
  border: 1px solid #000;
  text-align: center;
}

.bigsearch input
{
 font-size: 12pt;
 vertical-align: middle;
 margin: 2px;
}

.bigsearch label
{
 font-size: 12pt;
 margin: 4px 4px 4px 15px;
}

.subtitle
{
  margin: 0 0 0 20px;
  padding: 5px;
  font-size: 1.0em;
}

.addcomment
{
  width:95%;
  display:block;
  -moz-border-radius: 7px;
  border-radius: 7px;
  margin: 5px 5px 5px 5px;
  font-size: 10pt;
  background: #d5e5ff;
  padding: 5px;
  color: #000;
  border: 1px solid #000;
}

.addcomment label
{
 font-weight: bold;
 padding: 2px;
 margin: 5px 1px 5px 5px; 
 vertical-align: middle;
}

.addcomment radio
{
 font-weight: bold;
 padding: 2px;
 margin: 5px 1px 5px 5px; 
 vertical-align: middle;
}

.addcomment textarea
{
 padding: 3px;
 margin: 5px 20px 5px 5px; 
}

.error
{
  width:770px;
  display:block;
  -moz-border-radius: 7px;
  border-radius: 7px;
  margin: 5px 5px 5px 5px;
  font-size: 12pt;
  font-weight: bold;
  background: #fea;
  padding: 3px 3px 3px 3px;
  color: #000;
  border: 1px solid #000;
}

.menu 
{
  width: 1024px;
  height: 32px;
  display:block;
  margin: 5px 0 0 0;
  padding: 0 0 0 0;
  list-style-position: outside;
  list-style-image: none;
  -moz-border-radius: 7px;
  border-radius: 7px;
  border-style: none;
  background-color: #2c5aa0;
}


.menu ul
{
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  list-style: none;
  font-size: 9pt bold;
}

.menu li
{
  margin: 0.2em 0 0 0;
  padding: 0 0 0 0;
  list-style: none;
  float: left;
}

.menu ul li a
{
  margin: 0 3px 0 3px;
  display: block;
  padding: 0 3px 0 3px;
  color: #ffffff;
  text-decoration: none;
}

.menu ul li a:hover
{
  color: 0099ff;
  text-decoration: underline;
}

.usermenu2 
{
  width: 100%;
  height: 26px;
  display:block;
  margin: 0 0 5px 0;
  padding: 0 0 0 0;
  list-style-position: outside;
  list-style-image: none;
  border-bottom: 1px solid #000;
  border-top: 1px solid #000;
}
.usermenu2 ul
{
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  list-style: none;
  font-size: 10pt bold;
}

.usermenu2 li
{
  margin: 3px 0 0 0;
  padding: 0 0 0 0;
  list-style: none;
  float: left;
}
.usermenu2 ul li a
{
  margin: 0 5px 0 5px;
  display: block;
  padding: 0 5px 0 5px;
  color: #003380;
  text-decoration: none;
}

.usermenu2 ul li a:hover
{
  color: #0055d4;
  text-decoration: underline;
}


.usermenusel
{
  color: #F00;
}

.widemenu
{
  background: rgb(0,73, 182);
  width: 100%;
}

.usermenu 
{
  color: #ffffff;
  height: 29px;
  width: 1024px;
  margin: 0 auto;
  display:block;
  padding: 2px 0 0 0;
  list-style-position: outside;
  list-style-image: none;
}

.usermenu ul
{
  margin: 0 0 0 0;
  font-family: Helvetica, Verdana, Arial, sans-serif;
  padding: 0 0 0 0;
  list-style: none;
  font-size: 17px;
}

.usermenu li
{
  margin: 3px 0 0 0;
  padding: 0 0 0 0;
  list-style: none;
  float: left;
}

.usermenu ul li a
{
  margin: 0 4px 0 4px;
  display: block;
  padding: 0 3px 0 3px;
  color: #ffffff;
  text-decoration: none;
}

.usermenu ul li a:hover
{
  transform: scale(1.1); 
  text-decoration: none;
}

.menuusername
{
  background-color: #0044aa;
  padding: 0 8px 0 8px;
  color: #fff;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-align: right;
  font-size: 10pt bold;
  margin: 0.2em 0 0 0;
}

.message
{
  width:97%;
  display:block;
  -moz-border-radius: 7px;
  border-radius: 7px;
  margin: 5px 5px 5px 5px;
  font-size: 10pt;
  background: #fff;
  padding: 3px 3px 3px 3px;
  color: #000;
  border: 1px solid #000;
}

.message h4
{
  font-size: 10pt;
  margin: 2px;
  padding: 0;
}

.emailform
{
  width:97%;
  display:block;
  -moz-border-radius: 7px;
  border-radius: 7px;
  margin: 5px 5px 5px 5px;
  font-size: 10pt;
  background: #fff;
  padding: 3px 3px 3px 3px;
  color: #000;
  border: 1px solid #000;
}

.emailform input
{ 
 margin: 4px;
}

.emailform label
{
 display:block;
 float:left;
 width: 80px;
 text-align:right;
 font-weight: bold;
 margin: 3px;
}

.activelist 
{
 padding: 10px;
}

.form
{
 width: 97%;
 margin: auto;
 padding: 4px;
 border-bottom: 1px solid #000; 
 border-right: 1px solid #000; 
 border-left: 1px solid #000; 
 border-top: 1px solid #000; 
 font-size: 10pt;
 background-color: #fff;
}

.form h3
{
  background-color: rgb(0, 70, 174);
  padding: 0.4em 0.4em 0  1em;
  font-weight: bold;
  font-size: 1em;
  font-size: 12pt;
  color: #fff;
  margin: 2px 0 0 0;
}

.form input
{
  margin:4px;
}

.form select
{
  margin:3px;
}

.form fieldset
{ 
 postion: relative;
 display: block;
}

.form label
{
 display:block;
 float:left;
 width: 200px;
 text-align:right;
 font-weight: bold;
 padding-top: 3px;
 margin: 3px;
}

.form submit
{
  margin: 5px auto;
}

.minilogin
{
 margin: auto;
}

.minilogin label
{
  margin: 3px;
  display:block;
  float:left;
  width: 60px;
  text-align: right;
}

.minilogin input
{
  margin: 2px;
}

table.minitable {
 width:300px;
 background:#d7e3f4;
 border-collapse: collapse;
 margin: 5px;
 padding: 0;
 border: 1px solid #2c5aa0;
} 

table.minitable th {
 background: #2c5aa0;
 color: #fff;
 border: 1px solid #2c5aa0;
 font-size: 11pt;
 font-weight: bold;
}

table.minitable caption {
 background: #fff;
 font-size: 14pt;
 text-align: center;
 padding: 2px;
 color: #119;
}

table.minitable td {
 padding: 0 3px 0 3px;
 font-size: 11pt;
 max-width: 250px;
 overflow:hidden;
 text-overflow:ellipsis;
 white-space:nowrap;
 border-right: 1px solid #2c5aa0;
}

table.recipes {
 width:95%;
 background:#d7e3f4;
 border-collapse: collapse;
 margin: 5px auto;
 padding: 0;
} 

table.recipes th {
 background: rgb(0,70,174);
 color: #fff;
 border: 1px solid #2c5aa0;
 font-size: 1em;
 font-weight: bold;
}

table.recipes caption {
 background: #fff;
 font-size: 15pt;
 text-align: middle;
 padding: 2px;
 color: rgb(0, 70, 174);
}

table.recipes tr.alt {
 background-color: #fff;
}

table.recipes td {
 padding: 0 3px 0 3px;
 border: 1px solid #2c5aa0;
 font-size: 10pt;
 max-width: 145px;
 overflow:hidden;
 text-overflow:ellipsis;
 white-space:nowrap;
}

table.r_hdr {
 width:80%%;
 border-collapse: collapse;
} 

table.r_hdr td {
 padding: 0 3px 0 3px;
 font-size: 11pt;
}

table.rhdr td {
  overflow:hidden;
  text-overflow: ellipsis;
  white-space:nowrap;
}

.glass {
 float:right;
 margin: 4px;
}

img.smallglass {
 float:left;
 margin: 4px 12px 4px 4px;
}

img.avatar {
 float:left;
 margin: 4px 12px 4px 4px;
}

.leftcol 
{
  background: #fff;
  float:left;
  margin: 10px;
}

.rightcol
{
  background: #fff;
  float:right;
  margin: 10px;
}

.ratingfloat
{
  float: right;
  text-align: right;
}

.redtext
{
  color: #f22;
  font-weight: bold;
}

.greentext
{
  color: #2f2;
  font-weight: bold;
}

.captcha
{
  margin: 0 0 0 180px;
}

.social
{
  margin: 5px;
  float: right;
  width: 80px;
  display: block;
}

.avatar
{
  margin: 0;
  float: right;
}

.socialbutton
{
  margin: 5px auto;
}

.userprofile
{
  width:770px;
  display:block;
  -moz-border-radius: 7px;
  border-radius: 7px;
  margin: 5px 5px 5px 5px;
  font-size: 11pt;
  background: #fff;
  padding: 3px 3px 3px 3px;
  color: #000;
  border: 1px solid #000;
}

.userstats
{
  margin: 0 0 0 25px;
}
 
.sessionsidebar
{
  margin: 0 0 0 10px;
}

table.membership {
 width:95%;
 background:#fff;
 border-collapse: collapse;
 margin: 0 auto;
 padding: 0;
} 

table.membership th {
 background: #2c5aa0;
 color: #fff;
 border: 1px solid #2c5aa0;
 font-size: 12pt;
 font-weight: bold;
}

table.membership caption {
 background: #fff;
 font-size: 15pt;
 text-align: middle;
 padding: 2px;
 color: #119;
}

table.membership td {
 padding: 3px;
 border: 1px solid #2c5aa0;
 font-size: 10pt;
 font-weight: bold;
 max-width: 145px;
 overflow:hidden;
 text-overflow:ellipsis;
 white-space:nowrap;
}

.trialdark
{
  background: #bcc;
}

.strikethrough
{
 text-decoration: line-through; 
 color: #777;
}

.greytext 
{
  color: grey;
}

.red 
{
  color: red;
}

.recipelist
{
  margin: 0 0px 0 20px;
  padding: 5px;
  font-size: 10pt;
}

.eventwrapper
{
  width:600px;
  display:block;
  margin: 5px 5px 5px 5px;
  font-size: 10pt;
  background: #fff;
  padding: 3px 3px 3px 3px;
  color: #000;
 border-bottom: 1px solid #aaa;
}

.subeventwrapper
{
  width:540px;
  display:block;
  margin: 3px 3px 3px 60px;
  font-size: 10pt;
  background: #fff;
  padding: 3px 3px 3px 3px;
  color: #000;
}

.eventavatar
{
  margin: 0;
  float: left;
  display:block;
}

.bigavatar
{
  width: 100px;
  margin: 0;
  float: left;
  display:block;
 font-size: 9pt;
 text-align:center;
}

.searchside
{
  width: 100px;
  margin: 2px;
  float: left;
  display:block;
 font-size: 9pt;
}

.searchside h4 
 {
   font-size: 10pt;
   font-weight: bold;
   margin: 2px;
   padding: 0;
 }

.searchside h5 
 {
   font-size: 9pt;
  color: #119;
   margin: 10px 2px 2px 2px;
   padding: 0;
 }

.searchside input
{
 padding: 0;
 margin: 2px;
}

.wall
{
 width:660px;
 float:right;
 display: block;
}

.eventbody
{
  margin: 2px 2px 2px 40px;
  display: block;
}
.no-close .ui-dialog-titlebar-close {
  display: none;
}

.product {
  width: 28%%;
  float: left;
  margin: 5px;
  padding: 10px;
  font-size: 9pt;
  }

.product h3 {
  font-size: 12pt;
}

.price {
  font-size: 16pt;
  color: #119;
  padding-top:5px;
  padding-bottom:5px;
  margin-left: 10px;
}

.subprice { 
  font-size: 13pt;
}

.popular { 
  background: #e8e8e8;
}

.product ul {
  margin-top: 5px;
  margin-bottom: 5px;
  padding-left:14px;
}

.description li { 
  overflow-wrap: break-word;
}

.description {
  margin-left:3px;
  margin-bottom:8px;
}

.wrapping_header {
    background: #F9C328;
    color: #444;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0 6px 4px;
    margin-left: -5px;
    margin-top: -16px;
    position: absolute;
    height: 11px;
    white-space: nowrap;
}

.buy-now { 
   border: none;
   color: white;
   background-color: #008CBA;
   padding: 11px 24px;
   text-align: center;
   text-decoration: none;
   display: inline-block;
   font-size: 16px;
   margin-left: 20px;
   margin-top: 6px;
   margin-bottom: 10px;
}

.buy-now:hover {
  background-color: #00BFFF;
}

.plandiv {
  font-size: 12pt;
  padding: 8px;
}

.subtext {
  font-size: 10pt;
  padding: 8px;
  margin-top:3px;
}

.product input { 
 margin-left: 22px;
}

.mobile-container
{
 margin: auto;
 padding: 5px;
 background-color: #ffffff;
 display:block;
 float: left;
}

.discounted {
  color: darkred;
  font-weight: bold;
  margin: 4px;
  text-align: center;
}

.mini-prod {
  font-size: 9pt;
  font-weight: 400;
  color: #008CBA;
  vertical-align: top;
  height: 34px;
  border: 1px;
  padding: 10px;
  border-style: solid;
  border-color: #EEE;
  margin: auto;
  width: 250px;
}

.mini-prod img {
 float: left;
 padding-right: 3px;
}

	.mini-prod a {
	  color: blue;
	}

	.second-prod {
	  font-size: 9pt;
	  color: #999;
	}

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

	.product input {
	  width: 250px;
	}

	#subscribe { 
	  width: 1.1em;
	}

	#email_only { 
	  width: 1.1em;
	}

	.orderheader img {
	 vertical-align: middle;
	}

	.spacer {
	  height: 2.75em;
	}

.renewbtn {
 color:DarkRed;
 padding: 2px 4px;
 background-color: #e7e7e7;
 text-decoration: none;
 border: 1px solid black;
 border-radius: 3px;
}
.renewbtn:hover {
 color:white;
 background-color: red;
 text-decoration: none;
}

/*Cookie Consent Begin*/
#cookieConsent {
    background-color: rgba(20,20,20,0.8);
    min-height: 26px;
    font-size: 14px;
    color: #ccc;
    line-height: 26px;
    padding: 8px 0 8px 30px;
    font-family: "Trebuchet MS",Helvetica,sans-serif;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
    z-index: 9999999;
}
#cookieConsent a {
    color: #4B8EE7;
    text-decoration: none;
}
#closeCookieConsent {
    float: right;
    display: inline-block;
    cursor: pointer;
    height: 20px;
    width: 20px;
    margin: -15px 0 0 0;
    font-weight: bold;
}
#closeCookieConsent:hover {
    color: #FFF;
}
#cookieConsent a.cookieConsentOK {
    background-color: #F1D600;
    color: #000;
    display: inline-block;
    border-radius: 5px;
    padding: 0 20px;
    cursor: pointer;
    float: right;
    margin: 0 60px 0 10px;
}
#cookieConsent a.cookieConsentOK:hover {
    background-color: #E0C91F;
}

.web-header-text a{
  color: white;
  margin: 0.2em 1.0em;
  font-size: 20px;
}

span.web-header-text a:hover { 
  color: lightblue;
  text-decoration: none;
}

#my-web-header
{
  width: 1024px;
  height: 24px;
  margin: 2px 0 0 0;
  padding: 2px;
  background-color: #224477;
  -moz-border-radius: 10px;
  border-radius: 5px;
  background: -webkit-gradient(linear, left top, left bottom, from(#114), to(#249));
  background: -moz-linear-gradient(top, #114, #249);
}

/*Cookie Consent End*/

/************* BRGIN AUTOCOMPLETE STYLING **********************/
.autocomplete {
  /*the container must be positioned relative:*/
  position: relative;
  display: inline-block;
}

.autocomplete-items {
  position: absolute;
  border: 1px solid #d4d4d4;
  border-bottom: none;
  border-top: none;
  z-index: 99;
  /*position the autocomplete items to be the same width as the container:*/
  top: 100%;
  left: 0;
  right: 0;
}
.autocomplete-items div {
  padding: 0.2em 0.4em;
  color:black;
  text-align: left;
  cursor: pointer;
  background-color: #fff;
  border-bottom: 1px solid #d4d4d4;
  font-size: 14px;
}
.autocomplete-items div:hover {
  /*when hovering an item:*/
  background-color: #e9e9e9;
}
.autocomplete-active {
  /*when navigating through the items using the arrow keys:*/
  background-color: #e9e9e9 !important;
  color: #ffffff;
}
/*********************** END AUTOCOMPLETE ***********************/
