.pt-cv-readmore {
    color: #00000 !important;
    background-color: #00640B !important;
    border: none !important;
}

/* Unordered list style */ 
.entry-content ul.ast-content-ul-list {
   margin-left:.5em;
}

.entry-content ul.ast-content-ul-list li {
   position: relative;
   padding-left: 20px;
   list-style: none; 
}

.entry-content ul.ast-content-ul-list li:after{
   position: absolute;
   top: -webkit-calc(25%);
   top: calc(25%);
   left: -40px;   width: 20px;
   height: 0px;
   color: #00640B;
   text-align:center;
   content: "\25CF";
   font-size: 20px;
   font-family: 'Arial';
   -webkit-border-radius: 50%;
   border-radius: 50%;
   -webkit-transform: rotate(270deg);
   -ms-transform: rotate(270deg);
   transform: rotate(270deg); 
}