#tools {
    float: right;
    height: 34px;
    margin: 0 0 5px 30px;
    padding-top: 2px;
    text-align: right;
}

#tools a {
    background: rgba(0, 0, 0, 0) url("/img/tools-icons.png") no-repeat scroll left top;
    display: inline-block;
    height: 34px;
    margin-left: 3px;
    position: relative;
    width: 34px;
}

#tools a.contrast {
    background-position: 0 -34px;
}

#tools a.contrast:hover {
    background-position: -34px -34px;
}

#tools a.contrast:active,
#tools a.contrast.active {
    background-position: -68px -34px;
}

#tools a.fontsize {
    background-position: 0 -68px;
}

#tools a.fontsize:hover {
    background-position: -34px -68px;
}

#tools a.fontsize:active,
#tools a.fontsize.active {
    background-position: -68px -68px;
}

#tools a.print {
    background-position: 0 -102px;
}

#tools a.print:hover {
    background-position: -34px -102px;
}

#tools a.print:active,
#tools a.print.active {
    background-position: -68px -102px;
}

/* content 450*/
@media only screen and (max-width: 560px) {
    #tools {
        float: none;
        margin-bottom: 10px;
    }
}