body {
    font-family: "Open Sans", sans-serif;
    margin: 10px 20px;
}
input,
textarea {
    font-size: 1em;
}
#top h1 {
    font-family: 'Marcellus', serif;
    margin: 0 0 20px 0;
    font-weight: 400;
    color: #333;
}
h2 {
    font-family: 'Marcellus', serif;
    font-size: 22pt;
    margin: 10px 0;
    font-weight: 400;
    color: #333;
    border-bottom: 1px #999 solid;
}
#example img {
    width: 300px;
    height: 300px;
    float: left;
    margin-top: 50px;
}
#label {
    border: 2px solid #000;
    width: 3.75in;
    padding: 3px;
    position: relative;
    font-family: Helvetica, sans-serif;
    float: left;
}
#usage {
    float: left;
    max-width: 425px;
    margin: 0 15px;
    color: #555;
}
#usage p {
    font-size: 0.9em;
    margin: 10px 0 0 0;
}
form {
    clear: both;
    padding-top: 15px;
    float: left;
    margin-right: 50px;
}
form table tr td:nth-child(1) {
    text-align: right;
    vertical-align: top;
    color: #333;
    font-size: 0.9em;
    padding: 3px;
}
td.checkbox {
    vertical-align: top;
    color: #555;
    font-size: 0.9em;
}
td.checkbox input {
    padding: 0;
}
form .submit {
    padding: 10px 25px;
    margin: 5px 0;
    background-color: #2E86C1;
    color: #FFF;
}

#logo {
    float: left;
    width: .75in;
    height: .75in;
    margin: 0;
}
#logo img {
    float: left;
    width: 100%;
    height: 100%;
}
#greeting h2 {
    border: none;
    font-family: 'Dancing Script', Niconne, 'Euphoria Script', cursive;
    font-size: 16pt;
    text-align: center;
    margin: 0;
    padding-top: .25in;
    color: #000;
    font-weight: bold;
}

#main {
    clear: both;
    font-family: Helvetica, sans-serif;
}
#patientinfo {
    width: auto;
    float: right;
    font-size: 9pt;
    margin: 5px 3px;
    text-transform: uppercase;
}

#rxinfo {
    clear: both;
    text-transform: uppercase;
}
#rxnum {
    background-color: #FFFF00;
    display: inline;
    margin: 5px 0 0 0;
    padding: 8px 10px 1px 3px;
}
#rxnum .rxlead {
    font-size: 8pt;
    padding-right: 4px;
}
#rxnum .rxnum {
    font-size: 14pt;
    font-weight: 700;
}
#refills {
    font-size: 6pt;
    padding-left: 3px;
    margin-top: 2px;
}

#blueblock {
    background-color: #D6EAF8;
    padding: 3px 3px 5px 10px;
    margin: 15px 0;
    text-transform: uppercase;
}
#qty {
    font-size: 7pt;
    float: right;
}
#drugname {
    clear: both;
    font-size: 12pt;
    font-weight: 700;
    margin: 0;
}
#mfg {
    font-size: 6pt;
    padding-left: 5px;
}
#mfg .mini {
    font-size: 4pt;
}
#instructions {
    width: 75%;
    margin: 8px 0;
    font-size: 10pt;
}

#date {
    font-size: 7pt;
    margin-top: 0;
}

#sticker {
    width: 1.5in;
    background-color: #D4FB79;
    padding: 3px 6px 1px 6px;
    border-radius: 6px;
    position: absolute;
    bottom: 5;
    right: 5;
    box-shadow: 1px 1px .5px rgba(128, 128, 128, .75);
}
#sticker .line1 {
    font-size: 8pt;
    font-weight: 700;
    margin: 2px auto 0 auto;
    text-align: center;
}
#sticker .line2 {
    font-size: 11pt;
    font-weight: 700;
    margin: 0px auto 2px auto;
    display: block;
    text-align: center;
}
#sticker img {
    float: left;
    height: 30px;
    width: 27px;
}
a {
    color: #fe2d5b;
    text-decoration: none;
}
a:hover {
    border-bottom: 1px dotted #fe2d5b;
}
a img {
    border: 3px solid #fe2d5b;
}
a:hover img {
    border: 3px solid #a20c2d;
}
.recipes a {
    color: #888;
    border-bottom: 1px dotted #888;
}
.recipes a:hover {
    color: #fe2d5b;
    border-bottom: 1px dotted #fe2d5b;
}
.clear {
    clear: both;
}
