﻿#dabar {
    font-size: small;
    background-color: grey;
    color: #fff;
    display: block;
    position: fixed;
    bottom: 0;
    width: 100%;
    padding: 1px 0px;
    text-align: center;
    z-index: 1000;
    opacity: 0.8;
}

    #dabar p {
        color: #fff;
        font-weight: normal;
        font-size: x-small;
    }

    #dabar a {
        color: #fff;
        text-decoration: underline;
        font-weight: normal;
    }
