.type-page #content h1, .type-detail .basic-description h1 {
    font-size: 32px;
    font-weight: 700;
    color: black;
}
.type-page #content h2, .type-detail .basic-description h2 {
    font-size: 24px;
    font-weight: 700;
    color: #009d9f;
    margin: 45px 0px 15px 0px;
}
.type-page #content h3, .type-detail .basic-description h3 {
    font-size: 19px;
    font-weight: 700;
    color: black;
    margin: 65px 0px 15px 0px;
}
.type-page #content ul, .type-detail .basic-description ul {
    margin: 25px 0px 25px 0px;
    line-height: 1.8;
    padding: 0px;
    list-style-type: none;
}
.type-page #content ul li, .type-detail .basic-description ul li {
    position: relative;
    margin: 0px 0px 2px 0px;
    padding: 4px 14px 4px 36px;
    text-align: justify;
    background: rgba(0,0,0,0.05);
}
.type-page #content ul li:before, .type-detail .basic-description ul li:before {
    position: absolute;
    top: 1px;
    left: 10px;
    color: #009d9f;
    content: '\f138';
    font-family: 'Font Awesome 5 Free';
    font-weight: 700;
    font-size: 130%;
}

.type-page #content p, .type-detail .basic-description p {
    line-height: 1.6;
}

.type-page #content table, .type-detail .basic-description table {
	font-size: 90%;
	border-collapse: collapse;
	width: 100% !important;
	max-width: 100% !important;
	margin: 30px 0px 30px 0px;
}
.type-page #content table td, .type-detail .basic-description table th  {
	padding: 7px 10px 7px 10px;
	text-align: center;
	border: 0px;
	vertical-align: middle;
	border: 1px solid rgba(204, 204, 204, 0.54);
}
.type-page #content table thead td, .type-detail .basic-description table thead th {
    font-size: 100%;
    font-weight: 700;
    color: white;
    background: #009d9f;
}

.type-page #content img.leftimage, .type-detail .basic-description img.leftimage,
.type-page #content img.rightimage, .type-detail .basic-description img.rightimage {
    display: block;
    margin: 0px auto 20px auto;
}

@media screen and (min-width: 992px) {
  .type-page #content img.leftimage, .type-detail .basic-description img.leftimage {
      display: block;
      float: left;
      margin: 0px 25px 25px 0px;
  }
  .type-page #content img.rightimage, .type-detail .basic-description img.rightimage {
      display: block;
      float: right;
      margin: 0px 0px 25px 25px;
  }
}

/* Blog */

#content .text h1{
    font-size: 32px;
    font-weight: 700;
    color: black;
}
#content .text h2 {
    font-size: 24px;
    font-weight: 700;
    color: #009d9f;
    margin: 35px 0px 15px 0px;
}
#content .text h3 {
    font-size: 19px;
    font-weight: 700;
    color: black;
    margin: 35px 0px 15px 0px;
}
#content .text ul {
    margin: 25px 0px 25px 0px;
    line-height: 1.8;
    padding: 0px;
    list-style-type: none;
}
#content .text ul li{
    position: relative;
    margin: 0px 0px 2px 0px;
    padding: 4px 14px 4px 36px;
    text-align: justify;
    background: rgba(0,0,0,0.05);
}
#content .text ul li:before {
    position: absolute;
    top: 1px;
    left: 10px;
    color: #009d9f;
    content: '\f138';
    font-family: 'Font Awesome 5 Free';
    font-weight: 700;
    font-size: 130%;
}


}
#content .text ul li.ne{
    position: relative;
    margin: 0px 0px 2px 0px;
    padding: 4px 14px 4px 36px;
    text-align: justify;
    background: rgba(245, 94, 89, 0.12);
}
#content .text ul li.ne:before {
    position: absolute;
    top: 1px;
    left: 10px;
    color: #e23c4f;
    content: '\f056';
    font-family: 'Font Awesome 5 Free';
    font-weight: 700;
    font-size: 130%;
}


#content .text p {
    line-height: 1.6;
}

#content .text table {
	font-size: 90%;
	border-collapse: collapse;
	width: 100% !important;
	max-width: 100% !important;
	margin: 30px 0px 30px 0px;
}
#content .text table td {
	padding: 7px 10px 7px 10px;
	text-align: center;
	border: 0px;
	vertical-align: middle;
	border: 1px solid rgba(204, 204, 204, 0.54);
}
#content .text table thead td {
    font-size: 100%;
    font-weight: 700;
    color: white;
    background: #009d9f;
}


/* Admin */

#content .content-innert h1{
    font-size: 32px;
    font-weight: 700;
    color: black;
}
#content .content-inner h2 {
    font-size: 24px;
    font-weight: 700;
    color: #009d9f;
    margin: 35px 0px 15px 0px;
}
#content .content-inner h3 {
    font-size: 19px;
    font-weight: 700;
    color: black;
    margin: 35px 0px 15px 0px;
}




#content .content-inner table.table.border {
    font-size: 90%;
    border-collapse: collapse;
    width: 100% !important;
    max-width: 100% !important;
    margin: 30px 0px 30px 0px;
}
#content .content-inner table.table.border td {
    padding: 7px 10px 7px 10px;
    text-align: center;
    border: 0px;
    vertical-align: middle;
    border: 1px solid rgba(204, 204, 204, 0.54);
}
#content .content-inner table.table.border thead {
    font-size: 100%;
    font-weight: 700;
    color: white;
    background: #009d9f;
}

#content .text img.leftimage
#content .text img.rightimage {
    display: block;
    margin: 0px auto 20px auto;
}

@media screen and (min-width: 992px) {
  #content .text img.leftimage {
      display: block;
      float: left;
      margin: 0px 25px 25px 0px;
  }
  #content .text img.rightimage {
      display: block;
      float: right;
      margin: 0px 0px 25px 25px;
  }
}

/* right description */
@media screen and (min-width: 1200px) {
    body.type-detail .basic-description{
        padding-right:25px
    }
    body.type-detail .extended-description{
        padding-left:25px;
        border-left:1px solid #f6f6f6
    }
    }
    body.type-detail .extended-description > h3{
        font-weight:bold
    }
    body.type-detail .detail-parameters th{
        color:#666;
        line-height:16px;
        padding-top:7px;
        padding-bottom:7px
    }
    body.type-detail .detail-parameters td{
        line-height:16px; 
    }
    