.cookieheading {
  color: #FFF;
  float: left;
  margin-top: 0px;
  margin-right: 30px;
  font-weight: bold;
  width: 15%;
  text-align: left;
}
@media (max-width: 800px) {
  .cookieheading {
    width: 100%;
    float: none;
  }
}
.cookietext {
  color: #DDD;
  float: left;
  width: 58%;
  text-align: left;
  margin-right: 30px;
}
.cookietext a {
  color: #DDD;
  font-weight: bold;
}
.cookietext a:hover,
.cookietext a:active,
.cookietext a:visited,
.cookietext a:link {
  color: #DDD;
}
@media (max-width: 800px) {
  .cookietext {
    width: 100%;
    float: none;
  }
}
@media (max-width: 768px) {
  .mobile {
    display: none;
  }
}
.cookielinks {
  float: left;
  width: 17%;
  text-align: left;
  line-height: 1.8em;
}
.cookielinks a {
  color: orange;
  font-weight: bold;
  font-size: 1.1em;
}
.cookielinks a:hover,
.cookielinks a:active,
.cookielinks a:visited,
.cookielinks a:link {
  color: white;
}
@media (max-width: 800px) {
  .cookielinks {
    width: 100%;
    float: none;
  }
}
#impliedsubmit {
  background-color: #3E3E3E;
  color: orange;
  float: left;
  font-size: 1.8em;
  border: none;
  margin-top: 6px;
  margin-right: 10px;
}
#impliedsubmit:hover {
  text-decoration: underline;
  color: white;
}
@media (max-width: 800px) {
  #impliedsubmit {
    width: 100%;
    float: none;
  }
}
#cookieinfo {
  display: none;
}
