a:link {
  color: #2c199c;
  text-decoration: none;
}

a:visited {
  color: #943cc3;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

body {
  background-color: #ffffff;
  background-image: url("/html/circuit-light.png");
  color: #000000;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  padding-top: 15px;
}

hr {
  background-color: #070707;
  border: 0;
  color: #070707;
  height: 2px;
}
    
img {
  border: 0;
}

pre {
  font-size: 15px;
}

pre img {
  vertical-align: bottom;
}

table {
  margin-bottom: 5px;
  margin-left: 5px;
  margin-right: 5px;
  margin-top: 5px;
  width: 100%;
}

table, td {
  border: 1px solid;
  border-collapse: collapse;
  color: #070707;
}

td {
  padding-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 5px;
}


.bold {
  font-weight: bold;
}

.box {
  background: #f0f0f0;
  border: 2px solid #070707;
  box-shadow: 10px 10px 10px -5px rgba(0,0,0,0.5);
  overflow-x: auto;
}

.boxmargins {
  margin-bottom: 10px;
}

.boxpadding {
  padding-left: 20px;
  padding-right: 20px;
}

.donatebutton {
  margin-left: 100px;
  margin-right: 100px;
}

.heading {
  font-size: 200%;
}

.motdcontent {
}

.motdheader {
  font-weight: bold;
  text-decoration: underline;
}

.notice {
  display: block;
  margin-left: auto;
  margin-bottom: 25px;
  margin-right: auto;
  text-align: center;
  width: 70%;
}

.searchinput {
  background-color: #f0f0f0;
  border: 0;
  color: #000000;
  font-size: 15px;
  height: 15px;
  outline: 0;
  margin-left: 25px;
  margin-right: 5px;
}

.searchresultsinput {
  border: 1px;
  border-color: #000000;
  border-style: solid;
  margin-left: 5px;
  padding-left: 5px;
  padding-right: 5px;
  vertical-align: middle;
  width: 500px;
}

.sponsor {
  margin-top: 15px;
  margin-bottom: 15px;
}

.subheading {
  font-size: 125%;
}

.underline {
  text-decoration: underline;
}


#breadcrumbs {
  align-self: end;
  display: flex;
  min-height: 25px;
  margin-left: auto;
  margin-right: auto;
}

#breadcrumbstext {
  align-content: center;
  font-size: 15px;
  text-align: center;
  margin-left: 5px;
  margin-right: 5px;
}

#bwbar {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  text-align: center;
  width: 100%;
}

#bwbar img {
  height: 12px;
  width: 804px;
}

#copyright {
  align-self: center;
  margin-left: 0;
  margin-right: auto;
}

#donatebuttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 10px;
  margin-top: 20px;
  text-align: center;
}

#footer {
  display: grid;
  column-gap: 50px;
  font-size: 12px;
  grid-template-columns: auto auto;
  margin-top: 10px;
}

#headingbox {
  margin-left: auto;
  margin-right: auto;
  width: fit-content;
}

#headingtext {
  text-align: center;
  margin-bottom: 5px;
  margin-left: 5px;
  margin-right: 5px;
  margin-top: 5px;
}

#donorslistbox {
  margin-left: auto;
  margin-right: auto;
  width: 70%;
  text-align: center;
}

#donorstable {
}

#logo {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
  width: 100%;
}

#logo img {
  width: 100%;
}
  
#motd {
  column-gap: 40px;
  display: grid;
  grid-template-columns: auto auto;
  margin-left: 30px;
  margin-right: 30px;
  row-gap: 15px;
  text-align: left;
}

#page {
  margin-left: auto;
  margin-right: auto;
  width: 90%;
}

#poweredby {
  align-items: center;
  display: flex;
  margin-left: auto;
  margin-right: 0;
  text-align: right;
}

#poweredby img {
  margin-left: 5px;
  margin-right: 5px;
}

#search {
  align-content: center;
  align-self: end;
  background-color: #f0f0f0;
  background-image: url('/html/search-black.png');
  background-position: 5px 5px;
  background-repeat: no-repeat;
  background-size: 15px 15px;
  height: 25px;
  margin-left: 0;
  margin-right: auto;
  max-height: 25px;
}

#searchbreadcrumbstheme {
  display: grid;
  column-gap: 50px;
  grid-template-columns: auto auto auto;
}

#signature {
  grid-column-start: 1;
  grid-column-end: 3;
  margin-bottom: 50px;
  text-align: right;
}

#sponsorship {
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
}

#themetoggle {
  align-self: end;
  display: flex;
  height: 25px;
  margin-left: auto;
  margin-right: 0;
  max-height: 25px;
  text-align: right;
}

#themetoggleimg {
  height: 15px;
  margin-right: 5px;
  vertical-align: middle;
}

#themetoggletext {
  align-content: center;
  color: #000000;
  font-size: 15px;
  margin-left: 5px;
  margin-right: 5px;
}
