/* Print */
#pop-print {
  float: right;
  font-size: 100%;
  margin-top: 15px;
  padding: 0;
}

#pop-print a {
  background-color: #337ab7;
  color: #fff;
  display: block;
  padding: 10px;
  text-decoration: none;
}

#pop-print a:hover, #pop-print a:focus {
  background-color: #23527c;
}

#pop-print a span {
  margin-right: 5px;
}

/* E-mail*/
#mailto-window h2 {
  font-size: 150%;
  margin-bottom: 10px;
  margin-top: 15px;
}

#mailto-window form {
  margin-top: 30px;
}

#mailto-window form label {
  display: block;
}

#mailto-window form input {
  margin-bottom: 15px;
  padding-left: 5px;
  padding-right: 5px;
}

#mailto-window form .button {
  background-color: #337ab7;
  border: none;
  color: #fff;
  font-weight: bold;
  padding: 5px 10px;
}

#mailto-window form .button:hover, #mailto-window form .button:focus {
  background-color: #23527c;
}

#mailto-window form .button:last-child {
  display: none;
}
