/* Scss Document */
/* CSS Document */
h2 {
  background-color: #7B8DA4;
  color: #FFF;
  font-weight: bold;
  font-size: 18px;
  clear: both;
  /*margin-top: 20px;
  margin-right: 0px;
  margin-bottom: 10px;
  margin-left: 200px;*/
  margin: 20px auto;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 10px;
  text-align: center;
  width: 600px;
}

#press {
  width: 700px;
  margin: 50px auto 0;
}
#press p {
  font-size: 90%;
  margin-bottom: 30px;
}

h3 {
  font-size: 90%;
  color: #FFF;
  background-color: #999;
  padding: 2px 2px 2px 10px;
}

#logo p {
  float: left;
}

div.dld {
  float: left;
  width: 480px;
  font-size: 90%;
}
div.dld p#bann {
  float: left;
  margin-top: 20px;
  margin-left: 30px;
  width: 210px;
}

img#banner {
  margin-top: 20px;
}

p#source {
  float: left;
  margin-top: 30px;
  margin-left: 20px;
}

.press--center {
  text-align: center;
}

.press__define dt {
  clear: left;
  float: left;
  width: 4em;
  background-color: #666;
  color: white;
  padding: 0 10px;
}
.press__define dd {
  padding-left: 8em;
  margin-bottom: 5px;
}
.press__define--release dt {
  width: 6.5em;
}
.press__define--release dd {
  padding-left: 9em;
}
