/* Style for the sticky toolbar */
.sticky-toolbar {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #16576e;
    color: #fff;
    padding: 10px 20px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    z-index: 9999;
    text-align: center;
}

.sticky-toolbar h1 {
    margin: 0;
	font-size: 20px!important;
    color: #fff!important;
}

.sticky-toolbar a.btn {
    display: inline-block;
    padding: 5px 10px;
    background-color: #f5a836;
    margin-top: 5px;
    color: #fff;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 14px;
    text-decoration: none;
    border-radius: 5px;
}
