body {
  font-family: 'Helvetica Neue', Verdana, sans-serif;
  margin: 0; }

#shadow {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 10; }

#press-modal {
  position: absolute;
  border: 1.3px solid #A3A9AC;
  border-top: none;
  background: #FFFFFF;
  width: 400px;
  padding: 20px;
  top: 0;
  z-index: 20;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-bottomright: 5px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px; }

#press-modal h2 {
  color: #666666;
  font-size: 18px;
  font-weight: 600;
  margin-top: 5px;
  margin-bottom: 15px;
  position: relative; }

#press-modal h2 span {
  font-size: 18px;
  position: absolute;
  right: 0;
  top: -2px;
  display: block;
  padding: 0px 5px;
  cursor: pointer;
  color: #666666;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }

#press-modal h2 span:hover {
  background: #AAAAAA; }

#press-modal img {
  margin: 10px 0;
  max-width: 160px;
  width: 100%; }

#press-modal #first-half {
  width: 160px;
  display: inline-block;
  margin-right: 10px; }

#press-modal #second-half {
  width: 160px;
  display: inline-block;
  margin-left: 10px; }

#press-modal #second-half img {
  margin-bottom: 25px; }

#press-modal div {
  vertical-align: top; }

#press-modal div div {
  border: 1px solid #CCCCCC; }

#press-modal div a {
  text-decoration: none;
  font-size: 14px;
  color: Teal;
  display: block;
  position: relative;
  padding: 10px 20px; }

#press-modal div a:hover {
  background: #EEEEEE; }

#press-modal div a span {
  position: absolute;
  right: 20px;
  color: #999999;
  font-size: 12px; }

/*# sourceMappingURL=logo-modal.css.map */
