.btn_delete-record-from-result {
    display: none;
    color: Tomato;
    font-size: 11px;
    height:25px;
    width: 130px;
    margin-left: 0%;
}

.btn_delete-record-from-result:hover {
    box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
}

.record{
    display: inline-block;
    width:100%;
}

.record:hover {
    color: black;
    text-weight: bold;
}

.record:hover .btn_delete-record-from-result {
    display: inline;
}


.btn_recover-record-to-result {
    display: none;
    color: LightGreen;
    font-size: 11px;
    height:25px;
    width: 130px;
    margin-left: 0%;
}


.btn_recover-record-to-result:hover {
    box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
}


.recdn {
    display: none;
    font-size: 11px; 
    height:25px;
    color: #24356D; 
    font-family: Arial, Helvetica, sans-serif; 
    font-weight: bold; 
    background-color: #DBDDF2;
}


.record:hover .recdn {
    display: inline;
}




.btn_delete-all-record-from-result {
    color: Tomato !important;
}


.btn_recover-all-record-to-result {
    color: Green !important;
}



.ui-widget {
    font-size:75% !important;
}


.ui-dialog .ui-dialog-buttonpane {
    text-align: center !important;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
    float: none !important;
}

.exp_title{
    margin: auto;
    width: 50%;
    border: 0px;
    padding: 10px;
}

.exp_title textarea{
    font-size: 18px;
    text-align: center;
    border: none;
}
