@media (max-width: 979px) 
{
    [class*="span"],
    .row-fluid [class*="span"] {
        display: block;
        float: none;
        width: 100%;
        margin-left: 0 !important;
    }
    .row-fluid a.btn.btn-primary.span4, a.btn.btn-block.btn-large.btn-primary{
        margin-bottom: 8px;
    }
    .row-fluid .offset1:first-child{
        margin-left: 0 !important;
    }

    .alert {
        height: 105px !important;
    }
    .row-fluid .span12:last-child{
        text-align: center !important;
    }
    .row-fluid .span4 p.pull-right:last-child{
        float: none !important;
    }
}
