p.infinitescroll-bottom-message{
 display: block;
 width: 95%;
 padding: 10px 13px;
 border-bottom: 1px solid #e4e4e4;
}
p.infinitescroll-bottom-message a{
    text-align: center;
    display: block;
    margin: auto;
    position: relative;
    top: 34px;
    background-color: white;
    border: 1px solid #e4e4e4;
    width: 35%;
    padding: 13px;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 30px;
}

p.infinitescroll-bottom-message a:hover{
	opacity: 0.9;
}