﻿/* Shared CSS styles used across EduPay.App and EduPay.Portal */

html {
    position: relative;
    min-height: 100%;
}

footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 50px;
    padding: 10px;
    left: 0px;
}

    footer p {
        margin: 0;
        padding-left: 20px;
        padding-right: 20px;
        font-size: 10px;
    }

    footer a.footer-link {
        color: #3a3b3b;
    }

        footer a.footer-link:hover {
            color: #3a3b3b;
            text-decoration: none;
        }
