body{
	margin: 0;
	padding: 16px;
	font-family: 'Quicksand', sans-serif;
}
p
{
	line-height: 2em;
}
li
{
	line-height: 2em;
}
#licencaCC
{
	padding-top: 2px;
	padding-bottom: 2px;
	float: right;
	vertical-align: middle;
}
.div_center
{
	align: center;
	text-align: center;
	width: fit-content;
	max-width: 100%;
	margin-left:auto; margin-right:auto;
}
.div_round
{
	border-radius: 8px;
}
.div_box
{
	margin-top: 8px;
	width: 90%;
	display: block;
    margin-left: auto;
    margin-right: auto;
	
	padding: 8px;
	background-color: #eeee;/*rgb(233,227,222);*/
}
.div_tip
{
	background-color: #fff79f;
	background-image: url("../img/tip.png");
	background-position: 10px 50%;
    background-repeat: no-repeat;
	padding-left: 70px;
}
.div_alert
{
	background-color: #ffbcaf;
	background-image: url("../img/alert.png");
	background-position: 10px 50%;
    background-repeat: no-repeat;
	padding-left: 70px;
}
.div_help
{
	background-color: #dcc2ef;
	background-image: url("../img/help.png");
	background-position: 10px 50%;
    background-repeat: no-repeat;
	padding-left: 70px;
}
.div_important
{
	background-color: #ffd39f;
	background-image: url("../img/important.png");
	background-position: 10px 50%;
    background-repeat: no-repeat;
	padding-left: 70px;
}
.div_info
{
	background-color: #d1d7df;
	background-image: url("../img/info.png");
	background-position: 10px 50%;
    background-repeat: no-repeat;
	padding-left: 70px;
}
.div_scratch
{
	background-color: #ffffff;
	border: 1px solid #0f0f0f;
}
.minipage
{
	display: inline-block;
	text-align: left;
	vertical-align: text-top;
}
#edit
{
	display: inline-block;
    width: 100%;
	height: 32px;
	vertical-align: middle;
	line-height: 32px;
}
#barra_versao
{
	display: inline;
    float: left;
	width: fit-content;
}
#edit_button
{
	display: inline;
    float: right;
	background-image: url("../img/edit_p.png");
}
#hist_button
{
	display: inline;
    float: right;
	background-image: url("../img/hist_p.png");
}
#edit
{
	border-bottom: 1px solid rgb(233,227,222);
}
.float_round_button
{
	width: 32px;
	height: 32px;
	border-radius: 16px;
	margin-left: 8px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.float_round_button:hover
{
	filter: brightness(120%);
  -webkit-filter: brightness(120%);
  -moz-filter: brightness(120%);
  -o-filter: brightness(120%);
  -ms-filter: brightness(120%);
}

#hidden_div
{
	visibility: hidden;
	display: none;
}
a
{	
	text-decoration: none;
	color: black;
	font-weight: bold;
}	

div.theorem
{
	border-radius: 8px;
	margin-top: 8px;
	display: block;
    margin-left: 0;
    margin-right: 0;
	width: auto;
	padding: 8px;
	background-color: #ddddee;/*rgb(233,227,222);*/
}
div.theorem_title
{
	font-weight: bold;
}
div.proposition
{
	border-radius: 8px;
	margin-top: 8px;
	display: block;
    margin-left: 0;
    margin-right: 0;
	width: auto;
	padding: 8px;
	background-color: #ddddee;/*rgb(233,227,222);*/
}
div.proposition_title
{
	font-weight: bold;
}
div.definition
{
	background-color: #ddeedd;/*rgb(233,227,222);*/
}
div.example
{
	background-color: #eeeeee;/*rgb(233,227,222);*/
}
div.example_title
{
	font-weight: bold;
}
div.exercise
{
	background-color: #eeeeee;/*rgb(233,227,222);*/
}
div.exercise_title
{
	font-weight: bold;
}
div.solution
{
	background-color: #ffffff;
}
div.proof
{
	background-color: #ffffff;
	border: 1px solid #dddddd;
}
div.theorem_exp_hidden
{
	height: 20px;
	overflow-y: hidden;
}
div.btn_exp 
{
	display: inline-block;
	float: right;
	height: 16px;
	width: 16px;
	background-image: url("../img/up.png");
	background-repeat: no-repeat;
	background-position: center;
}
div.btn_exp_hidden
{
	background-image: url("../img/down.png");
}
ol
{
	margin-block-start: 0em;
    margin-block-end: 0em;	
}
ul
{
	margin-block-start: 0em;
    margin-block-end: 0em;	
}
ol.custom
{
	list-style: none;
	counter-reset: li;
}
ol.custom > li
{
	counter-increment: li;
}
ol.custom > li::before 
{
	display: inline-block; 
	width: 1em; 
	margin-left: -1.5em;
	margin-right: 0.5em; 
	text-align: right; 
}

ol.customn
{
	list-style: none;
}
ol.customn > li
{
	counter-increment: li;
}
ol.customn > li::before 
{
	display: inline-block; 
	width: 1em; 
	margin-left: -1.5em;
	margin-right: 0.5em; 
	text-align: right; 
}
.tabular 
{
	background-color: #eeee;
	border: 0px solid white;
	border-collapse: collapse;
}	
table.tabular > tbody > tr > td
{	
	border-color: white;
	border-style: solid;
	border-width: 0;
	padding: 4px;
}
table.tabular > tbody > tr
{	
	border-color: white;
	border-style: solid;
	border-width: 0;
}

.div_youtube
{
	cursor: pointer;
	border-radius: 8px;
	border: 1px solid #bb8888;
	margin-top: 8px;
	width: 50%;
	min-height: 32px;
	
	display: block;
    margin-left: auto;
    margin-right: auto;
	
	padding: 8px;
	
	background-color: #eedddd;
	
	background-image: url("../img/video_p.png");
	background-position: 10px 50%;
    background-repeat: no-repeat;
	padding-left: 70px;
}
.div_verbatim
{
	background-color: #eedddd;
	margin-left: 32px;
	font-family: monospace;
	line-height: 1.5em;
}
.div_space
{
	display: inline-block;
	float: none;
	margin: 0;
	padding: 0;
	border: 0;
}

