.a {
    margin-left: 10px;
}

a {
    color: #000;
    text-decoration: none;
    font-family: 'Arial', sans-serif !important;
    font-weight: 400;
    font-size: 14px;
}

a:hover {
    color: #000;
}

.quick-button {
    border: 1px solid #dbdee0;
    background: #e9ebec;
    margin-bottom: -1px;
    padding: 30px 0 10px 0;
    font-size: 14px;
    display: block;
    text-align: center;
    cursor: pointer;
    position: relative;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    color: #b2b8bd;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px
}

.quick-button:hover {
    color: #34383c;
    text-decoration: none;
    background: #dbdee0
}

.quick-button .notification {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    top: -1px;
    right: -1px;
    font-size: 10px
}

.quick-button i {
    font-size: 32px
}

.quick-button.small {
    padding: 15px 0 0 0;
    font-size: 10px
}

.quick-button.small i {
    font-size: 20px
}

.quick-button.small .notification {
    top: -1px;
    right: -1px;
    font-size: 7px;
    padding: 4px 5px
}
.quick-button.blue {
background-color:aliceblue;
font-weight:bold;
}

.spacekotak {
    padding: 10px;
    margin-top: 5px;
}

.fatfont {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: small;
    font-weight: bold;
}

.smallfont {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: smaller;
    font-weight: bold;
    color: darkblue;
}
.cust-tooltip {
    position: relative;
    display: inline-block;
    border: none !important;
}

.cust-tooltip .cust-tooltiptext {
    font-size: 12px;
    visibility: hidden;
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 10px;
    position: absolute;
    z-index: 1;
    bottom: 100%;
    left: 50%;
    margin-left: -60px;
    margin-bottom: 4px;
}

.cust-tooltip:hover .cust-tooltiptext {
    visibility: visible;
}