html, body {
    background-color: #fff;
    border-top: none;
}

#docTools{
    margin: 0;
    padding: 6px 0;
    width: 600px;
    overflow: hidden;
}

ul#docTools li{
    list-style-type: none;
    display: inline;
}

ul#docTools li a{
    color: #333;
    text-decoration: none;
    font-size: 10px;
    padding: 12pt 30pt 12pt 0px;
}

ul#docTools li#print a{
    background: url(/content/dam/sfu/it_services_resources/images/printer.png) no-repeat 85%;
}

ul#docTools li#print a:hover{
    text-decoration: underline;
}

ul#docTools li#email a{
    background: url(/content/dam/sfu/it_services_resources/images/mail.png) no-repeat 85%;
}

ul#docTools li#email a:hover{
    text-decoration: underline;
}