﻿.objectEmailSubWrapper {
    display: inline-flex;
    line-height: 100%;
    height: 100%;
    flex-direction: column;
}
.objectEmailSubWrapper a.smallButton {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    flex-grow: 1;
}
.objectEmailSubWrapper a.hide {
    display: none;
}

.objectEmailSubWrapper.unverified a.smallButton {
    border-radius: 0;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.objectEmailSubWrapper a.unverified {
    justify-content: center;
    align-items: center;
    display: flex;
    background: #f9dc72;
    height: 20px;
    color: #78672a;
    text-align: center;
    font-weight: 500;
    text-decoration: none;
    font-size: 0.75rem;
    padding: 2px 5px;
    -webkit-box-shadow: inset 0 42px 20px -42px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0 42px 20px -42px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 42px 20px -42px rgba(0, 0, 0, 0.3);
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}
.objectEmailSubWrapper a.unverified:hover {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}