.test-btn {

    padding-top: 12px;
    border-radius: 0px;
    background-color: #ce0000;
    border: solid 0px #fff;
    width: 100%;
    height: 50px;
    color: #fff;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s;
}

.more-btn {
    font-weight: bold;
    margin-top: 20px;
}