@media only screen and (max-width: 530px){
    #newsLink{
        margin-left: -500px;
    }
    
    
    #newsHeadline{
        font-size: 20px;
        width: 125px;
        border-bottom: 4px solid black;
    }

    #newsTable{
        width: 80%;
        margin-left:auto;
        margin-right:auto;
    }
    #newsOutput{
        font-size: 8px;
        border: 5px solid black;
    }
    #newsOutput td{
        height: 35px;
    }
    #text{
        width: 320px;
    }
    #date{
        width: 30px;
    }
    #text,#date{
        font-size: 10px;
    }
}