﻿
#s4-workspace {
    background-color: var(--color-extralight-gray);
}

h5 {
    font-size: 1.4rem;
    font-weight: 600;
}

hr {
    margin-top: 2px;
    margin-bottom: 10px;
    border: 0;
    border-top: 2px solid #d6d6d6;
}

.linksListing {
    padding-right: 15px;
}

    .linksListing .linkBox {
        background-color: white;
        position: relative;
        height: 100%;
    }

        .linksListing .linkBox h5 {
            font-weight: 600;
        }

        .linksListing .linkBox a {
            position: absolute;
            background: var(--color-blue);
            color: white;
            font-size: 1.6rem;
            padding: .5rem 1rem;
            cursor: pointer;
            right: 0;
            bottom: 0;
        }

            .linksListing .linkBox a svg {
                position: relative;
                color: inherit;
                top: 1px;
            }

            .linksListing .linkBox a:hover, .linksListing .linkBox a:focus {
                background: var(--color-green);
                color: white;
            }


