.desc2 ul{
  list-style-type: none;
}

.desc2 li::before {
    content: "";
    display: block;
    float: left;
    margin-left: -18px;
    width: 13px;
    height: 18px;
    background: url(/images/doc-green.png) no-repeat;
    margin-top: 2px;
}

.desc2 table
{ border-collapse: collapse;
 border: 2px solid #708145;
    width:100%;
}

.desc2 table td
{ 
    border-collapse: collapse;
    padding-left: 8px !important;
 border: 1px solid #708145 ;

}

.desc2 table p
{ text-indent:0px !important;
margin:5px 0;
}

.breadcrumb {
  padding:0px;
  margin:7px 0px;
}

#sp-main-body {
    padding: 10px 0;
}

.st{
  background: #538F04;
  position:absolute;
  bottom:5px;
  color:white;
  font-size:10px;
  width:100%;
  text-align:right;
}

.st .body-innerwrapper{
  background: transparent;
  padding: 3px 20px;
}

.st a, .st a:hover{
   color:white;
}