#tblFooter td {
    padding-right: 25px;
}

#tblFooter {
    margin-right: auto;
    margin-left: auto;
}

.pageFooter {
    position: relative;
}

#myFooter {
    margin: 0;
    clear: both;
    width:100%;



    text-align: center;
    opacity: 0.8;
    color: white;
    background-image: linear-gradient(to bottom, #202429 0px, #303842 100%);
    background-repeat: repeat-y;
    background-color: black;
    height:80px;
    vertical-align: middle;
    padding-top: 30px;

    float:left;
    bottom: -webkit-calc(-100% + 80px);
    bottom:calc(-100% + 80px);
}