/* Custom styles for all documents
 * 
 * Author: Gerd Wiegand
 * Date created: 16.06.2016
 */


/* Sphinx's roles */
.bg-yellow{
	background-color: yellow;
}

.red{
	color: red;
}

.blue{
	color: blue;
}

.green{
	color: green;
}

/* Cloud autodoc_sections */
.section-header {
    font-size: 1.3em;
}

