.small {
  font-size: small;
}

a {
  color: #000066;
  text-decoration: underline;
  transition: 0.3s;
}

a:hover {
  text-decoration: underline;
}
a[href^="http"] span {
  display: none;
}

.control {
  font-size: x-small;
  color: #666666;
}

button.control {
  font-size: small;
  color: #111111;
  background-color: #eeeeee;
  border: 1px solid #999999;
  border-radius: 3px;
  margin: 0 1em;
  padding: 0.1ex 1ex;
}

button.control:hover {
  background-color: #ddddff;
}

form.single_button {
  display: inline;
}

.side {
  border: 1px solid #999999;
  margin: 1ex;
  padding: 1ex;
  float: right;
  max-width: 50%;
}

img {
  border: 0;
  height: auto;
}

.left {
  float: left;
  clear: left;
  padding-right: 1em;
}

.right {
  float: right;
  clear: right;
  padding-left: 1em;
}

span.imagewrapper {
  display: inline-block;
  width: fit-content;
  padding: 1ex;
  box-sizing: border-box;
}

span.imagewrapper img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  border: 0;
  width: 100% !important;
  height: auto;
}

span.imagecaption {
  display: block;
  text-align: center;
  padding: 0.5ex;
  font-size: small;
  background-color: var(--camra-tint-20);
}

img.lightbox.active {
  border: solid var(--camra-tint-20) 2px;
}

img.icon {
  padding: 0 0.2ex;
}

img.map {
  float: right;
}

img.lightbox {
  cursor: zoom-in;
}

#node_location_map {
  float: right;
  height: 400px;
  width: 400px;
  max-width: 90%;
}

table
{
  border: 3px solid black;
  border-spacing: 0px;
}

td, th
{
  border: 1px solid #666666;
  padding: 0.2ex;
  border-collapse: collapse;
}

.obfuscmail
{
  unicode-bidi: isolate-override;
  direction: rtl;
}

ul.feed {
  list-style: none;
  padding-left: 1ex;
  margin: 0;
}

.feed {
  font-size: small;
}

ul.listing {
  padding-left: 0px;
  margin-top: 0px;
}

li.listitem {
  list-style: none outside none;
  padding-top: 0.5ex;
}

span.listitem,
.listitem.normal {
  display: block;
}

span.listitem.brief.address {
  display: none;
}

.listitem.brief.title {
  font-size: small;
  font-weight: bold;
}

.listitem.normal.title {
  font-size: small;
  font-weight: bold;
}

span.contact img {
  margin-right: 5px;
  width: 12px !important;
  height: auto;
}

span.contact a {
  text-decoration: none;
}

span.listitem.contact {
  font-size: small;
}

span.listitem.normal.contact {
  margin-left: 2ex;
}

span.listitem.when {
  font-size: small;
}

span.listitem.normal.when {
  margin-left: 2ex;
}

span.listitem.location {
  font-size: small;
}

span.listitem.normal.location {
  margin-left: 2ex;
}

span.listitem.teaser {
  font-size: small;
}

.teaser.noteaser {
  visibility: hidden;
}

.popup
{
  background: none repeat scroll 0 0 #EEF5F8;
  border-radius: 7px 7px 7px 7px;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.8);
  color: black;
  left: 15px;
  right: 15px;
  bottom: 15px;
  top: 15px;
  overflow: auto;
  padding: 10px;
  position: fixed;
  z-index: 50000;
}

.popup .close
{
  background: #ffffff url("../../graphics/close.png") no-repeat scroll center center;
  border: 1px solid #999999;
  border-radius: 10px 10px 10px 10px;
  cursor: pointer;
  display: block;
  opacity: 0.8;
  position: fixed;
  right: 10px;
  top: 10px;
  width: 24px;
  height: 24px;
}

.popup .close:hover
{
  background-color: #ff9999;
  border-color: #666666;
  box-shadow: 0 0 2px #333333;
  opacity: 1;
}

li.contact-card.listitem {
  overflow: auto;
  clear: both;
  width: 415px;
  max-width: 90%;
  margin: 10px 10px 25px 0;
  border: 2px solid var(--camra-tint-40);
  border-radius: 10px;
  padding: 5px;
}

li.contact-card a.title {
  clear: both;
  font-size: 120% !important;
  padding: 1.5ex 0;
  color: var(--camra-primary-or-black);
  text-decoration: none;
}

span.contact-card {
  font-size: 100% !important;
}

span.contact-card.name {
  font-size: 120% !important;
  margin-bottom: 1ex;
}

span.contact-card.address {
  font-size: 90%;
}

li.pub-guide.listgroup {
   border: 2px solid var(--camra-tint-40);
   border-radius: 10px;
   padding-top: 0px;
   margin-bottom: 25px;
   margin-right: 10px;
}

li.pub-guide.listgroup ul {
  padding-left: 2px;
}

span.pub-guide.locality {
  display: block;
  background: var(--camra-tint-40);
  margin-bottom: 4px;
  padding: 8px;
  font-size: larger;
  font-weight: bold;
  border-radius-top: 10px;
}

li.pub-guide.listitem.pub {
  margin: 10px 0;
  border-top: 3px solid var(--camra-tint-80);
  padding: 8px;
}

li:first-child.pub-guide.listitem.pub {
  border: none;
}

a.pub-guide.title {
  font-size: 120% !important;
  font-weight: bold;
  padding: 1.5ex 0;
  color: var(--camra-primary-or-black);
  text-decoration:none;
}

span.pub-guide.address {
  display: block;
  margin: 2px 0;
}

div.pub-guide.description p {
  margin: 5px 0;
}

span.pub-list.locality {
  margin-bottom: 4px;
  padding: 8px;
  font-weight: bold;
}

li.pub-list a.title {
  font-weight: bold;
  padding: 1.5ex 0;
  color: var(--camra-primary-or-black);
  text-decoration: none;
}

div.twit-feed {
  border: 2px solid var(--camra-tint-40);
  border-radius: 10px;
  padding-top: 0px;
  margin-bottom: 25px;
  margin-right: 10px;
}

div.twit-feed h3.feed {
  font-size: 150%;
  color: inherit;
  background: var(--camra-tint-40);
  margin-top: 0px;
  padding: 8px;
  border-radius-top: 10px;
}

div.twit-feed p.feed img {
  margin-right: 5px;
}

div.twit-feed p.feed a {
  display: block;
  font-size: 180%;
  text-decoration: none;
  margin-left: 10px;
}

div.twit-feed ul.feed li {
  padding: 5px 0;
  margin-right: 10px;
  visibility: hidden;
  position: relative;
}

div.twit-feed ul.feed li span:first-child {
  border-top: 2px solid var(--camra-tint-80);
  padding-top: 5px;
}

div.twit-feed ul.feed li:first-child span {
  border: none;
}

div.twit-feed ul.feed span {
  display: block;
  visibility: visible;
}

div.twit-feed ul.feed span.published {
  color: var(--camra-primary-or-black);
  position: relative;
  font-size: larger;
  font-weight: bold;
}

div.twit-feed ul.feed span.tweet-body {
  position: relative;
  top: -1em;
}


