
.cite-dropdown {
    display: none;
    z-index: 500;
    position: absolute;
    right: -12px;
    top: 20px;
    height: 186px;
    width: 229px;
    padding: 20px;
    background: url("/i/icons/citation.png") no-repeat;
}

#cite-body p {
  font-size: 12px;
}
#cite-body button {
  float: right;
}
#cite-body header a {
  font-size: 11px;
}
#cite-body header a.close {
  float: right;
}
#cite-body .cite_footer {
  bottom: 40px;
  height: 25px;
  position: absolute;
  width: 235px;
}


.email-a-friend textarea{
     width: 500px;
   }

@media only screen and (max-device-width: 480px) {
  .email-a-friend textarea, input[type=text]{
    width: 100%!important;
  }

  .email-a-friend{
    top: 25%!important;
    padding: 25px;
    height: 100%!important
  }
}

input[disabled], select[disabled], textarea[disabled], input[readonly], select[readonly], textarea[readonly]{
  background: white!important;
}

#EBwidget_export_button{
  font-family: arial, sans-serif;
  background-color: #bc4719;
  color: white;
  font-size: 12px;
  line-height: 1;
  border: none;
  vertical-align: bottom;
  height: 28px;
  padding: 0 9px;
  cursor: pointer;
  position: relative;
  top: -14px
}
