* {
  box-sizing: border-box;
  font-family: arial;
}

aside {
  text-align: center;
}

aside > div {
  background-color: #F0F0F0;
  padding: 1em 2em;
  margin: 0 0 1em;
  font-size: 13px;
  text-align: left;
  overflow: auto;
  border: 1px solid #030303;
}

aside > div img {
  float: left;
  margin: 0 1em 1em 0;
}

aside ul {
  text-align: left;
  padding-left: 0;
}

aside h4 {
  text-transform: uppercase;
  font-size: 110%;
  color: #C00;
}

.callouturl {
  clear: both;
}

aside {
  padding: 0 10%;
}

@media only screen and (min-width: 66rem) {
  .maincontent {
    display: grid;
    grid-template-columns: 2fr 1fr;
  }

  .actionheader {
    float: left;
    max-width: 10rem;
  }

  main {
    padding: 0 10%;
  }

  .others, .thanks {
    max-width: 66%;
  }
}
.lostpettips {
  background-color: #99FFFF;
}

.alsocheck {
  background-color: #FFFFCC;
}

header button {
  -webkit-appearance: none;
}

.foundButton {
  text-align: center;
  overflow: auto;
  margin-top: 1em;
}

.actionheader, .actions {
  margin-top: 1em;
}

.padded-table {
  max-width: 100%;
}

table.padded-table td {
  padding: 6px;
}

TD {
  font-family: Arial;
  font-size: 14pt;
}

textarea {
  font-size: 14px;
}

input {
  font-size: 14px;
}

select {
  font-size: 14px;
}

.memory {
  font-size: smaller;
  color: #aaa;
}

.actionbuttons {
  display: flex;
  justify-content: space-around;
  width: 100%;
  flex-wrap: wrap;
}

a.actionbutton {
  color: #990033;
  font-size: 12px;
  font-family: arial;
  font-weight: bold;
  text-decoration: none;
  border: 4px outset white;
  display: inline-block;
  width: 135px;
  padding: 3px 5px;
  margin: 1px;
  cursor: pointer;
}
a.actionbutton:hover {
  color: darkblue;
  padding-left: 4px;
  border: 4px inset #000000;
}

.foundButton a {
  color: darkblue;
  font-size: 12px;
  font-family: arial;
  font-weight: bold;
  text-decoration: none;
  border: 4px outset white;
  display: inline-block;
  width: 72px;
  padding: 3px 5px;
  margin: 1px;
  cursor: pointer;
}
.foundButton a:hover {
  color: #336600;
  padding-left: 4px;
  border: 4px inset #000000;
}

#shelterButton a {
  background: #CCFFFF;
  color: darkblue;
  font-size: 12px;
  font-family: arial;
  font-weight: bold;
  text-decoration: none;
  border: 4px outset white;
  display: block;
  width: 135px;
  padding: 3px 5px;
  margin: 1px;
  cursor: pointer;
}

#shelterButton a:hover {
  color: #336600;
  padding-left: 4px;
  border: 4px inset #000000;
}

#test {
  border-color: #990033;
  border-width: 3px;
  border-style: outset;
}

#background {
  background-image: url("../images/background3.gif");
  background-repeat: no-repeat;
}

#navButtonHead a {
  color: darkblue;
  font-size: 14px;
  font-family: arial;
  font-weight: bold;
  text-decoration: none;
  width: 100px;
  padding: 3px 5px;
  margin: 1px;
}

#navButtonsmall a {
  color: #990033;
  font-size: 10px;
  font-family: arial;
  font-weight: bold;
  text-decoration: none;
  border: 1px outset white;
  width: 40px;
  padding: 1px;
  margin: 1px;
}

#navButtonsmall a:hover {
  color: #330099;
  padding-left: 2px;
  border: 1px inset #000000;
}

#navButton a {
  color: #990033;
  font-size: 12px;
  font-family: arial;
  font-weight: bold;
  text-decoration: none;
  border: 4px outset white;
  width: 100px;
  padding: 3px 5px;
  margin: 1px;
}

#navButton a:hover {
  color: #330099;
  padding-left: 4px;
  border: 4px inset #000000;
}

#contentarea {
  background-color: #fff;
  color: #000;
  border: 1px solid #000;
}

.BrowseListings {
  background-color: #FFFFFF;
  color: #990033;
  font-size: 11px;
  font-family: arial;
  font-weight: bold;
  text-decoration: none;
  border: 4px outset white;
  display: block;
  width: 135px;
  padding: 3px 5px;
  margin: 1px;
  cursor: pointer;
}

.BrowseListings:hover {
  color: darkblue;
  padding-left: 4px;
  border: 4px inset #000000;
}

.form-button {
  background: #fff;
  color: #990033;
  font-size: 12px;
  font-family: arial;
  font-weight: bold;
  text-decoration: none;
  border: 4px outset white;
  display: block;
  width: 135px;
  padding: 3px 5px;
  margin: 1px;
  cursor: pointer;
}

.form-button:link {
  color: #fff;
}

.form-button:visited {
  color: #fff;
}

.form-button:hover {
  background: #cfc;
  color: #060;
  text-decoration: none;
}

