#running_line{
    width: 100%;
    position: fixed;
    bottom: 0px;
    height: 25px;
    padding: 2px;
    background: #000000;
    font-size: 16px;
    color: #FFFFFF;
    border-top: 2px solid #82A87C;
    border-bottom: 2px solid #82A87C;
    cursor: pointer;
    }

marquee{
    border: none;
}