
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 ul {
  padding: 10px 20px 10px 20px;
  font-size: 16px;
}

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

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

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

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

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

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%;
	}
}
