#clientCleanupModal {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    height: 100%;
    width: 100%;
}
.clean-hometext {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 80%;
    line-height: 115%;
    color: #464536;
}
.cleanuprow {
    padding-bottom: 1em;
}
.cleanupbtn {
    -webkit-appearance: none;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 70%;
    line-height: 115%;
    background-color: white;
    font-weight: 600;
    border-width: 1px;
    border-color: #b3b19c;
    border-radius: 3px;
    padding: 5px 5px 5px 5px;
}

.cleanupbtn:hover {
    background-color: #D3D3D3;
}