/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
.btn-lnk-green-line{
        background: #ff5500;
    color: #ffffff;
    border: none 1px;
        padding: 1rem 1.5rem;
    font-size: inherit;
        display: block;
    width: 100%;
        line-height: 1.5;
    text-align: center;
    vertical-align: middle;
}