﻿.grid-editors .text-link {
    margin: 0 0 10px;
    font-size: 15px;
    line-height: 20px;
    text-align: center;
    text-decoration: underline;
}

.list-group-item {
    text-decoration: none;
    padding: 3rem;
}

.list-group-item {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.125);
}

.w-100 {
    width: 100% !important;
}

.justify-content-between {
    justify-content: space-between !important;
}

.list-group-item h5 {
    font-family: OpenSans-Bold-webfont, Verdana, Arial, sans-serif;
    color: #a60063;
    font-size: 16px;
    font-size: 1rem;
}

.list-group-item i {
    color: #a60063;
}

.list-group-item p {
    font-size: 14px;
    font-size: 0.9rem;
}

small {
    font-size: 80%;
    font-weight: 400;
}

.fas {
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}

.fas {
    font-family: "Font Awesome 5 Free";
}