﻿
.footer22 {
    position: fixed;
    text-align: left;
    bottom: 80px;
    width: 100%;
}
.blackbutton {
    background-color: black;
    color: white;
    font-size: 20px;
    height: 60px;
    /* Black */
}
/* styles.css */
.custom-blue-button {
    background-color: #0055a3;
    border: 2px solid #0055a3;
    color: white;
}

.custom-blue-button:hover {
    background-color: #003366;
    border-color: #003366;
}
.QuickSummaryHover {
    color: red !important;
    text-decoration: none !important;
}


    .QuickSummaryHover:hover {
        text-decoration: underline !important;
    }