/** css/yourtheme.css **/

/* This line is theme specific - it includes the base theme CSS */
/*@import '../alabaster.css';  /* for Alabaster */
@import 'theme.css';       /* for the Read the Docs theme */

body {
    font-family: "Liberation Mono", sans-serif, monospace;
}

.sphinxsidebar {
    width: 300px;
}