.f0 {
    color: #000 !important;
}

.btn-del {
    /* position: relative;
    left: 65%;
    z-index: 999;
    top: 10;
    top: 65px; */
    float: right;
    padding: 1px 5px;
    border: solid 1px #eee;
    border-radius: 5px;
}

.btn-del:hover {
    cursor: pointer;
    background: #ccc;
}

.hide {
    display: none;
}

.img50 {
    width: 50%;
    margin: auto;
}

.f12 {
    font-size: 12px!important;
}

.fc {
    color: #ccc;
}

.f9 {
    font-size: 10px!important;
}