/* move the main content a bit */
#main-content { 
    margin-left: 220px 
    }
/* make the menu bigger */
div#block-block-40 .block-inner {
    min-width: 205px;
}
/* //////* twitter fixes *///// */
/* take away the padding, and add move it */
.timeline-Widget {
    border-radius: 0px;
    margin-left: -20px;
}
/* make the twitter box not get too small! */
iframe#twitter-widget-0 {
    min-width: 110px !important;
    width: 93% !important;
    height: 500px !important;
}
}
div#block-twitter-block-6 {
    float: none ;
}
.block-twitter-block {
    float: none !important;
}
/* for small screens */

@media only screen and (max-width: 768px) {
    #main-content { 
        margin-left: 10px 
    }
}
}
@media only screen and (max-width: 480px) {
    div#block-block-40, .block-twitter-block {
        display: none !IMPORTANT;
    } 
    .timeline-Widget {
        border-radius: 0px;
        margin-left: -20px;
    }
/* make the menu really bigger */
/* NOW DONE IN SITEWIDE CSS */
/*
.block-inner {
    width: 350px;
} 
*/
}

