h4 {
    margin-top: 12px;
}

.frame {
    margin: 8px;
}

.semi {
    opacity: 0.33;
}

.semi-text {
    color: #c0c0c0;
}

.green-text {
    color: forestgreen;
}

.pointer-cursor {
    cursor: pointer;
}

.small {
    font-size: x-small;
}

.move_up {
    position: relative;
    top: -0.3rem;
}

.very_small {
    font-size: xx-small;
    margin-bottom: 0;
    position: relative;
    top: -0.4rem;
}

.with_notice {
    background: #e9ffe9;
}

.notice_expired {
    background: #ffecec;
}

.ovr-cnt {
    position: relative;
}

.ovr-layer {
    position: absolute;
    top: 0;
    opacity: 0.5;
    width: 50%;
    height: 100%;
}
