﻿* {
    margin: 0px;
    padding: 0px;
}

.customHeader {
    margin: 5px;
    margin-left: 10px;
}

.Header {
    border-bottom: 1px solid;
}

.MasterLink {
}

.footer {
    background-color: #f1f1f1;
    padding: 10px;
    text-align: center;
    margin-top: 100%;
}

.navbar {
    overflow: hidden;
    background-color: #333;
    position: fixed;
    top: 0;
    width: 254px;
}

.page-footer {
    bottom: 0;
    position: fixed;
    width: 100%;
    max-width: inherit;
    z-index: 10;
    margin-top: 100%;
    padding: 15px;
}

    .page-footer p {
        text-align: center;
        background-color: Green;
        margin-right: 300px;
        padding: 6px;
        line-height: 15px;
    }

.button {
    background-color: #0A79DF;
    border-radius: 6px;
    border: 1px solid;
    text-align: center;
    color: white;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    width: 150px;
    height: 35px;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
}

    .button:hover {
        color: #0A79DF;
        background-color: white;
        font-size: 15px;
        border: 1px solid #0A79DF;
    }
