body {
    font-family: 'Noto Sans', sans-serif;
}

textarea,
input,
select {
    font-size: 0.9em;
}

h1 {
    font-size: 1.7em;
}

._custPadding {
    padding: 0 0 0 0.5em;
}

._hSpacePad {
    padding: 0 15px;
}

.card {
    float: left;
    font-size: 0.8em;
    height: 180px;
    line-height: 1.4em;
    margin: 0 3px 3px 0;
    width: 180px;
}

.card>img {
    border-radius: 10px 0 0 0;
    max-width: 100px;
    max-height: 55%;
}

.shallow>img {
    max-height: 60%;
    max-width: 95%;
}

.deep>img {
    max-height: 45%;
    max-width: 95%;
}

._round {
    border-radius: 10px !important;
}

#closeA,
#closeE {
    color: #f1f1f1;
    cursor: pointer;
    font-size: 22px;
    font-weight: bold;
    line-height: 20px;
    float: right;
    margin-left: 15px;
    transition: .3s;
}

.alert {
    margin-bottom: 1rem;
}

.lds-ring {
    /* display: inline-block; */
    position: relative;
    width: 80px;
    height: 80px;
}

.lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 64px;
    height: 64px;
    margin: 8px;
    border: 8px solid #cef;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #cef transparent transparent transparent;
}

.lds-ring div:nth-child(1) {
    animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
    animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
    animation-delay: -0.15s;
}

@keyframes lds-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}