
* {
    font-family: Verdana, Arial, sans-serif;
}

html {
    font-size: 80%;
}


.sales_reps_user_info td {
    padding: 5px 0;
    vertical-align: top;
}

#nav,
form,
.breadcrumbs,
.cart_button {
    display: none;
}

a {
    color: #000!important;
    text-decoration: none!important;
}

a:after {
    content: "  (  http://stevensveterinary.com" attr(href) "  )  ";
    font-size: 70%;
    color: green;
}

a[href^="http://"]:after {
    content: "  (  " attr(href) "  )  ";
}

.product_thumb_link:after,
#footer a:after {
    content: none;
}
