/*
SG - add custom title class for index.rst - copied from H3
http://stackoverflow.com/questions/19069405/non-toc-headings-within-a-restructuredtext-page/23549957#23549957
*/

.mytitle {
    font-size: 23px;
    margin-top: 18px;
    margin-bottom: 9px;
    font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    line-height: 1.1;
    color: #444444;
}

body {
    /* SG hardcode this */
    padding-top: 55px;
}

/* First level of nav */
.bs-sidenav {
    /* SG Remove this */
    /* margin-top: 30px; */
    margin-top: 0px;
}

.bs-sidenav {
    width: 228px;
    /* SG Remove this*/
    /* margin: 30px 0 0; */
    margin: 0px 0 0;
    padding: 10px 0 0 5px;
}
