.fig-code {
    font-size: 12px;
}
.fig-name {
    font-size: 11px;
    display: block;
    width: 150px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.end-txt {
    display: block;
    color: #AEAEAE;
    font-size: 12px;
    font-style: italic;
    margin: 0 auto 25px auto;
    max-width: 30em;
    text-align: center;
    margin-top: 10px;
}

.punct {
    color: #616161;
}

.set-title {
    text-align: center;
    font-weight: bold;
    font-size: 2em;
    margin-bottom: 0px;
}

.sub-title {
    text-align: center;
    margin: 2px 0 0 0;
    font-size: 14px;    
}

.card-area img {
    width: 150px;
    padding: 5px;
}

.card-area figure {
    display: inline-block;
}

.card-grid-header {
    display: block;
    width: 100%;
    padding: 0 2.5%;
    margin: 3px 0 -6px 0;
}

.card-grid-header-inner {
    width: 100%;
    max-width: 1000px;
    position: relative;
    margin: 0 auto 0 auto;
    position: relative;
    text-align: center;
    font-weight: bold;
    display: block;
}

.card-grid-header-inner:before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: rgba(95,79,102,0.35);
    position: absolute;
    top: 50%;
    z-index: 1;
}

.card-grid-header-content {
    position: relative;
    display: inline;
    background: #ffffff;
    padding: 0 0.75em 0 0.75em;
    text-transform: uppercase;
    color: #5F4F66;
    font-size: 14px;
    font-weight: 500;
    z-index: 2;
    vertical-align: middle;
    line-height: 5;
}

.card-not-found {
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-size: 50px;
    margin-top: 80px;
}
.not-found-text {
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-top: 5px;
    color: #0000008c;
}
.not-found-search {
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-top: 15px;
}
.not-found-button{
    color: white;
    background-color: #7d3e12;
    border: none;
    padding: 10px;
    border-radius: 2px;
    cursor: pointer;    
}

.w3-top, .w3-bottom {
    z-index: 5 !important;
}

@media screen and (max-width: 800px) {
.card-area div {text-align: center;} 
}

