
#actions {
    position: absolute;
    top: 43px;
    left: 650px;
    width: 480px;
}

#actions .items {
}

#actions .item {
    float: right;
    margin-bottom: 10px;
    margin-left: 10px;
}

#actions .item a {
    display: block;
    padding: 5px 10px;
    min-width: 80px;
    font-size: 14px;
    line-height: 28px;
    text-align: center;
    background: #0066CC;
    border-radius: 5px;
    transition: all 0.1s linear;
}

#actions .item a:hover {
    background: #1177EE;
}

