body {
    /*font-family: Lato,proxima-nova,Helvetica Neue,Arial,sans-serif;*/ /*Original*/
    font-family: Ubuntu,Arial,sans-serif;
}

legend {
    /*font-family:Roboto Slab,ff-tisa-web-pro,Georgia,Arial,sans-serif;*/ /*Original*/
    font-family: Ubuntu,Arial,sans-serif;
}

h1  {
    font-family: Ubuntu,Arial,sans-serif;
    margin-top: 40px;
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 4px solid black;
    width: 100%;
}

h2  {
    font-family: Ubuntu,Arial,sans-serif;
    margin-top: 30px;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 2px solid black;
    width: 100%;
}

h3  {
    font-family: Ubuntu,Arial,sans-serif;
    margin-top: 15px;
    margin-bottom: 10px;
    padding-bottom: 0px;
   
}

.section  {
    margin-bottom: 40px;
}

li {
    margin: 0 0 10px;
}

iframe  {
    display: block;
    margin-top: 20px;
    margin-bottom: 20px;
}

img  {
    margin-top: 10px;
    margin-bottom: 10px;
}

.highlight {

    background: none;
    margin-top: 15pt;
}

/*
.wy-side-nav-search {
    background: #03a9f4;
}
*/

.wy-nav-top {
    background: #333333;
}

.wy-body-for-nav {
	background: #fcfcfc;
}
