body {
    padding-top: 60px;
    color: #444;
}

@media (min-width: 992px) {
    body {
        padding-top: 70px;
    }
}

a {
    color: #7bb4db;
}

.WDISFcolour {
    color: #7bb4db !important;
}


.WDISFbutton {
    background-color: #3498db; /* Replace with your desired color */
    color: white; /* Optional: set the text color for contrast */
    border: none; /* Optional: remove the default border */
}





/*Share Buttons CSS*/
ul.share-buttons {
    list-style: none;
    padding: 0;
}

    ul.share-buttons li {
        display: inline;
    }

    ul.share-buttons .sr-only {
        position: absolute;
        clip: rect(1px 1px 1px 1px);
        clip: rect(1px, 1px, 1px, 1px);
        padding: 0;
        border: 0;
        height: 1px;
        width: 1px;
        overflow: hidden;
    }
/*Share Buttons CSS*/