﻿.hidden {
  display: none !important;
}
#notice {
  box-sizing: border-box;
  color: #f3b775;
  width: 100%;
  position: absolute;
  display: block;
  padding: 0px 10px;
  left: 0;
  background-color: #333333;
}
#noticeText {
  font-weight: bold;
}

#splashUpdatesModal .modal-body,
#splashUpdatesModal .modal-footer {
  padding-top: 5px;
  padding-bottom: 5px;
  color: #3b6f8f;
}

#splashUpdatesHeader {
  background-color: #3b6f8f;
  height: 50px;
  color: #fff;
  width: 100%;
  padding: 0;
  margin: 0;
}

#splashUpdatesHeader h1 {
  font-size: 30px;
  margin-left: 8px;
  display: inline-block;
  letter-spacing: -1px;
  height: 34px;
  padding-right: 15px;
  margin-top: 0px;
  border-right: 1px solid #eae5e5;
  padding-top: 16px;
}

#splashUpdatesHeader h2 {
  font-size: 24px;
  font-weight: normal;
  display: inline-block;
  margin-left: 11px;
  color: #eae5e5;
}

#splashUpdatesHeader .close {
  position: relative;
  right: 1%;
  top: 5px;
  color: darkgray;
  font-size: 170%;
  opacity: 1;
  text-shadow: none;
}
