html,body {
  line-break: keep-all;
}


div.tut_panel {
}

div.tut_panel p {
  font-weight: normal!important;
}

div.tut_panel a {
  color: #087642;
  text-decoration: underline;
}

div.tut_div {
  padding: 10px 50px 10px 50px!important;
}

div.tut_div p.tut_top{
  padding-left:0!important;
}

div.tut_div p{
  padding-left:2rem;
  letter-spacing: 0.02em;
  font-size:1.03em;
  line-height:1.8em;
}

div.tut_div ul {
  padding: 10px 20px 10px 20px;
  font-size: 16px;
  margin:0;
}

div.tut_div ul li{
  list-style:none;
}

h4.ind_h4 {
  font-size: 24px;
  font-weight: bold;
  padding: 10px 10px 10px 10px!important;
  margin: 0;
}

div.titlebox{
  background-color : rgba(174,170,200,0);
  width: 100%;
  margin-top: 3rem;
  margin-bottom: 2rem;
  border-left: 10px solid #4682B4;
/*  border-bottom: 1px solid rgba(174,170,200,1);*/
}

h4.tut_h4 {
  font-size: 24px;
  font-weight: bold;
  padding: 10px 10px 10px 18px;
}



pre {
  white-space: pre-wrap;
  word-break: break-all;
}

div.tut_index {
  padding: 10px 20px 10px 20px!important;
  background-color: #ebebeb;
  margin-top: 10px;
  margin-bottom: 10px;
}

code.tut_code {
  display: inline-block;
  width: 96%;
  background-color: #283142;
  color: #eceff1;
  font-size: 16px;
  padding: 0px 20px 0px 20px!important;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 2rem;
  box-sizing: border-box;
}

img.tut_img {
  width: 98%;
/*  margin-top: 10px; */
/*  margin-bottom: 10px; */
}

div.libbox{
  padding: 0.8rem;
  background-color:#ebebeb;
  width:94%;
  margin-left:2rem;
  border-radius:0.5rem;
}

div.libbox h3{
  padding-left:2rem;
}

div.libbox p{
  padding-left:1rem!important;
}

span.s_bold {
  font-weight: bold;

}

span.s_red {
  color: red;
}

span.s_green {
  color: #9ccc65;
}

span.s_blue {
  color: #78d9ec;
}

span.s_orange {
  color: #fbc02d;
}

span.s_purple {
  color:#d7aefb
}



div.doclink {
        width: 100%;
        margin: 30px auto;
        text-align: center;
}
div.doclink a.pdflink {
        width: 60%;
        height: 40px;
        margin: 0px auto;
        line-height: 40px;
        border-radius: 1.0em;
        display: block;
        text-decoration: none;
        border: 2px solid rgb(14,118,67);
        background: -moz-linear-gradient(top, rgb(14,118,67), rgb(120,184,81));
        background: -webkit-linear-gradient(top, rgb(14,118,67), rgb(120,184,81));
        background: linear-gradient(to top, rgb(14,118,67), rgb(120,184,81));
        color: white;
        text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
        box-shadow: 2px 2px 3px rgba(0,0,0,0.6);
}
div.doclink a.pdflink:hover {
        background: -moz-linear-gradient(top, rgb(120,184, 81), rgb(193,203, 21));
        background: -webkit-linear-gradient(top, rgb(120,184, 81), rgb(193,203, 21));
        background: linear-gradient(to top, rgb(120,184, 81), rgb(193,203, 21));
        background-color: rgb(255,255,255);
}
div.doclink a.pdflinkL {
        width: 80%;
        height: 45px;
        margin: 0px auto;
        line-height: 45px;
        border-radius: 1.0em;
        display: block;
        text-decoration: none;
        font-size: 14pt;
        border: 1.5px solid rgb(14,118,67);
        background: -moz-linear-gradient(bottom, rgb(14,118,67), rgb(120,184,81));
        background: -webkit-linear-gradient(bottom, rgb(14,118,67), rgb(120,184,81));
        background: linear-gradient(to top, rgb(14,118,67), rgb(120,184,81));
        color: white;
        font-weight: bold;
/*        text-shadow: 2px 2px 3px rgba(0,0,0,0.6);*/
        box-shadow: 2px 2px 3px rgba(0,0,0,0.6);
}
div.doclink a.pdflinkL:hover {
        background: -moz-linear-gradient(bottom, rgb(120,184, 81), rgb(193,203, 21));
        background: -webkit-linear-gradient(bottom, rgb(120,184, 81), rgb(193,203, 21));
        background: linear-gradient(to top, rgb(120,184, 81), rgb(193,203, 21));
        background-color: rgb(255,255,255);
}
div.doclink a.pdflinkLL {
        width: 90%;
        height: 40px;
        margin: 0px auto;
        line-height: 40px;
        border-radius: 1.0em;
        display: block;
        text-decoration: none;
        font-size: 11pt;
        border: 2px solid rgb(14,118,67);
        background: -moz-linear-gradient(top, rgb(14,118,67), rgb(120,184,81));
        background: -webkit-linear-gradient(top, rgb(14,118,67), rgb(120,184,81));
        background: linear-gradient(to bottom, rgb(14,118,67), rgb(120,184,81));
        color: white;
        text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
        box-shadow: 2px 2px 3px rgba(0,0,0,0.6);
}
div.doclink a.pdflinkLL:hover {
        background: -moz-linear-gradient(top, rgb(120,184, 81), rgb(193,203, 21));
        background: -webkit-linear-gradient(top, rgb(120,184, 81), rgb(193,203, 21));
        background: linear-gradient(to bottom, rgb(120,184, 81), rgb(193,203, 21));
        background-color: rgb(255,255,255);
}

div.obs_img_2_2 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
	align-items: center;

}

div.obs_img_2_2 a {
	width: 49%;
}

figure{
	margin:0;
}

figcaption{
	text-align: center;
}

@media screen and (max-width:680px){
	div.obs_img_2_2 a {
        	width: 100%;
	}
}
