
.record_actions li {
    float: left;
    list-style: none;
    margin-right: 10px;
}
.record_actions li a:hover {
    text-decoration: none;
}
.record_actions li a {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
    -webkit-appearance: button;
    cursor: pointer;
    box-sizing: border-box;
    font: inherit;
    border-bottom-color: rgb(204, 204, 204);
    border-bottom-style: outset;
    border-bottom-width: 2px;
    border-image-outset: 0px;
    border-image-repeat: stretch;
    border-image-slice: 100%;
    border-image-source: none;
    border-left-color: rgb(204, 204, 204);
    border-left-style: outset;
    border-left-width: 2px;
    border-right-color: rgb(204, 204, 204);
    border-right-style: outset;
    border-right-width: 2px;
    border-top-color: rgb(204, 204, 204);
    border-top-style: outset;
    border-top-width: 2px;
    box-sizing: border-box;
    color: rgb(51, 51, 51);
    cursor: pointer;
    display: inline-block;
    word-spacing: 0px;
    writing-mode: horizontal-tb;
    -webkit-appearance: none;
    -webkit-rtl-ordering: logical;
    -webkit-user-select: none;
}

.navbar-top-links .record_actions li a {
    padding: 5px 10px;
    min-height: 10px;
     /*max-height: 50px;*/
    margin-top: 5px;
}

.navbar-task-name{
    float: left;
    padding: 5px 50px 5px 5px;
    background: #cacaca;
    margin: 14px 0px 0px -6px;
    border: 1px solid #b3b3b3;
}