/* 
    Created on : Jul 17, 2016, 11:36:44 PM
    Author     : Hired Gun Coding
*/

#copyright {
    background-color: #fff;
    color: #000;
    font-family: arial;
    font-size: 12px;
    font-weight: bold;
    opacity: .80;
    padding: 5px;
    position: absolute;
    bottom: 5px;
    left: 50%;
    text-align: center;
    transform: translate(-50%, -50%);
}


