@media screen and (max-width: 960px){
    #wrapper{
        width:100% !important;
        font-size:0.8345rem;
        
    }
    h2{
        font-size:24px;
        font-weight: 400;

    }
    .rules-link {
        float: right;
        padding-top: 0px;
        margin: 15px 0;
    }
    div.columnheading {
        border-bottom: 1px solid #333;
        min-height: auto;
        margin-top: 15px;
        padding: 8px 0;
    }
    div.tweet p.controls {
        font-size: 12px;
        margin: 2px 0px 3px 60px;
    }
    div.tweet {
        padding: 5px 0 0 0;
        border-bottom: 1px solid #000020;
        clear: both;
        line-height: 24px;
    }
    
}
@media screen and (max-width:420px){
    #wrapper{
        width:100% !important;
        font-size:0.8345rem;
        
    }
    h2{
        font-size:24px;
        font-weight: 400;
    }
    .rules-link {
        float: right;
        padding-top: 0px;
        margin: 15px 0;
    }
    div.columnheading {
        border-bottom: 1px solid #333;
        min-height: 40px;
        margin-top: 15px;
        padding: 4px 0;
        display: flex;
        flex-direction: column;
        align-content: left;
        line-height: 0.7rem;
    }
    div.tweet p.controls {
        font-size: 12px;
        margin: 2px 0px 3px 60px;
    }
    div.tweet {
        padding: 5px 0 0 0;
        border-bottom: 1px solid #000020;
        clear: both;
        line-height: 24px;
    }
}
