.is-light.is-me {
    background: #F2F6FA;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.is-light.is-bold.is-me {
    background-image: linear-gradient(141deg,#F2F6FA 71%,#fff 100%);
    -webkit-box-shadow: none;
    box-shadow: none;
}

.box.sign-in.is-me {
    margin-top: 5rem;
}

.avatar.sign-in.is-me {
    margin-top: -70px;
    padding-bottom: 20px;
}

.avatar img {
    padding: 5px;
    background: #fff;
    border-radius: 50%;
    -webkit-box-shadow: 0 2px 3px rgba(10,10,10,.1), 0 0 0 1px rgba(10,10,10,.1);
    box-shadow: 0 2px 3px rgba(10,10,10,.1), 0 0 0 1px rgba(10,10,10,.1);
}

input.is-me {
    font-weight: 300;
}

p.is-me {
    font-weight: 700;
}

table.cards thead {
    display: none;
}

table.cards tbody{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    flex-direction: row;
}

table.cards tbody tr {
    margin: 0.5%;

    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 19%;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
}

table.cards tbody td {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;

    border-right: 0.125rem solid rgba(10, 10, 10, 0.1);
    border-left: 0.125rem solid rgba(10, 10, 10, 0.1);
    border-top: none;
    border-bottom: none;
    /* box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1); */
}

table.cards tbody td:first-child{
    border-top: 0.125rem solid rgba(10, 10, 10, 0.1);
}
table.cards tbody td:last-child{
    border-bottom: 0.125rem solid rgba(10, 10, 10, 0.1);
}

table.cards tbody td.imagename {
    font-size: 0.875em;
    font-weight: bold;
}