body {
    font-size: 1.3rem !important;
}

.main a{
    word-wrap: initial;
    font-size: 13px;
}

.table-responsive{
    width: 95%;
    /* line-height: 50px; */
}

.content {
    padding: 1rem;
    background: #ffffff;
    border-radius: 0.4rem;
    /* Thanks Stripe */
    /* box-shadow: 0 7px 14px 0 rgba(60, 66, 87, 0.1), 0 3px 6px 0 rgba(0, 0, 0, 0.07); */
    /* margin-right: 20px; */
}

fieldset, input, select, textarea, text {
    margin-bottom: 0.5rem;
}
input {
    overflow: scroll;
}

td, th {
    border-bottom: 0.1rem solid #e1e1e1;
    padding: 0.6rem 0.7rem;
    text-align: left;
}

.ss-grid-area-home-row > a {
    border-style: none;
    /* color: white; */
    height: 9rem;
    width: 9rem;
    padding: 1rem;
    margin: 2rem;
    align-content: center;
}

.ss-grid-area-home > a {
    border-style: none;
    /* color: white; */
    height: 9rem;
    width: 9rem;
    padding: 1rem;
    margin: 2rem;
    align-content: center;
}
