
.cs-toolbar {
    height: 74px;
    padding: 20px 5px 20px 10px;
    vertical-align: middle;
    background-color: #f5f5f5;
}

.cs-toolbar.top {
    border-bottom: 1px solid #e5e5e5;
}

.cs-toolbar.bottom {
    border-top: 1px solid #e5e5e5;
    /**margin-top: 20px;**/
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
}

.cs-toolbar.center {
    text-align: center;
}

.cs-toolbar.right {
    text-align: right;
}



