.covertext{
    background: #eeeeee;
    min-height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 26px;   
     text-decoration:none;
    color: #28a745 !important;
    font-weight: 600;
}

.txtcolor:hover{
 text-decoration:none !important;
}
#result{
background: green;
    width: 71%;
    min-height: 54px;
    position: fixed;
    top: 0;
    left: 20%;
    right: 29%;
    z-index: 99999;
    color: white;
    font-size: 24px;
    padding-top: 5px;
    text-align: center;
}
#saved{
background: green;
    width: 71%;
    min-height: 54px;
    position: fixed;
    top: 0;
    left: 20%;
    right: 29%;
    z-index: 99999;
    color: white;
    font-size: 24px;
    padding-top: 5px;
    text-align: center;
    display:none;
}
.edit{
 width: 100%;
}
.editMode{
 border: 1px solid black;
}
.txtedit{
 display: none;
 width:100%;
}
.updatecheckbox{
    text-align: center;
    display: block;
    margin: 7px auto;
    width: 20px;
    height: 20px;
}

#btndiv{
    padding:10px;
}
#alertbox{
    display:none;
}