/* scholars.sciencecommons.org specific styling for the Addendum Generator */

body { 
   font-family: Arial,Helvetica,sans-serif;
   font-size: 10pt;
   background-color: rgb(75, 97, 125);
}

.logo { 
   height: 51px;
   background-image: url(/images/scicom.gif);
   background-position: top right;
   background-repeat: no-repeat;
   padding-right:250px;
}

#content { 
   border: 1px solid rgb(51, 51, 51);
   padding: 10px;
   width: 600px;
   margin-left: auto;
   margin-right: auto;
   background-color: rgb(255, 255, 255);
   opacity: 1;
}

dd, li {
   padding-bottom: 10px;
}

form {
   padding-top: 10px;
}