#chd-show-more-button{
    border: 1px #59c857;
    width: 100%;
    text-align: center;
    padding: 10px;
    margin: 2px;
    cursor: pointer;
    border-radius: 3px;
    display: block;
	    background: #59c857;
    color: white;
    max-width: 250px;
    margin: 0 auto;
    text-align: center;
    position: relative;
	width: max-content;
    float: none;
    margin-bottom: 50px;
}
#chd-show-more-button:hover{
   background-color: #3cb23a
}