.rotate-north {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.4);
    border-radius: 4px;
    left: 8px;
    padding: 2px;
    position: absolute;
    top: 65px;
}

.rotate-north a {
    background: none repeat scroll 0 0 rgba(0, 60, 136, 0.5);
    border-radius: 2px;
    color: white;
    display: block;
    font-family: "Lucida Grande",Verdana,Geneva,Lucida,Arial,Helvetica,sans-serif;
    font-size: 20px;
    font-weight: bold;
    height: 25px;
    margin: 1px;
    padding-top: 2px;
    text-align: center;
    text-decoration: none;
    width: 25px;
}

.ol-touch .rotate-north a {
    font-size: 20px;
    height: 33px;
    line-height: 26px;
    width: 33px;
}

.rotate-north a:hover {
    background: none repeat scroll 0 0 rgba(0, 60, 136, 0.7);
}