/* Remove unwanted elements from the Inquiry Report and style the button */

div.view-primrose-inquiry table.views-table, div.view-primrose-inquiry div.feed-icon  { visibility:hidden; display:none; }
.inquiryDownload {
  -moz-box-shadow:inset 0px 1px 0px 0px #56651c;
  -webkit-box-shadow:inset 0px 1px 0px 0px #56651c;
  box-shadow:inset 0px 1px 0px 0px #56651c;
  background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #697b22), color-stop(1, #57661d) );
  background:-moz-linear-gradient( center top, #697b22 5%, #57661d 100% );
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#697b22', endColorstr='#57661d');
  background-color:#697b22;
  -webkit-border-top-left-radius:5px;
  -moz-border-radius-topleft:5px;
  border-top-left-radius:5px;
  -webkit-border-top-right-radius:5px;
  -moz-border-radius-topright:5px;
  border-top-right-radius:5px;
  -webkit-border-bottom-right-radius:5px;
  -moz-border-radius-bottomright:5px;
  border-bottom-right-radius:5px;
  -webkit-border-bottom-left-radius:5px;
  -moz-border-radius-bottomleft:5px;
  border-bottom-left-radius:5px;
  text-indent:0;
  border:1px solid #56651c;
  display:inline-block;
  color:#ffffff;
  font-family:Arial;
  font-size:14px;
  font-weight:bold;
  font-style:normal;
  height:41px;
  line-height:41px;
  width:106px;
  text-decoration:none;
  text-align:center;
  text-shadow:1px 1px 0px #689324;
}
.inquiryDownload:hover {
  background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #57661d), color-stop(1, #697b22) );
  background:-moz-linear-gradient( center top, #57661d 5%, #697b22 100% );
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#57661d', endColorstr='#697b22');
  background-color:#57661d;
}
.inquiryDownload:active {
  position:relative;
  top:1px;
}

