/*
Description: IE fix of the R Tutorial theme.
Author: Chi Yau
Author URI: http://www.r-tutor.com/
*/

html>body { 
    font-size: 10px/20px; 
}

#content #main {
    overflow: hidden;
}