input.btnhov {
  background-color: #FFFFFF;
  color: #330099;
  font-size: 12px;
  font-family: arial;
  font-weight: bold;
  text-decoration: none;
  border: 4px inset #000000;
  display: block;
  width: 135px;
  padding: 3 0 3 4px 0;
  margin: 1px;
  cursor: pointer;
}

#nav a {
  color: #990033;
  font-size: 12px;
  font-family: arial;
  font-weight: bold;
  text-decoration: none;
  border: 4px outset white;
  width: 100px;
  padding: 3px 5px;
  margin: 1px;
}

.menutitle {
  cursor: pointer;
  margin-bottom: 5px;
  color: #000000;
  width: 190px;
  padding: 2px;
  text-align: left;
  font-weight: bold;
  /*/
  */
  border: 1px solid #000000;
  /* */
  color: #990033;
  font-size: 12px;
  font-family: arial;
  font-weight: bold;
  text-decoration: none;
  border: 4px outset white;
  width: 145px;
  padding: 3px 5px;
  margin: 1px;
}

.submenu {
  margin-bottom: 0.5em;
  color: #990033;
  font-size: 12px;
  font-family: arial;
  font-weight: bold;
  text-decoration: none;
  border: 4px outset white;
  display: block;
  width: 100px;
  padding: 3px 5px;
  cursor: pointer;
}

.submenu a:hover {
  color: darkblue;
  padding-left: 4px;
  border: 1px inset #000000;
}

div.pagination {
  padding: 3px;
  margin: 3px;
}

div.pagination a {
  padding: 2px 5px;
  margin: 2px;
  border: 1px solid #AAAADD;
  text-decoration: none;
  /* no underline */
  color: #000099;
}

div.pagination a:active,
div.pagination a:hover {
  border: 1px solid #000099;
  color: #000;
}

div.pagination span.current {
  padding: 2px 5px;
  margin: 2px;
  border: 1px solid #000099;
  font-weight: bold;
  background-color: #000099;
  color: #FFF;
}

div.pagination span.disabled {
  padding: 2px 5px;
  margin: 2px;
  border: 1px solid #EEE;
  color: #DDD;
}

/* Basic Button Style*/
.btn {
  border: none;
  font-family: Arial, Helvetica, sans-serif;
  background-color: none;
  cursor: pointer;
  padding: 15px;
  display: inline-block;
  margin: 10px 15px;
  letter-spacing: 2px;
  font-weight: 700;
  outline: none;
  position: relative;
  -webkit-transition: all 0.1s;
  -moz-transition: all 0.1s;
  transition: all 0.1s;
}

.btn:after {
  content: "";
  position: absolute;
  z-index: -1;
  -webkit-transition: all 0.1s;
  -moz-transition: all 0.1s;
  transition: all 0.1s;
}

/* Blue Buttons */
.btn-blue {
  background-color: #417ab0;
  color: #fff;
  box-shadow: 0 6px #2a557e;
}

/* Button d */
.btn-d {
  border-radius: 10px;
}

.btn-d:hover {
  box-shadow: 0 4px #2a557e;
  top: 2px;
}

.btn-d:active {
  box-shadow: 0 0 #2a557e;
  top: 6px;
}

/* Red Buttons */
.btn-red {
  background-color: #993333;
  color: #fff;
  box-shadow: 0 6px #660000;
}

/* Button dr */
.btn-dr {
  border-radius: 10px;
}

.btn-dr:hover {
  box-shadow: 0 4px #660000;
  top: 2px;
}

.btn-dr:active {
  box-shadow: 0 0 #660000;
  top: 6px;
}

/* Green Buttons */
.btn-green {
  background-color: #006633;
  color: #fff;
  box-shadow: 0 6px #003333;
}

/* Button dg */
.btn-dg {
  border-radius: 10px;
}

.btn-dg:hover {
  box-shadow: 0 4px #003333;
  top: 2px;
}

.btn-dg:active {
  box-shadow: 0 0 #003333;
  top: 6px;
}

#navmenu {
  margin: 0;
  padding: 0;
}

#navmenu ul {
  margin: 0;
  padding: 0;
  height: 30px;
}

#navmenu li {
  margin: 0;
  padding: 0;
  list-style: none;
  float: left;
  position: relative;
  background: #fff;
}

#navmenu ul li a {
  text-align: center;
  text-decoration: none;
  font-family: Arial, Helvetica, sans-serif;
  height: 30px;
  width: 150px;
  display: block;
  color: #ffffff;
  padding-top: 7px;
}

#navmenu ul ul {
  position: absolute;
  visibility: hidden;
  top: 30px;
}

#navmenu ul li:hover ul {
  visibility: visible;
}

.main-navigation ul ul a,
.site-header {
  background-color: black;
}

.home .main-navigation ul ul a,
.home .site-header {
  background-color: black;
}

.site-header,
.site-header h1,
.site-header h2,
.site-header h3,
.site-header h4,
.site-header h5,
.site-header h6 {
  color: #ffffff;
}

.dashicons.menu-close,
.dashicons.menu-open,
.main-navigation ul ul a,
.menu-close,
.menu-open,
.site-header a {
  color: #ffffff;
}

.dashicons.menu-open:hover,
.dashicons.menu-open:hover,
.main-navigation ul ul a:hover,
.menu-close:hover,
.menu-open:hover,
.site-header a:hover {
  color: #eeee22;
}
