.rd-code-block {

    padding: 6px;
    text-align: center;
    border-radius: 6px;
    bottom: 0px;
    left: 0px;
    width: fit-content;
    margin: 0 auto;
}
.ktmn-myBtn {
	margin: 0 auto;
    width: fit-content;
    border-radius: 10px;
    padding: 2px 10px;
        background: transparent;
    border: 0px;
    font-size: 10px;
    font-weight: bold;
        display: inline-block;
}
.ktmn-modal {
    display: none;
    position: fixed;
    z-index: 9999;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
}
.ktmn-modal-content {
    background-color: #fefefe;
    margin: auto;
    border: 1px solid #888;
    width: 350px;
    border-radius: 10px;
    overflow: auto;
    font-size: 14px;
}
.ktmn-modal-content .title {
    background: #f5720e;
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
}
.ktmn-modal-content .below {
    padding: 20px;
	color: #333;
	text-align: center;
}
.close {
    color: #fff;
    float: right;
    font-size: 28px;
    font-weight: bold;
    padding-right: 10px;
}
.ktmn-clock {
    color: #555;
    text-align: center;
    font-weight: bold;
}
.copy {
 height:auto;   
}
}