﻿.bd-bottom-info {
    width: 100%;
    background-color: #f1f1f1;
    line-height: 50px;
    color: #333;
    text-align: center;
    bottom: 0;
    left: 0;
    
}

    .bd-bottom-info a:hover {
        text-decoration: underline;
    }

.bd-bottom-text {
    padding: 0px 5px 0px 5px;
}

.bd-bottom-info2 {
    width: 100%;
    background-color: #f1f1f1;
    line-height: 50px;
    padding-bottom: 50px;
    color: #333;
    text-align: center;
    bottom: 0;
    left: 0;
    position: fixed;
}

    .bd-bottom-info2 a:hover {
        text-decoration: underline;
    }

.bd-bottom-text2 {
    padding: 0px 5px 0px 5px;
}

