@charset "utf-8";

.deletebutton {
    color: white;
    background-color: lightgray;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    text-align: center;
    vertical-align: middle;
    font-weight: bold;
    font-size: xx-small;
    margin: -4px -8px 0 0;
    cursor: pointer;
    transform: translate(-50%,-50%);
    float: right;
}

.user_delbtn {
    color: white;
    background-color:darkgray;
    border-color: darkgray;
    border-radius: 50%;
    text-align: center;
    vertical-align: middle;
    font-weight: bold;
    cursor: pointer;
}

