.bg {
    background-color: white;
    padding: 10px;
}




.admin_holder {
    position: absolute;
    z-index: 100;
    top: 50%;
    width: 100%;
}



.btn_del {
    background: #ff3030;
    font-weight: bold;
    text-decoration: none;
    font-family: Arial !important;
    font-size: 20px !important;
    line-height:20px !important;
    color: #ffffff !important;
    width: 50px !important;
    height: 50px !important;
    cursor: pointer;
    text-shadow: #7d7d7d 0px 1px 0px;
    border-color: #ffffff;
    border-width: 2px;
    border-style: solid;
    padding: 0 !important;
    -webkit-transition: all .4s ease-in;
    -moz-transition: all .4s ease-in;
    -o-transition: all .4s ease-in;
    transition: all .4s ease-in;
    z-index: 10000;
}



.btn_del {
    width: 30px !important;
    height: 30px !important;
}



